Showing
1 changed file
with
709 additions
and
644 deletions
| 1 | # baseURI: http://data.posccaesar.org/ilap/userfields/ | 1 | # baseURI: http://data.posccaesar.org/ilap/userfields/ |
| 2 | 2 | ||
| 3 | -@prefix USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> . | 3 | +@prefix USERFIELDS: <http://data.posccaesar.org/ilap/userfields/> . |
| 4 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 5 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 6 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 7 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 8 | 8 | ||
| 9 | USERFIELDS: | 9 | USERFIELDS: |
| 10 | - rdf:type owl:Ontology ; | 10 | + rdf:type owl:Ontology ; |
| 11 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 12 | -. | 12 | + |
| 13 | USERFIELDS:FreeTextField | 13 | USERFIELDS:FreeTextField |
| 14 | - rdf:type owl:Class ; | 14 | + rdf:type owl:Class ; |
| 15 | - rdfs:label "Free text field"^^xsd:string ; | 15 | + rdfs:label "Free text field"^^xsd:string ; |
| 16 | - rdfs:subClassOf owl:Thing ; | 16 | + rdfs:subClassOf owl:Thing ; |
| 17 | -. | 17 | + rdfs:subClassOf |
| 18 | + [ rdf:type owl:Restriction ; | ||
| 19 | + owl:onProperty USERFIELDS:hasShort ; | ||
| 20 | + owl:someValuesFrom xsd:string | ||
| 21 | + ] ; | ||
| 22 | + rdfs:subClassOf | ||
| 23 | + [ rdf:type owl:Restriction ; | ||
| 24 | + owl:onProperty USERFIELDS:hasDescription ; | ||
| 25 | + owl:someValuesFrom xsd:string | ||
| 26 | + ] . | ||
| 27 | + | ||
| 18 | USERFIELDS:UserField | 28 | USERFIELDS:UserField |
| 19 | - rdf:type owl:Class ; | 29 | + rdf:type owl:Class ; |
| 20 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> ; | 30 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing ; |
| 21 | - rdfs:subClassOf owl:Thing ; | 31 | + rdfs:subClassOf |
| 22 | - rdfs:subClassOf [ | 32 | + [ rdf:type owl:Restriction ; |
| 23 | - rdf:type owl:Restriction ; | 33 | + owl:maxQualifiedCardinality |
| 24 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 34 | + "1"^^xsd:nonNegativeInteger ; |
| 25 | - owl:onClass USERFIELDS:FreeTextField ; | 35 | + owl:onClass USERFIELDS:FreeTextField ; |
| 26 | - owl:onProperty USERFIELDS:hasActivityProgress ; | 36 | + owl:onProperty USERFIELDS:hasGeographicLocation |
| 27 | - ] ; | 37 | + ] ; |
| 28 | - rdfs:subClassOf [ | 38 | + rdfs:subClassOf |
| 29 | - rdf:type owl:Restriction ; | 39 | + [ rdf:type owl:Restriction ; |
| 30 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 40 | + owl:maxQualifiedCardinality |
| 31 | - owl:onClass USERFIELDS:FreeTextField ; | 41 | + "1"^^xsd:nonNegativeInteger ; |
| 32 | - owl:onProperty USERFIELDS:hasArea ; | 42 | + owl:onClass USERFIELDS:FreeTextField ; |
| 33 | - ] ; | 43 | + owl:onProperty USERFIELDS:hasIndexCode |
| 34 | - rdfs:subClassOf [ | 44 | + ] ; |
| 35 | - rdf:type owl:Restriction ; | 45 | + rdfs:subClassOf |
| 36 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 46 | + [ rdf:type owl:Restriction ; |
| 37 | - owl:onClass USERFIELDS:FreeTextField ; | 47 | + owl:maxQualifiedCardinality |
| 38 | - owl:onProperty USERFIELDS:hasAreaCode ; | 48 | + "1"^^xsd:nonNegativeInteger ; |
| 39 | - ] ; | 49 | + owl:onClass USERFIELDS:FreeTextField ; |
| 40 | - rdfs:subClassOf [ | 50 | + owl:onProperty USERFIELDS:hasKPIStatus |
| 41 | - rdf:type owl:Restriction ; | 51 | + ] ; |
| 42 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 52 | + rdfs:subClassOf |
| 43 | - owl:onClass USERFIELDS:FreeTextField ; | 53 | + [ rdf:type owl:Restriction ; |
| 44 | - owl:onProperty USERFIELDS:hasAssignment ; | 54 | + owl:maxQualifiedCardinality |
| 45 | - ] ; | 55 | + "1"^^xsd:nonNegativeInteger ; |
| 46 | - rdfs:subClassOf [ | 56 | + owl:onClass USERFIELDS:FreeTextField ; |
| 47 | - rdf:type owl:Restriction ; | 57 | + owl:onProperty USERFIELDS:hasLocationOfWork |
| 48 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 58 | + ] ; |
| 49 | - owl:onClass USERFIELDS:FreeTextField ; | 59 | + rdfs:subClassOf |
| 50 | - owl:onProperty USERFIELDS:hasBudgetYear ; | 60 | + [ rdf:type owl:Restriction ; |
| 51 | - ] ; | 61 | + owl:maxQualifiedCardinality |
| 52 | - rdfs:subClassOf [ | 62 | + "1"^^xsd:nonNegativeInteger ; |
| 53 | - rdf:type owl:Restriction ; | 63 | + owl:onClass USERFIELDS:FreeTextField ; |
| 54 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 64 | + owl:onProperty USERFIELDS:hasShutDownPeriod |
| 55 | - owl:onClass USERFIELDS:FreeTextField ; | 65 | + ] ; |
| 56 | - owl:onProperty USERFIELDS:hasBuildingBlock ; | 66 | + rdfs:subClassOf |
| 57 | - ] ; | 67 | + [ rdf:type owl:Restriction ; |
| 58 | - rdfs:subClassOf [ | 68 | + owl:maxQualifiedCardinality |
| 59 | - rdf:type owl:Restriction ; | 69 | + "1"^^xsd:nonNegativeInteger ; |
| 60 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 70 | + owl:onClass USERFIELDS:FreeTextField ; |
| 61 | - owl:onClass USERFIELDS:FreeTextField ; | 71 | + owl:onProperty USERFIELDS:hasBuildingBlock |
| 62 | - owl:onProperty USERFIELDS:hasCTR ; | 72 | + ] ; |
| 63 | - ] ; | 73 | + rdfs:subClassOf |
| 64 | - rdfs:subClassOf [ | 74 | + [ rdf:type owl:Restriction ; |
| 65 | - rdf:type owl:Restriction ; | 75 | + owl:maxQualifiedCardinality |
| 66 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 76 | + "1"^^xsd:nonNegativeInteger ; |
| 67 | - owl:onClass USERFIELDS:FreeTextField ; | 77 | + owl:onClass USERFIELDS:FreeTextField ; |
| 68 | - owl:onProperty USERFIELDS:hasCause ; | 78 | + owl:onProperty USERFIELDS:hasCriticalPath |
| 69 | - ] ; | 79 | + ] ; |
| 70 | - rdfs:subClassOf [ | 80 | + rdfs:subClassOf |
| 71 | - rdf:type owl:Restriction ; | 81 | + [ rdf:type owl:Restriction ; |
| 72 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 82 | + owl:maxQualifiedCardinality |
| 73 | - owl:onClass USERFIELDS:FreeTextField ; | 83 | + "1"^^xsd:nonNegativeInteger ; |
| 74 | - owl:onProperty USERFIELDS:hasCauseCategory ; | 84 | + owl:onClass USERFIELDS:FreeTextField ; |
| 75 | - ] ; | 85 | + owl:onProperty USERFIELDS:hasReporting |
| 76 | - rdfs:subClassOf [ | 86 | + ] ; |
| 77 | - rdf:type owl:Restriction ; | 87 | + rdfs:subClassOf |
| 78 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 88 | + [ rdf:type owl:Restriction ; |
| 79 | - owl:onClass USERFIELDS:FreeTextField ; | 89 | + owl:maxQualifiedCardinality |
| 80 | - owl:onProperty USERFIELDS:hasCommissioningPackage ; | 90 | + "1"^^xsd:nonNegativeInteger ; |
| 81 | - ] ; | 91 | + owl:onClass USERFIELDS:FreeTextField ; |
| 82 | - rdfs:subClassOf [ | 92 | + owl:onProperty USERFIELDS:hasCause |
| 83 | - rdf:type owl:Restriction ; | 93 | + ] ; |
| 84 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 94 | + rdfs:subClassOf |
| 85 | - owl:onClass USERFIELDS:FreeTextField ; | 95 | + [ rdf:type owl:Restriction ; |
| 86 | - owl:onProperty USERFIELDS:hasCompletionStatus ; | 96 | + owl:maxQualifiedCardinality |
| 87 | - ] ; | 97 | + "1"^^xsd:nonNegativeInteger ; |
| 88 | - rdfs:subClassOf [ | 98 | + owl:onClass USERFIELDS:FreeTextField ; |
| 89 | - rdf:type owl:Restriction ; | 99 | + owl:onProperty USERFIELDS:hasProcurementPackage |
| 90 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 100 | + ] ; |
| 91 | - owl:onClass USERFIELDS:FreeTextField ; | 101 | + rdfs:subClassOf |
| 92 | - owl:onProperty USERFIELDS:hasContractType ; | 102 | + [ rdf:type owl:Restriction ; |
| 93 | - ] ; | 103 | + owl:maxQualifiedCardinality |
| 94 | - rdfs:subClassOf [ | 104 | + "1"^^xsd:nonNegativeInteger ; |
| 95 | - rdf:type owl:Restriction ; | 105 | + owl:onClass USERFIELDS:FreeTextField ; |
| 96 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 106 | + owl:onProperty USERFIELDS:hasMechanicalCompletionPackage |
| 97 | - owl:onClass USERFIELDS:FreeTextField ; | 107 | + ] ; |
| 98 | - owl:onProperty USERFIELDS:hasCostBreakdownStructure ; | 108 | + rdfs:subClassOf |
| 99 | - ] ; | 109 | + [ rdf:type owl:Restriction ; |
| 100 | - rdfs:subClassOf [ | 110 | + owl:maxQualifiedCardinality |
| 101 | - rdf:type owl:Restriction ; | 111 | + "1"^^xsd:nonNegativeInteger ; |
| 102 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 112 | + owl:onClass USERFIELDS:FreeTextField ; |
| 103 | - owl:onClass USERFIELDS:FreeTextField ; | 113 | + owl:onProperty USERFIELDS:hasCustomerWBS2 |
| 104 | - owl:onProperty USERFIELDS:hasCostCenter ; | 114 | + ] ; |
| 105 | - ] ; | 115 | + rdfs:subClassOf |
| 106 | - rdfs:subClassOf [ | 116 | + [ rdf:type owl:Restriction ; |
| 107 | - rdf:type owl:Restriction ; | 117 | + owl:maxQualifiedCardinality |
| 108 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 118 | + "1"^^xsd:nonNegativeInteger ; |
| 109 | - owl:onClass USERFIELDS:FreeTextField ; | 119 | + owl:onClass USERFIELDS:FreeTextField ; |
| 110 | - owl:onProperty USERFIELDS:hasCriticalPath ; | 120 | + owl:onProperty USERFIELDS:hasCustomerWBS3 |
| 111 | - ] ; | 121 | + ] ; |
| 112 | - rdfs:subClassOf [ | 122 | + rdfs:subClassOf |
| 113 | - rdf:type owl:Restriction ; | 123 | + [ rdf:type owl:Restriction ; |
| 114 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 124 | + owl:maxQualifiedCardinality |
| 115 | - owl:onClass USERFIELDS:FreeTextField ; | 125 | + "1"^^xsd:nonNegativeInteger ; |
| 116 | - owl:onProperty USERFIELDS:hasCustomerWBS1 ; | 126 | + owl:onClass USERFIELDS:FreeTextField ; |
| 117 | - ] ; | 127 | + owl:onProperty USERFIELDS:hasSection |
| 118 | - rdfs:subClassOf [ | 128 | + ] ; |
| 119 | - rdf:type owl:Restriction ; | 129 | + rdfs:subClassOf |
| 120 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 130 | + [ rdf:type owl:Restriction ; |
| 121 | - owl:onClass USERFIELDS:FreeTextField ; | 131 | + owl:maxQualifiedCardinality |
| 122 | - owl:onProperty USERFIELDS:hasCustomerWBS2 ; | 132 | + "1"^^xsd:nonNegativeInteger ; |
| 123 | - ] ; | 133 | + owl:onClass USERFIELDS:FreeTextField ; |
| 124 | - rdfs:subClassOf [ | 134 | + owl:onProperty USERFIELDS:hasSectionStatus |
| 125 | - rdf:type owl:Restriction ; | 135 | + ] ; |
| 126 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 136 | + rdfs:subClassOf |
| 127 | - owl:onClass USERFIELDS:FreeTextField ; | 137 | + [ rdf:type owl:Restriction ; |
| 128 | - owl:onProperty USERFIELDS:hasCustomerWBS3 ; | 138 | + owl:maxQualifiedCardinality |
| 129 | - ] ; | 139 | + "1"^^xsd:nonNegativeInteger ; |
| 130 | - rdfs:subClassOf [ | 140 | + owl:onClass USERFIELDS:FreeTextField ; |
| 131 | - rdf:type owl:Restriction ; | 141 | + owl:onProperty USERFIELDS:hasProjectType |
| 132 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 142 | + ] ; |
| 133 | - owl:onClass USERFIELDS:FreeTextField ; | 143 | + rdfs:subClassOf |
| 134 | - owl:onProperty USERFIELDS:hasDelivery ; | 144 | + [ rdf:type owl:Restriction ; |
| 135 | - ] ; | 145 | + owl:maxQualifiedCardinality |
| 136 | - rdfs:subClassOf [ | 146 | + "1"^^xsd:nonNegativeInteger ; |
| 137 | - rdf:type owl:Restriction ; | 147 | + owl:onClass USERFIELDS:FreeTextField ; |
| 138 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 148 | + owl:onProperty USERFIELDS:hasQuality |
| 139 | - owl:onClass USERFIELDS:FreeTextField ; | 149 | + ] ; |
| 140 | - owl:onProperty USERFIELDS:hasExecutionMilestone ; | 150 | + rdfs:subClassOf |
| 141 | - ] ; | 151 | + [ rdf:type owl:Restriction ; |
| 142 | - rdfs:subClassOf [ | 152 | + owl:maxQualifiedCardinality |
| 143 | - rdf:type owl:Restriction ; | 153 | + "1"^^xsd:nonNegativeInteger ; |
| 144 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 154 | + owl:onClass USERFIELDS:FreeTextField ; |
| 145 | - owl:onClass USERFIELDS:FreeTextField ; | 155 | + owl:onProperty USERFIELDS:hasWBS3 |
| 146 | - owl:onProperty USERFIELDS:hasExecutionSubDiscipline ; | 156 | + ] ; |
| 147 | - ] ; | 157 | + rdfs:subClassOf |
| 148 | - rdfs:subClassOf [ | 158 | + [ rdf:type owl:Restriction ; |
| 149 | - rdf:type owl:Restriction ; | 159 | + owl:maxQualifiedCardinality |
| 150 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 160 | + "1"^^xsd:nonNegativeInteger ; |
| 151 | - owl:onClass USERFIELDS:FreeTextField ; | 161 | + owl:onClass USERFIELDS:FreeTextField ; |
| 152 | - owl:onProperty USERFIELDS:hasGeographicLocation ; | 162 | + owl:onProperty USERFIELDS:hasExecutionMilestone |
| 153 | - ] ; | 163 | + ] ; |
| 154 | - rdfs:subClassOf [ | 164 | + rdfs:subClassOf |
| 155 | - rdf:type owl:Restriction ; | 165 | + [ rdf:type owl:Restriction ; |
| 156 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 166 | + owl:maxQualifiedCardinality |
| 157 | - owl:onClass USERFIELDS:FreeTextField ; | 167 | + "1"^^xsd:nonNegativeInteger ; |
| 158 | - owl:onProperty USERFIELDS:hasHabitat ; | 168 | + owl:onClass USERFIELDS:FreeTextField ; |
| 159 | - ] ; | 169 | + owl:onProperty USERFIELDS:hasArea |
| 160 | - rdfs:subClassOf [ | 170 | + ] ; |
| 161 | - rdf:type owl:Restriction ; | 171 | + rdfs:subClassOf |
| 162 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 172 | + [ rdf:type owl:Restriction ; |
| 163 | - owl:onClass USERFIELDS:FreeTextField ; | 173 | + owl:maxQualifiedCardinality |
| 164 | - owl:onProperty USERFIELDS:hasIndexCode ; | 174 | + "1"^^xsd:nonNegativeInteger ; |
| 165 | - ] ; | 175 | + owl:onClass USERFIELDS:FreeTextField ; |
| 166 | - rdfs:subClassOf [ | 176 | + owl:onProperty USERFIELDS:hasNotification |
| 167 | - rdf:type owl:Restriction ; | 177 | + ] ; |
| 168 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 178 | + rdfs:subClassOf |
| 169 | - owl:onClass USERFIELDS:FreeTextField ; | 179 | + [ rdf:type owl:Restriction ; |
| 170 | - owl:onProperty USERFIELDS:hasJobCardStatus ; | 180 | + owl:maxQualifiedCardinality |
| 171 | - ] ; | 181 | + "1"^^xsd:nonNegativeInteger ; |
| 172 | - rdfs:subClassOf [ | 182 | + owl:onClass USERFIELDS:FreeTextField ; |
| 173 | - rdf:type owl:Restriction ; | 183 | + owl:onProperty USERFIELDS:hasWBS5 |
| 174 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 184 | + ] ; |
| 175 | - owl:onClass USERFIELDS:FreeTextField ; | 185 | + rdfs:subClassOf |
| 176 | - owl:onProperty USERFIELDS:hasKPIStatus ; | 186 | + [ rdf:type owl:Restriction ; |
| 177 | - ] ; | 187 | + owl:maxQualifiedCardinality |
| 178 | - rdfs:subClassOf [ | 188 | + "1"^^xsd:nonNegativeInteger ; |
| 179 | - rdf:type owl:Restriction ; | 189 | + owl:onClass USERFIELDS:FreeTextField ; |
| 180 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 190 | + owl:onProperty USERFIELDS:hasJobCardStatus |
| 181 | - owl:onClass USERFIELDS:FreeTextField ; | 191 | + ] ; |
| 182 | - owl:onProperty USERFIELDS:hasLocationOfWork ; | 192 | + rdfs:subClassOf |
| 183 | - ] ; | 193 | + [ rdf:type owl:Restriction ; |
| 184 | - rdfs:subClassOf [ | 194 | + owl:maxQualifiedCardinality |
| 185 | - rdf:type owl:Restriction ; | 195 | + "1"^^xsd:nonNegativeInteger ; |
| 186 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 196 | + owl:onClass USERFIELDS:FreeTextField ; |
| 187 | - owl:onClass USERFIELDS:FreeTextField ; | 197 | + owl:onProperty USERFIELDS:hasAssignment |
| 188 | - owl:onProperty USERFIELDS:hasLocationOnPlatform ; | 198 | + ] ; |
| 189 | - ] ; | 199 | + rdfs:subClassOf |
| 190 | - rdfs:subClassOf [ | 200 | + [ rdf:type owl:Restriction ; |
| 191 | - rdf:type owl:Restriction ; | 201 | + owl:maxQualifiedCardinality |
| 192 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 202 | + "1"^^xsd:nonNegativeInteger ; |
| 193 | - owl:onClass USERFIELDS:FreeTextField ; | 203 | + owl:onClass USERFIELDS:FreeTextField ; |
| 194 | - owl:onProperty USERFIELDS:hasMechanicalCompletionPackage ; | 204 | + owl:onProperty USERFIELDS:hasBudgetYear |
| 195 | - ] ; | 205 | + ] ; |
| 196 | - rdfs:subClassOf [ | 206 | + rdfs:subClassOf |
| 197 | - rdf:type owl:Restriction ; | 207 | + [ rdf:type owl:Restriction ; |
| 198 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 208 | + owl:maxQualifiedCardinality |
| 199 | - owl:onClass USERFIELDS:FreeTextField ; | 209 | + "1"^^xsd:nonNegativeInteger ; |
| 200 | - owl:onProperty USERFIELDS:hasModificationPackage ; | 210 | + owl:onClass USERFIELDS:FreeTextField ; |
| 201 | - ] ; | 211 | + owl:onProperty USERFIELDS:hasCostCenter |
| 202 | - rdfs:subClassOf [ | 212 | + ] ; |
| 203 | - rdf:type owl:Restriction ; | 213 | + rdfs:subClassOf |
| 204 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 214 | + [ rdf:type owl:Restriction ; |
| 205 | - owl:onClass USERFIELDS:FreeTextField ; | 215 | + owl:maxQualifiedCardinality |
| 206 | - owl:onProperty USERFIELDS:hasNetwork ; | 216 | + "1"^^xsd:nonNegativeInteger ; |
| 207 | - ] ; | 217 | + owl:onClass USERFIELDS:FreeTextField ; |
| 208 | - rdfs:subClassOf [ | 218 | + owl:onProperty USERFIELDS:hasRank |
| 209 | - rdf:type owl:Restriction ; | 219 | + ] ; |
| 210 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 220 | + rdfs:subClassOf |
| 211 | - owl:onClass USERFIELDS:FreeTextField ; | 221 | + [ rdf:type owl:Restriction ; |
| 212 | - owl:onProperty USERFIELDS:hasNotification ; | 222 | + owl:maxQualifiedCardinality |
| 213 | - ] ; | 223 | + "1"^^xsd:nonNegativeInteger ; |
| 214 | - rdfs:subClassOf [ | 224 | + owl:onClass USERFIELDS:FreeTextField ; |
| 215 | - rdf:type owl:Restriction ; | 225 | + owl:onProperty USERFIELDS:hasPartProject |
| 216 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 226 | + ] ; |
| 217 | - owl:onClass USERFIELDS:FreeTextField ; | 227 | + rdfs:subClassOf |
| 218 | - owl:onProperty USERFIELDS:hasOwnerDepartment ; | 228 | + [ rdf:type owl:Restriction ; |
| 219 | - ] ; | 229 | + owl:maxQualifiedCardinality |
| 220 | - rdfs:subClassOf [ | 230 | + "1"^^xsd:nonNegativeInteger ; |
| 221 | - rdf:type owl:Restriction ; | 231 | + owl:onClass USERFIELDS:FreeTextField ; |
| 222 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 232 | + owl:onProperty USERFIELDS:hasPortfolio |
| 223 | - owl:onClass USERFIELDS:FreeTextField ; | 233 | + ] ; |
| 224 | - owl:onProperty USERFIELDS:hasPartProject ; | 234 | + rdfs:subClassOf |
| 225 | - ] ; | 235 | + [ rdf:type owl:Restriction ; |
| 226 | - rdfs:subClassOf [ | 236 | + owl:maxQualifiedCardinality |
| 227 | - rdf:type owl:Restriction ; | 237 | + "1"^^xsd:nonNegativeInteger ; |
| 228 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 238 | + owl:onClass USERFIELDS:FreeTextField ; |
| 229 | - owl:onClass USERFIELDS:FreeTextField ; | 239 | + owl:onProperty USERFIELDS:hasSystemType |
| 230 | - owl:onProperty USERFIELDS:hasPortfolio ; | 240 | + ] ; |
| 231 | - ] ; | 241 | + rdfs:subClassOf |
| 232 | - rdfs:subClassOf [ | 242 | + [ rdf:type owl:Restriction ; |
| 233 | - rdf:type owl:Restriction ; | 243 | + owl:maxQualifiedCardinality |
| 234 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 244 | + "1"^^xsd:nonNegativeInteger ; |
| 235 | - owl:onClass USERFIELDS:FreeTextField ; | 245 | + owl:onClass USERFIELDS:FreeTextField ; |
| 236 | - owl:onProperty USERFIELDS:hasProcurementPackage ; | 246 | + owl:onProperty USERFIELDS:hasCustomerWBS1 |
| 237 | - ] ; | 247 | + ] ; |
| 238 | - rdfs:subClassOf [ | 248 | + rdfs:subClassOf |
| 239 | - rdf:type owl:Restriction ; | 249 | + [ rdf:type owl:Restriction ; |
| 240 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 250 | + owl:maxQualifiedCardinality |
| 241 | - owl:onClass USERFIELDS:FreeTextField ; | 251 | + "1"^^xsd:nonNegativeInteger ; |
| 242 | - owl:onProperty USERFIELDS:hasProjectCode ; | 252 | + owl:onClass USERFIELDS:FreeTextField ; |
| 243 | - ] ; | 253 | + owl:onProperty USERFIELDS:hasSRGL |
| 244 | - rdfs:subClassOf [ | 254 | + ] ; |
| 245 | - rdf:type owl:Restriction ; | 255 | + rdfs:subClassOf |
| 246 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 256 | + [ rdf:type owl:Restriction ; |
| 247 | - owl:onClass USERFIELDS:FreeTextField ; | 257 | + owl:maxQualifiedCardinality |
| 248 | - owl:onProperty USERFIELDS:hasProjectType ; | 258 | + "1"^^xsd:nonNegativeInteger ; |
| 249 | - ] ; | 259 | + owl:onClass USERFIELDS:FreeTextField ; |
| 250 | - rdfs:subClassOf [ | 260 | + owl:onProperty USERFIELDS:hasCompletionStatus |
| 251 | - rdf:type owl:Restriction ; | 261 | + ] ; |
| 252 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 262 | + rdfs:subClassOf |
| 253 | - owl:onClass USERFIELDS:FreeTextField ; | 263 | + [ rdf:type owl:Restriction ; |
| 254 | - owl:onProperty USERFIELDS:hasQuality ; | 264 | + owl:maxQualifiedCardinality |
| 255 | - ] ; | 265 | + "1"^^xsd:nonNegativeInteger ; |
| 256 | - rdfs:subClassOf [ | 266 | + owl:onClass USERFIELDS:FreeTextField ; |
| 257 | - rdf:type owl:Restriction ; | 267 | + owl:onProperty USERFIELDS:hasProjectCode |
| 258 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 268 | + ] ; |
| 259 | - owl:onClass USERFIELDS:FreeTextField ; | 269 | + rdfs:subClassOf |
| 260 | - owl:onProperty USERFIELDS:hasRank ; | 270 | + [ rdf:type owl:Restriction ; |
| 261 | - ] ; | 271 | + owl:maxQualifiedCardinality |
| 262 | - rdfs:subClassOf [ | 272 | + "1"^^xsd:nonNegativeInteger ; |
| 263 | - rdf:type owl:Restriction ; | 273 | + owl:onClass USERFIELDS:FreeTextField ; |
| 264 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 274 | + owl:onProperty USERFIELDS:hasWBS2 |
| 265 | - owl:onClass USERFIELDS:FreeTextField ; | 275 | + ] ; |
| 266 | - owl:onProperty USERFIELDS:hasReporting ; | 276 | + rdfs:subClassOf |
| 267 | - ] ; | 277 | + [ rdf:type owl:Restriction ; |
| 268 | - rdfs:subClassOf [ | 278 | + owl:maxQualifiedCardinality |
| 269 | - rdf:type owl:Restriction ; | 279 | + "1"^^xsd:nonNegativeInteger ; |
| 270 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 280 | + owl:onClass USERFIELDS:FreeTextField ; |
| 271 | - owl:onClass USERFIELDS:FreeTextField ; | 281 | + owl:onProperty USERFIELDS:hasWBS2 |
| 272 | - owl:onProperty USERFIELDS:hasSRGL ; | 282 | + ] ; |
| 273 | - ] ; | 283 | + rdfs:subClassOf |
| 274 | - rdfs:subClassOf [ | 284 | + [ rdf:type owl:Restriction ; |
| 275 | - rdf:type owl:Restriction ; | 285 | + owl:maxQualifiedCardinality |
| 276 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 286 | + "1"^^xsd:nonNegativeInteger ; |
| 277 | - owl:onClass USERFIELDS:FreeTextField ; | 287 | + owl:onClass USERFIELDS:FreeTextField ; |
| 278 | - owl:onProperty USERFIELDS:hasSection ; | 288 | + owl:onProperty USERFIELDS:hasCostBreakdownStructure |
| 279 | - ] ; | 289 | + ] ; |
| 280 | - rdfs:subClassOf [ | 290 | + rdfs:subClassOf |
| 281 | - rdf:type owl:Restriction ; | 291 | + [ rdf:type owl:Restriction ; |
| 282 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 292 | + owl:maxQualifiedCardinality |
| 283 | - owl:onClass USERFIELDS:FreeTextField ; | 293 | + "1"^^xsd:nonNegativeInteger ; |
| 284 | - owl:onProperty USERFIELDS:hasSectionStatus ; | 294 | + owl:onClass USERFIELDS:FreeTextField ; |
| 285 | - ] ; | 295 | + owl:onProperty USERFIELDS:hasActivityProgress |
| 286 | - rdfs:subClassOf [ | 296 | + ] ; |
| 287 | - rdf:type owl:Restriction ; | 297 | + rdfs:subClassOf |
| 288 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 298 | + [ rdf:type owl:Restriction ; |
| 289 | - owl:onClass USERFIELDS:FreeTextField ; | 299 | + owl:maxQualifiedCardinality |
| 290 | - owl:onProperty USERFIELDS:hasShaft ; | 300 | + "1"^^xsd:nonNegativeInteger ; |
| 291 | - ] ; | 301 | + owl:onClass USERFIELDS:FreeTextField ; |
| 292 | - rdfs:subClassOf [ | 302 | + owl:onProperty USERFIELDS:hasModificationPackage |
| 293 | - rdf:type owl:Restriction ; | 303 | + ] ; |
| 294 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 304 | + rdfs:subClassOf |
| 295 | - owl:onClass USERFIELDS:FreeTextField ; | 305 | + [ rdf:type owl:Restriction ; |
| 296 | - owl:onProperty USERFIELDS:hasShutDownPeriod ; | 306 | + owl:maxQualifiedCardinality |
| 297 | - ] ; | 307 | + "1"^^xsd:nonNegativeInteger ; |
| 298 | - rdfs:subClassOf [ | 308 | + owl:onClass USERFIELDS:FreeTextField ; |
| 299 | - rdf:type owl:Restriction ; | 309 | + owl:onProperty USERFIELDS:hasNetwork |
| 300 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 310 | + ] ; |
| 301 | - owl:onClass USERFIELDS:FreeTextField ; | 311 | + rdfs:subClassOf |
| 302 | - owl:onProperty USERFIELDS:hasSubProjectType ; | 312 | + [ rdf:type owl:Restriction ; |
| 303 | - ] ; | 313 | + owl:maxQualifiedCardinality |
| 304 | - rdfs:subClassOf [ | 314 | + "1"^^xsd:nonNegativeInteger ; |
| 305 | - rdf:type owl:Restriction ; | 315 | + owl:onClass USERFIELDS:FreeTextField ; |
| 306 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 316 | + owl:onProperty USERFIELDS:hasWBS4 |
| 307 | - owl:onClass USERFIELDS:FreeTextField ; | 317 | + ] ; |
| 308 | - owl:onProperty USERFIELDS:hasSupplierATS ; | 318 | + rdfs:subClassOf |
| 309 | - ] ; | 319 | + [ rdf:type owl:Restriction ; |
| 310 | - rdfs:subClassOf [ | 320 | + owl:maxQualifiedCardinality |
| 311 | - rdf:type owl:Restriction ; | 321 | + "1"^^xsd:nonNegativeInteger ; |
| 312 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 322 | + owl:onClass USERFIELDS:FreeTextField ; |
| 313 | - owl:onClass USERFIELDS:FreeTextField ; | 323 | + owl:onProperty USERFIELDS:hasWorkOrder |
| 314 | - owl:onProperty USERFIELDS:hasSystemType ; | 324 | + ] ; |
| 315 | - ] ; | 325 | + rdfs:subClassOf |
| 316 | - rdfs:subClassOf [ | 326 | + [ rdf:type owl:Restriction ; |
| 317 | - rdf:type owl:Restriction ; | 327 | + owl:maxQualifiedCardinality |
| 318 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 328 | + "1"^^xsd:nonNegativeInteger ; |
| 319 | - owl:onClass USERFIELDS:FreeTextField ; | 329 | + owl:onClass USERFIELDS:FreeTextField ; |
| 320 | - owl:onProperty USERFIELDS:hasWBS1 ; | 330 | + owl:onProperty USERFIELDS:hasWorkOrder |
| 321 | - ] ; | 331 | + ] ; |
| 322 | - rdfs:subClassOf [ | 332 | + rdfs:subClassOf |
| 323 | - rdf:type owl:Restriction ; | 333 | + [ rdf:type owl:Restriction ; |
| 324 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 334 | + owl:maxQualifiedCardinality |
| 325 | - owl:onClass USERFIELDS:FreeTextField ; | 335 | + "1"^^xsd:nonNegativeInteger ; |
| 326 | - owl:onProperty USERFIELDS:hasWBS2 ; | 336 | + owl:onClass USERFIELDS:FreeTextField ; |
| 327 | - ] ; | 337 | + owl:onProperty USERFIELDS:hasHabitat |
| 328 | - rdfs:subClassOf [ | 338 | + ] ; |
| 329 | - rdf:type owl:Restriction ; | 339 | + rdfs:subClassOf |
| 330 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 340 | + [ rdf:type owl:Restriction ; |
| 331 | - owl:onClass USERFIELDS:FreeTextField ; | 341 | + owl:maxQualifiedCardinality |
| 332 | - owl:onProperty USERFIELDS:hasWBS2 ; | 342 | + "1"^^xsd:nonNegativeInteger ; |
| 333 | - ] ; | 343 | + owl:onClass USERFIELDS:FreeTextField ; |
| 334 | - rdfs:subClassOf [ | 344 | + owl:onProperty USERFIELDS:hasAreaCode |
| 335 | - rdf:type owl:Restriction ; | 345 | + ] ; |
| 336 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 346 | + rdfs:subClassOf |
| 337 | - owl:onClass USERFIELDS:FreeTextField ; | 347 | + [ rdf:type owl:Restriction ; |
| 338 | - owl:onProperty USERFIELDS:hasWBS3 ; | 348 | + owl:maxQualifiedCardinality |
| 339 | - ] ; | 349 | + "1"^^xsd:nonNegativeInteger ; |
| 340 | - rdfs:subClassOf [ | 350 | + owl:onClass USERFIELDS:FreeTextField ; |
| 341 | - rdf:type owl:Restriction ; | 351 | + owl:onProperty USERFIELDS:hasOwnerDepartment |
| 342 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 352 | + ] ; |
| 343 | - owl:onClass USERFIELDS:FreeTextField ; | 353 | + rdfs:subClassOf |
| 344 | - owl:onProperty USERFIELDS:hasWBS4 ; | 354 | + [ rdf:type owl:Restriction ; |
| 345 | - ] ; | 355 | + owl:maxQualifiedCardinality |
| 346 | - rdfs:subClassOf [ | 356 | + "1"^^xsd:nonNegativeInteger ; |
| 347 | - rdf:type owl:Restriction ; | 357 | + owl:onClass USERFIELDS:FreeTextField ; |
| 348 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 358 | + owl:onProperty USERFIELDS:hasLocationOnPlatform |
| 349 | - owl:onClass USERFIELDS:FreeTextField ; | 359 | + ] ; |
| 350 | - owl:onProperty USERFIELDS:hasWBS5 ; | 360 | + rdfs:subClassOf |
| 351 | - ] ; | 361 | + [ rdf:type owl:Restriction ; |
| 352 | - rdfs:subClassOf [ | 362 | + owl:maxQualifiedCardinality |
| 353 | - rdf:type owl:Restriction ; | 363 | + "1"^^xsd:nonNegativeInteger ; |
| 354 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 364 | + owl:onClass USERFIELDS:FreeTextField ; |
| 355 | - owl:onClass USERFIELDS:FreeTextField ; | 365 | + owl:onProperty USERFIELDS:hasSubProjectType |
| 356 | - owl:onProperty USERFIELDS:hasWorkOrder ; | 366 | + ] ; |
| 357 | - ] ; | 367 | + rdfs:subClassOf |
| 358 | - rdfs:subClassOf [ | 368 | + [ rdf:type owl:Restriction ; |
| 359 | - rdf:type owl:Restriction ; | 369 | + owl:maxQualifiedCardinality |
| 360 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 370 | + "1"^^xsd:nonNegativeInteger ; |
| 361 | - owl:onClass USERFIELDS:FreeTextField ; | 371 | + owl:onClass USERFIELDS:FreeTextField ; |
| 362 | - owl:onProperty USERFIELDS:hasWorkOrder ; | 372 | + owl:onProperty USERFIELDS:hasSupplierATS |
| 363 | - ] ; | 373 | + ] ; |
| 364 | -. | 374 | + rdfs:subClassOf |
| 375 | + [ rdf:type owl:Restriction ; | ||
| 376 | + owl:maxQualifiedCardinality | ||
| 377 | + "1"^^xsd:nonNegativeInteger ; | ||
| 378 | + owl:onClass USERFIELDS:FreeTextField ; | ||
| 379 | + owl:onProperty USERFIELDS:hasCauseCategory | ||
| 380 | + ] ; | ||
| 381 | + rdfs:subClassOf | ||
| 382 | + [ rdf:type owl:Restriction ; | ||
| 383 | + owl:maxQualifiedCardinality | ||
| 384 | + "1"^^xsd:nonNegativeInteger ; | ||
| 385 | + owl:onClass USERFIELDS:FreeTextField ; | ||
| 386 | + owl:onProperty USERFIELDS:hasCommissioningPackage | ||
| 387 | + ] ; | ||
| 388 | + rdfs:subClassOf | ||
| 389 | + [ rdf:type owl:Restriction ; | ||
| 390 | + owl:maxQualifiedCardinality | ||
| 391 | + "1"^^xsd:nonNegativeInteger ; | ||
| 392 | + owl:onClass USERFIELDS:FreeTextField ; | ||
| 393 | + owl:onProperty USERFIELDS:hasWBS1 | ||
| 394 | + ] ; | ||
| 395 | + rdfs:subClassOf | ||
| 396 | + [ rdf:type owl:Restriction ; | ||
| 397 | + owl:maxQualifiedCardinality | ||
| 398 | + "1"^^xsd:nonNegativeInteger ; | ||
| 399 | + owl:onClass USERFIELDS:FreeTextField ; | ||
| 400 | + owl:onProperty USERFIELDS:hasDelivery | ||
| 401 | + ] ; | ||
| 402 | + rdfs:subClassOf | ||
| 403 | + [ rdf:type owl:Restriction ; | ||
| 404 | + owl:maxQualifiedCardinality | ||
| 405 | + "1"^^xsd:nonNegativeInteger ; | ||
| 406 | + owl:onClass USERFIELDS:FreeTextField ; | ||
| 407 | + owl:onProperty USERFIELDS:hasShaft | ||
| 408 | + ] ; | ||
| 409 | + rdfs:subClassOf | ||
| 410 | + [ rdf:type owl:Restriction ; | ||
| 411 | + owl:maxQualifiedCardinality | ||
| 412 | + "1"^^xsd:nonNegativeInteger ; | ||
| 413 | + owl:onClass USERFIELDS:FreeTextField ; | ||
| 414 | + owl:onProperty USERFIELDS:hasContractType | ||
| 415 | + ] ; | ||
| 416 | + rdfs:subClassOf | ||
| 417 | + [ rdf:type owl:Restriction ; | ||
| 418 | + owl:maxQualifiedCardinality | ||
| 419 | + "1"^^xsd:nonNegativeInteger ; | ||
| 420 | + owl:onClass USERFIELDS:FreeTextField ; | ||
| 421 | + owl:onProperty USERFIELDS:hasCTR | ||
| 422 | + ] ; | ||
| 423 | + rdfs:subClassOf | ||
| 424 | + [ rdf:type owl:Restriction ; | ||
| 425 | + owl:maxQualifiedCardinality | ||
| 426 | + "1"^^xsd:nonNegativeInteger ; | ||
| 427 | + owl:onClass USERFIELDS:FreeTextField ; | ||
| 428 | + owl:onProperty USERFIELDS:hasExecutionSubDiscipline | ||
| 429 | + ] . | ||
| 430 | + | ||
| 365 | USERFIELDS:hasActivityProgress | 431 | USERFIELDS:hasActivityProgress |
| 366 | - rdf:type owl:ObjectProperty ; | 432 | + rdf:type owl:ObjectProperty ; |
| 367 | - rdfs:domain USERFIELDS:UserField ; | 433 | + rdfs:domain USERFIELDS:UserField ; |
| 368 | - rdfs:label "Activity progress"^^xsd:string ; | 434 | + rdfs:label "Activity progress"^^xsd:string ; |
| 369 | - rdfs:range USERFIELDS:FreeTextField ; | 435 | + rdfs:range USERFIELDS:FreeTextField . |
| 370 | -. | 436 | + |
| 371 | USERFIELDS:hasArea | 437 | USERFIELDS:hasArea |
| 372 | - rdf:type owl:ObjectProperty ; | 438 | + rdf:type owl:ObjectProperty ; |
| 373 | - rdfs:domain USERFIELDS:UserField ; | 439 | + rdfs:domain USERFIELDS:UserField ; |
| 374 | - rdfs:label "Area" ; | 440 | + rdfs:label "Area" ; |
| 375 | - rdfs:range USERFIELDS:FreeTextField ; | 441 | + rdfs:range USERFIELDS:FreeTextField . |
| 376 | -. | 442 | + |
| 377 | USERFIELDS:hasAreaCode | 443 | USERFIELDS:hasAreaCode |
| 378 | - rdf:type owl:ObjectProperty ; | 444 | + rdf:type owl:ObjectProperty ; |
| 379 | - rdfs:domain USERFIELDS:UserField ; | 445 | + rdfs:domain USERFIELDS:UserField ; |
| 380 | - rdfs:label "Area code" ; | 446 | + rdfs:label "Area code" ; |
| 381 | - rdfs:range USERFIELDS:FreeTextField ; | 447 | + rdfs:range USERFIELDS:FreeTextField . |
| 382 | -. | 448 | + |
| 383 | USERFIELDS:hasAssignment | 449 | USERFIELDS:hasAssignment |
| 384 | - rdf:type owl:ObjectProperty ; | 450 | + rdf:type owl:ObjectProperty ; |
| 385 | - rdfs:domain USERFIELDS:UserField ; | 451 | + rdfs:domain USERFIELDS:UserField ; |
| 386 | - rdfs:label "Assignment" ; | 452 | + rdfs:label "Assignment" ; |
| 387 | - rdfs:range USERFIELDS:FreeTextField ; | 453 | + rdfs:range USERFIELDS:FreeTextField . |
| 388 | -. | 454 | + |
| 389 | USERFIELDS:hasBudgetYear | 455 | USERFIELDS:hasBudgetYear |
| 390 | - rdf:type owl:ObjectProperty ; | 456 | + rdf:type owl:ObjectProperty ; |
| 391 | - rdfs:domain USERFIELDS:UserField ; | 457 | + rdfs:domain USERFIELDS:UserField ; |
| 392 | - rdfs:label "Budget year" ; | 458 | + rdfs:label "Budget year" ; |
| 393 | - rdfs:range USERFIELDS:FreeTextField ; | 459 | + rdfs:range USERFIELDS:FreeTextField . |
| 394 | -. | 460 | + |
| 395 | USERFIELDS:hasBuildingBlock | 461 | USERFIELDS:hasBuildingBlock |
| 396 | - rdf:type owl:ObjectProperty ; | 462 | + rdf:type owl:ObjectProperty ; |
| 397 | - rdfs:domain USERFIELDS:UserField ; | 463 | + rdfs:domain USERFIELDS:UserField ; |
| 398 | - rdfs:label "Building block" ; | 464 | + rdfs:label "Building block" ; |
| 399 | - rdfs:range USERFIELDS:FreeTextField ; | 465 | + rdfs:range USERFIELDS:FreeTextField . |
| 400 | -. | 466 | + |
| 401 | USERFIELDS:hasCTR | 467 | USERFIELDS:hasCTR |
| 402 | - rdf:type owl:ObjectProperty ; | 468 | + rdf:type owl:ObjectProperty ; |
| 403 | - rdfs:domain USERFIELDS:UserField ; | 469 | + rdfs:domain USERFIELDS:UserField ; |
| 404 | - rdfs:label "CTR" ; | 470 | + rdfs:label "CTR" ; |
| 405 | - rdfs:range USERFIELDS:FreeTextField ; | 471 | + rdfs:range USERFIELDS:FreeTextField . |
| 406 | -. | 472 | + |
| 407 | USERFIELDS:hasCause | 473 | USERFIELDS:hasCause |
| 408 | - rdf:type owl:ObjectProperty ; | 474 | + rdf:type owl:ObjectProperty ; |
| 409 | - rdfs:domain USERFIELDS:UserField ; | 475 | + rdfs:domain USERFIELDS:UserField ; |
| 410 | - rdfs:label "Cause" ; | 476 | + rdfs:label "Cause" ; |
| 411 | - rdfs:range USERFIELDS:FreeTextField ; | 477 | + rdfs:range USERFIELDS:FreeTextField . |
| 412 | -. | 478 | + |
| 413 | USERFIELDS:hasCauseCategory | 479 | USERFIELDS:hasCauseCategory |
| 414 | - rdf:type owl:ObjectProperty ; | 480 | + rdf:type owl:ObjectProperty ; |
| 415 | - rdfs:domain USERFIELDS:UserField ; | 481 | + rdfs:domain USERFIELDS:UserField ; |
| 416 | - rdfs:label "Cause category" ; | 482 | + rdfs:label "Cause category" ; |
| 417 | - rdfs:range USERFIELDS:FreeTextField ; | 483 | + rdfs:range USERFIELDS:FreeTextField . |
| 418 | -. | 484 | + |
| 419 | USERFIELDS:hasCommissioningPackage | 485 | USERFIELDS:hasCommissioningPackage |
| 420 | - rdf:type owl:ObjectProperty ; | 486 | + rdf:type owl:ObjectProperty ; |
| 421 | - rdfs:domain USERFIELDS:UserField ; | 487 | + rdfs:domain USERFIELDS:UserField ; |
| 422 | - rdfs:label "Commissioning package" ; | 488 | + rdfs:label "Commissioning package" ; |
| 423 | - rdfs:range USERFIELDS:FreeTextField ; | 489 | + rdfs:range USERFIELDS:FreeTextField . |
| 424 | -. | 490 | + |
| 425 | USERFIELDS:hasCompletionStatus | 491 | USERFIELDS:hasCompletionStatus |
| 426 | - rdf:type owl:ObjectProperty ; | 492 | + rdf:type owl:ObjectProperty ; |
| 427 | - rdfs:domain USERFIELDS:UserField ; | 493 | + rdfs:domain USERFIELDS:UserField ; |
| 428 | - rdfs:label "Competition status" ; | 494 | + rdfs:label "Competition status" ; |
| 429 | - rdfs:range USERFIELDS:FreeTextField ; | 495 | + rdfs:range USERFIELDS:FreeTextField . |
| 430 | -. | 496 | + |
| 431 | USERFIELDS:hasContractType | 497 | USERFIELDS:hasContractType |
| 432 | - rdf:type owl:ObjectProperty ; | 498 | + rdf:type owl:ObjectProperty ; |
| 433 | - rdfs:domain USERFIELDS:UserField ; | 499 | + rdfs:domain USERFIELDS:UserField ; |
| 434 | - rdfs:label "Contract type" ; | 500 | + rdfs:label "Contract type" ; |
| 435 | - rdfs:range USERFIELDS:FreeTextField ; | 501 | + rdfs:range USERFIELDS:FreeTextField . |
| 436 | -. | 502 | + |
| 437 | USERFIELDS:hasCostBreakdownStructure | 503 | USERFIELDS:hasCostBreakdownStructure |
| 438 | - rdf:type owl:ObjectProperty ; | 504 | + rdf:type owl:ObjectProperty ; |
| 439 | - rdfs:domain USERFIELDS:UserField ; | 505 | + rdfs:domain USERFIELDS:UserField ; |
| 440 | - rdfs:label "Cost breakdown structure" ; | 506 | + rdfs:label "Cost breakdown structure" ; |
| 441 | - rdfs:range USERFIELDS:FreeTextField ; | 507 | + rdfs:range USERFIELDS:FreeTextField . |
| 442 | -. | 508 | + |
| 443 | USERFIELDS:hasCostCenter | 509 | USERFIELDS:hasCostCenter |
| 444 | - rdf:type owl:ObjectProperty ; | 510 | + rdf:type owl:ObjectProperty ; |
| 445 | - rdfs:domain USERFIELDS:UserField ; | 511 | + rdfs:domain USERFIELDS:UserField ; |
| 446 | - rdfs:label "Cost center" ; | 512 | + rdfs:label "Cost center" ; |
| 447 | - rdfs:range USERFIELDS:FreeTextField ; | 513 | + rdfs:range USERFIELDS:FreeTextField . |
| 448 | -. | 514 | + |
| 449 | USERFIELDS:hasCriticalPath | 515 | USERFIELDS:hasCriticalPath |
| 450 | - rdf:type owl:ObjectProperty ; | 516 | + rdf:type owl:ObjectProperty ; |
| 451 | - rdfs:domain USERFIELDS:UserField ; | 517 | + rdfs:domain USERFIELDS:UserField ; |
| 452 | - rdfs:label "Critical path" ; | 518 | + rdfs:label "Critical path" ; |
| 453 | - rdfs:range USERFIELDS:FreeTextField ; | 519 | + rdfs:range USERFIELDS:FreeTextField . |
| 454 | -. | 520 | + |
| 455 | USERFIELDS:hasCustomerWBS1 | 521 | USERFIELDS:hasCustomerWBS1 |
| 456 | - rdf:type owl:ObjectProperty ; | 522 | + rdf:type owl:ObjectProperty ; |
| 457 | - rdfs:domain USERFIELDS:UserField ; | 523 | + rdfs:domain USERFIELDS:UserField ; |
| 458 | - rdfs:label "Customer WBS1" ; | 524 | + rdfs:label "Customer WBS1" ; |
| 459 | - rdfs:range USERFIELDS:FreeTextField ; | 525 | + rdfs:range USERFIELDS:FreeTextField . |
| 460 | -. | 526 | + |
| 461 | USERFIELDS:hasCustomerWBS2 | 527 | USERFIELDS:hasCustomerWBS2 |
| 462 | - rdf:type owl:ObjectProperty ; | 528 | + rdf:type owl:ObjectProperty ; |
| 463 | - rdfs:domain USERFIELDS:UserField ; | 529 | + rdfs:domain USERFIELDS:UserField ; |
| 464 | - rdfs:label "Customer WBS2" ; | 530 | + rdfs:label "Customer WBS2" ; |
| 465 | - rdfs:range USERFIELDS:FreeTextField ; | 531 | + rdfs:range USERFIELDS:FreeTextField . |
| 466 | -. | 532 | + |
| 467 | USERFIELDS:hasCustomerWBS3 | 533 | USERFIELDS:hasCustomerWBS3 |
| 468 | - rdf:type owl:ObjectProperty ; | 534 | + rdf:type owl:ObjectProperty ; |
| 469 | - rdfs:domain USERFIELDS:UserField ; | 535 | + rdfs:domain USERFIELDS:UserField ; |
| 470 | - rdfs:label "Customer WBS3" ; | 536 | + rdfs:label "Customer WBS3" ; |
| 471 | - rdfs:range USERFIELDS:FreeTextField ; | 537 | + rdfs:range USERFIELDS:FreeTextField . |
| 472 | -. | 538 | + |
| 473 | USERFIELDS:hasDelivery | 539 | USERFIELDS:hasDelivery |
| 474 | - rdf:type owl:ObjectProperty ; | 540 | + rdf:type owl:ObjectProperty ; |
| 475 | - rdfs:domain USERFIELDS:UserField ; | 541 | + rdfs:domain USERFIELDS:UserField ; |
| 476 | - rdfs:label "Delivery" ; | 542 | + rdfs:label "Delivery" ; |
| 477 | - rdfs:range USERFIELDS:FreeTextField ; | 543 | + rdfs:range USERFIELDS:FreeTextField . |
| 478 | -. | 544 | + |
| 479 | USERFIELDS:hasDescription | 545 | USERFIELDS:hasDescription |
| 480 | - rdf:type owl:DatatypeProperty ; | 546 | + rdf:type owl:DatatypeProperty ; |
| 481 | - rdfs:domain USERFIELDS:FreeTextField ; | 547 | + rdfs:domain USERFIELDS:FreeTextField ; |
| 482 | - rdfs:range xsd:string ; | 548 | + rdfs:range xsd:string . |
| 483 | -. | 549 | + |
| 484 | USERFIELDS:hasExecutionMilestone | 550 | USERFIELDS:hasExecutionMilestone |
| 485 | - rdf:type owl:ObjectProperty ; | 551 | + rdf:type owl:ObjectProperty ; |
| 486 | - rdfs:domain USERFIELDS:UserField ; | 552 | + rdfs:domain USERFIELDS:UserField ; |
| 487 | - rdfs:label "Execution milestone" ; | 553 | + rdfs:label "Execution milestone" ; |
| 488 | - rdfs:range USERFIELDS:FreeTextField ; | 554 | + rdfs:range USERFIELDS:FreeTextField . |
| 489 | -. | 555 | + |
| 490 | USERFIELDS:hasExecutionSubDiscipline | 556 | USERFIELDS:hasExecutionSubDiscipline |
| 491 | - rdf:type owl:ObjectProperty ; | 557 | + rdf:type owl:ObjectProperty ; |
| 492 | - rdfs:domain USERFIELDS:UserField ; | 558 | + rdfs:domain USERFIELDS:UserField ; |
| 493 | - rdfs:label "Execution subdiscipline" ; | 559 | + rdfs:label "Execution subdiscipline" ; |
| 494 | - rdfs:range USERFIELDS:FreeTextField ; | 560 | + rdfs:range USERFIELDS:FreeTextField . |
| 495 | -. | 561 | + |
| 496 | USERFIELDS:hasGeographicLocation | 562 | USERFIELDS:hasGeographicLocation |
| 497 | - rdf:type owl:ObjectProperty ; | 563 | + rdf:type owl:ObjectProperty ; |
| 498 | - rdfs:domain USERFIELDS:UserField ; | 564 | + rdfs:domain USERFIELDS:UserField ; |
| 499 | - rdfs:label "Geographical location" ; | 565 | + rdfs:label "Geographical location" ; |
| 500 | - rdfs:range USERFIELDS:FreeTextField ; | 566 | + rdfs:range USERFIELDS:FreeTextField . |
| 501 | -. | 567 | + |
| 502 | USERFIELDS:hasHabitat | 568 | USERFIELDS:hasHabitat |
| 503 | - rdf:type owl:ObjectProperty ; | 569 | + rdf:type owl:ObjectProperty ; |
| 504 | - rdfs:domain USERFIELDS:UserField ; | 570 | + rdfs:domain USERFIELDS:UserField ; |
| 505 | - rdfs:label "Habitat" ; | 571 | + rdfs:label "Habitat" ; |
| 506 | - rdfs:range USERFIELDS:FreeTextField ; | 572 | + rdfs:range USERFIELDS:FreeTextField . |
| 507 | -. | 573 | + |
| 508 | USERFIELDS:hasIndexCode | 574 | USERFIELDS:hasIndexCode |
| 509 | - rdf:type owl:ObjectProperty ; | 575 | + rdf:type owl:ObjectProperty ; |
| 510 | - rdfs:domain USERFIELDS:UserField ; | 576 | + rdfs:domain USERFIELDS:UserField ; |
| 511 | - rdfs:label "Index code" ; | 577 | + rdfs:label "Index code" ; |
| 512 | - rdfs:range USERFIELDS:FreeTextField ; | 578 | + rdfs:range USERFIELDS:FreeTextField . |
| 513 | -. | 579 | + |
| 514 | USERFIELDS:hasJobCardStatus | 580 | USERFIELDS:hasJobCardStatus |
| 515 | - rdf:type owl:ObjectProperty ; | 581 | + rdf:type owl:ObjectProperty ; |
| 516 | - rdfs:domain USERFIELDS:UserField ; | 582 | + rdfs:domain USERFIELDS:UserField ; |
| 517 | - rdfs:label "Job card status" ; | 583 | + rdfs:label "Job card status" ; |
| 518 | - rdfs:range USERFIELDS:FreeTextField ; | 584 | + rdfs:range USERFIELDS:FreeTextField . |
| 519 | -. | 585 | + |
| 520 | USERFIELDS:hasKPIStatus | 586 | USERFIELDS:hasKPIStatus |
| 521 | - rdf:type owl:ObjectProperty ; | 587 | + rdf:type owl:ObjectProperty ; |
| 522 | - rdfs:domain USERFIELDS:UserField ; | 588 | + rdfs:domain USERFIELDS:UserField ; |
| 523 | - rdfs:label "KPI status" ; | 589 | + rdfs:label "KPI status" ; |
| 524 | - rdfs:range USERFIELDS:FreeTextField ; | 590 | + rdfs:range USERFIELDS:FreeTextField . |
| 525 | -. | 591 | + |
| 526 | USERFIELDS:hasLocationOfWork | 592 | USERFIELDS:hasLocationOfWork |
| 527 | - rdf:type owl:ObjectProperty ; | 593 | + rdf:type owl:ObjectProperty ; |
| 528 | - rdfs:domain USERFIELDS:UserField ; | 594 | + rdfs:domain USERFIELDS:UserField ; |
| 529 | - rdfs:label "Location of work"^^xsd:string ; | 595 | + rdfs:label "Location of work"^^xsd:string ; |
| 530 | - rdfs:range USERFIELDS:FreeTextField ; | 596 | + rdfs:range USERFIELDS:FreeTextField . |
| 531 | -. | 597 | + |
| 532 | USERFIELDS:hasLocationOnPlatform | 598 | USERFIELDS:hasLocationOnPlatform |
| 533 | - rdf:type owl:ObjectProperty ; | 599 | + rdf:type owl:ObjectProperty ; |
| 534 | - rdfs:domain USERFIELDS:UserField ; | 600 | + rdfs:domain USERFIELDS:UserField ; |
| 535 | - rdfs:label "Location on platform" ; | 601 | + rdfs:label "Location on platform" ; |
| 536 | - rdfs:range USERFIELDS:FreeTextField ; | 602 | + rdfs:range USERFIELDS:FreeTextField . |
| 537 | -. | 603 | + |
| 538 | USERFIELDS:hasMechanicalCompletionPackage | 604 | USERFIELDS:hasMechanicalCompletionPackage |
| 539 | - rdf:type owl:ObjectProperty ; | 605 | + rdf:type owl:ObjectProperty ; |
| 540 | - rdfs:domain USERFIELDS:UserField ; | 606 | + rdfs:domain USERFIELDS:UserField ; |
| 541 | - rdfs:label "Mechanical Completion package" ; | 607 | + rdfs:label "Mechanical Completion package" ; |
| 542 | - rdfs:range USERFIELDS:FreeTextField ; | 608 | + rdfs:range USERFIELDS:FreeTextField . |
| 543 | -. | 609 | + |
| 544 | USERFIELDS:hasModificationPackage | 610 | USERFIELDS:hasModificationPackage |
| 545 | - rdf:type owl:ObjectProperty ; | 611 | + rdf:type owl:ObjectProperty ; |
| 546 | - rdfs:domain USERFIELDS:UserField ; | 612 | + rdfs:domain USERFIELDS:UserField ; |
| 547 | - rdfs:label "Modification package" ; | 613 | + rdfs:label "Modification package" ; |
| 548 | - rdfs:range USERFIELDS:FreeTextField ; | 614 | + rdfs:range USERFIELDS:FreeTextField . |
| 549 | -. | 615 | + |
| 550 | USERFIELDS:hasNetwork | 616 | USERFIELDS:hasNetwork |
| 551 | - rdf:type owl:ObjectProperty ; | 617 | + rdf:type owl:ObjectProperty ; |
| 552 | - rdfs:domain USERFIELDS:UserField ; | 618 | + rdfs:domain USERFIELDS:UserField ; |
| 553 | - rdfs:label "Network" ; | 619 | + rdfs:label "Network" ; |
| 554 | - rdfs:range USERFIELDS:FreeTextField ; | 620 | + rdfs:range USERFIELDS:FreeTextField . |
| 555 | -. | 621 | + |
| 556 | USERFIELDS:hasNotification | 622 | USERFIELDS:hasNotification |
| 557 | - rdf:type owl:ObjectProperty ; | 623 | + rdf:type owl:ObjectProperty ; |
| 558 | - rdfs:domain USERFIELDS:UserField ; | 624 | + rdfs:domain USERFIELDS:UserField ; |
| 559 | - rdfs:label "Notification" ; | 625 | + rdfs:label "Notification" ; |
| 560 | - rdfs:range USERFIELDS:FreeTextField ; | 626 | + rdfs:range USERFIELDS:FreeTextField . |
| 561 | -. | 627 | + |
| 562 | USERFIELDS:hasOwnerDepartment | 628 | USERFIELDS:hasOwnerDepartment |
| 563 | - rdf:type owl:ObjectProperty ; | 629 | + rdf:type owl:ObjectProperty ; |
| 564 | - rdfs:domain USERFIELDS:UserField ; | 630 | + rdfs:domain USERFIELDS:UserField ; |
| 565 | - rdfs:label "Owner department" ; | 631 | + rdfs:label "Owner department" ; |
| 566 | - rdfs:range USERFIELDS:FreeTextField ; | 632 | + rdfs:range USERFIELDS:FreeTextField . |
| 567 | -. | 633 | + |
| 568 | USERFIELDS:hasPartProject | 634 | USERFIELDS:hasPartProject |
| 569 | - rdf:type owl:ObjectProperty ; | 635 | + rdf:type owl:ObjectProperty ; |
| 570 | - rdfs:domain USERFIELDS:UserField ; | 636 | + rdfs:domain USERFIELDS:UserField ; |
| 571 | - rdfs:label "Project part" ; | 637 | + rdfs:label "Project part" ; |
| 572 | - rdfs:range USERFIELDS:FreeTextField ; | 638 | + rdfs:range USERFIELDS:FreeTextField . |
| 573 | -. | 639 | + |
| 574 | USERFIELDS:hasPortfolio | 640 | USERFIELDS:hasPortfolio |
| 575 | - rdf:type owl:ObjectProperty ; | 641 | + rdf:type owl:ObjectProperty ; |
| 576 | - rdfs:domain USERFIELDS:UserField ; | 642 | + rdfs:domain USERFIELDS:UserField ; |
| 577 | - rdfs:label "Portfolio" ; | 643 | + rdfs:label "Portfolio" ; |
| 578 | - rdfs:range USERFIELDS:FreeTextField ; | 644 | + rdfs:range USERFIELDS:FreeTextField . |
| 579 | -. | 645 | + |
| 580 | USERFIELDS:hasProcurementPackage | 646 | USERFIELDS:hasProcurementPackage |
| 581 | - rdf:type owl:ObjectProperty ; | 647 | + rdf:type owl:ObjectProperty ; |
| 582 | - rdfs:domain USERFIELDS:UserField ; | 648 | + rdfs:domain USERFIELDS:UserField ; |
| 583 | - rdfs:label "Procurement package" ; | 649 | + rdfs:label "Procurement package" ; |
| 584 | - rdfs:range USERFIELDS:FreeTextField ; | 650 | + rdfs:range USERFIELDS:FreeTextField . |
| 585 | -. | 651 | + |
| 586 | USERFIELDS:hasProjectCode | 652 | USERFIELDS:hasProjectCode |
| 587 | - rdf:type owl:ObjectProperty ; | 653 | + rdf:type owl:ObjectProperty ; |
| 588 | - rdfs:domain USERFIELDS:UserField ; | 654 | + rdfs:domain USERFIELDS:UserField ; |
| 589 | - rdfs:label "Project code" ; | 655 | + rdfs:label "Project code" ; |
| 590 | - rdfs:range USERFIELDS:FreeTextField ; | 656 | + rdfs:range USERFIELDS:FreeTextField . |
| 591 | -. | 657 | + |
| 592 | USERFIELDS:hasProjectType | 658 | USERFIELDS:hasProjectType |
| 593 | - rdf:type owl:ObjectProperty ; | 659 | + rdf:type owl:ObjectProperty ; |
| 594 | - rdfs:domain USERFIELDS:UserField ; | 660 | + rdfs:domain USERFIELDS:UserField ; |
| 595 | - rdfs:label "Project type" ; | 661 | + rdfs:label "Project type" ; |
| 596 | - rdfs:range USERFIELDS:FreeTextField ; | 662 | + rdfs:range USERFIELDS:FreeTextField . |
| 597 | -. | 663 | + |
| 598 | USERFIELDS:hasQuality | 664 | USERFIELDS:hasQuality |
| 599 | - rdf:type owl:ObjectProperty ; | 665 | + rdf:type owl:ObjectProperty ; |
| 600 | - rdfs:domain USERFIELDS:UserField ; | 666 | + rdfs:domain USERFIELDS:UserField ; |
| 601 | - rdfs:label "Quality" ; | 667 | + rdfs:label "Quality" ; |
| 602 | - rdfs:range USERFIELDS:FreeTextField ; | 668 | + rdfs:range USERFIELDS:FreeTextField . |
| 603 | -. | 669 | + |
| 604 | USERFIELDS:hasRank | 670 | USERFIELDS:hasRank |
| 605 | - rdf:type owl:ObjectProperty ; | 671 | + rdf:type owl:ObjectProperty ; |
| 606 | - rdfs:domain USERFIELDS:UserField ; | 672 | + rdfs:domain USERFIELDS:UserField ; |
| 607 | - rdfs:label "Rank" ; | 673 | + rdfs:label "Rank" ; |
| 608 | - rdfs:range USERFIELDS:FreeTextField ; | 674 | + rdfs:range USERFIELDS:FreeTextField . |
| 609 | -. | 675 | + |
| 610 | USERFIELDS:hasReporting | 676 | USERFIELDS:hasReporting |
| 611 | - rdf:type owl:ObjectProperty ; | 677 | + rdf:type owl:ObjectProperty ; |
| 612 | - rdfs:domain USERFIELDS:UserField ; | 678 | + rdfs:domain USERFIELDS:UserField ; |
| 613 | - rdfs:label "Reporting" ; | 679 | + rdfs:label "Reporting" ; |
| 614 | - rdfs:range USERFIELDS:FreeTextField ; | 680 | + rdfs:range USERFIELDS:FreeTextField . |
| 615 | -. | 681 | + |
| 616 | USERFIELDS:hasSRGL | 682 | USERFIELDS:hasSRGL |
| 617 | - rdf:type owl:ObjectProperty ; | 683 | + rdf:type owl:ObjectProperty ; |
| 618 | - rdfs:domain USERFIELDS:UserField ; | 684 | + rdfs:domain USERFIELDS:UserField ; |
| 619 | - rdfs:label "SRGL" ; | 685 | + rdfs:label "SRGL" ; |
| 620 | - rdfs:range USERFIELDS:FreeTextField ; | 686 | + rdfs:range USERFIELDS:FreeTextField . |
| 621 | -. | 687 | + |
| 622 | USERFIELDS:hasSection | 688 | USERFIELDS:hasSection |
| 623 | - rdf:type owl:ObjectProperty ; | 689 | + rdf:type owl:ObjectProperty ; |
| 624 | - rdfs:domain USERFIELDS:UserField ; | 690 | + rdfs:domain USERFIELDS:UserField ; |
| 625 | - rdfs:label "Section" ; | 691 | + rdfs:label "Section" ; |
| 626 | - rdfs:range USERFIELDS:FreeTextField ; | 692 | + rdfs:range USERFIELDS:FreeTextField . |
| 627 | -. | 693 | + |
| 628 | USERFIELDS:hasSectionStatus | 694 | USERFIELDS:hasSectionStatus |
| 629 | - rdf:type owl:ObjectProperty ; | 695 | + rdf:type owl:ObjectProperty ; |
| 630 | - rdfs:domain USERFIELDS:UserField ; | 696 | + rdfs:domain USERFIELDS:UserField ; |
| 631 | - rdfs:label "Seciton status" ; | 697 | + rdfs:label "Seciton status" ; |
| 632 | - rdfs:range USERFIELDS:FreeTextField ; | 698 | + rdfs:range USERFIELDS:FreeTextField . |
| 633 | -. | 699 | + |
| 634 | USERFIELDS:hasShaft | 700 | USERFIELDS:hasShaft |
| 635 | - rdf:type owl:ObjectProperty ; | 701 | + rdf:type owl:ObjectProperty ; |
| 636 | - rdfs:domain USERFIELDS:UserField ; | 702 | + rdfs:domain USERFIELDS:UserField ; |
| 637 | - rdfs:label "Shaft" ; | 703 | + rdfs:label "Shaft" ; |
| 638 | - rdfs:range USERFIELDS:FreeTextField ; | 704 | + rdfs:range USERFIELDS:FreeTextField . |
| 639 | -. | 705 | + |
| 640 | USERFIELDS:hasShort | 706 | USERFIELDS:hasShort |
| 641 | - rdf:type owl:DatatypeProperty ; | 707 | + rdf:type owl:DatatypeProperty ; |
| 642 | - rdfs:domain USERFIELDS:FreeTextField ; | 708 | + rdfs:domain USERFIELDS:FreeTextField ; |
| 643 | - rdfs:range xsd:string ; | 709 | + rdfs:range xsd:string . |
| 644 | -. | 710 | + |
| 645 | USERFIELDS:hasShutDownPeriod | 711 | USERFIELDS:hasShutDownPeriod |
| 646 | - rdf:type owl:ObjectProperty ; | 712 | + rdf:type owl:ObjectProperty ; |
| 647 | - rdfs:domain USERFIELDS:UserField ; | 713 | + rdfs:domain USERFIELDS:UserField ; |
| 648 | - rdfs:label "Shutdown period" ; | 714 | + rdfs:label "Shutdown period" ; |
| 649 | - rdfs:range USERFIELDS:FreeTextField ; | 715 | + rdfs:range USERFIELDS:FreeTextField . |
| 650 | -. | 716 | + |
| 651 | USERFIELDS:hasSubProjectType | 717 | USERFIELDS:hasSubProjectType |
| 652 | - rdf:type owl:ObjectProperty ; | 718 | + rdf:type owl:ObjectProperty ; |
| 653 | - rdfs:domain USERFIELDS:UserField ; | 719 | + rdfs:domain USERFIELDS:UserField ; |
| 654 | - rdfs:label "Subproject type" ; | 720 | + rdfs:label "Subproject type" ; |
| 655 | - rdfs:range USERFIELDS:FreeTextField ; | 721 | + rdfs:range USERFIELDS:FreeTextField . |
| 656 | -. | 722 | + |
| 657 | USERFIELDS:hasSupplierATS | 723 | USERFIELDS:hasSupplierATS |
| 658 | - rdf:type owl:ObjectProperty ; | 724 | + rdf:type owl:ObjectProperty ; |
| 659 | - rdfs:domain USERFIELDS:UserField ; | 725 | + rdfs:domain USERFIELDS:UserField ; |
| 660 | - rdfs:label "Supplier ATS" ; | 726 | + rdfs:label "Supplier ATS" ; |
| 661 | - rdfs:range USERFIELDS:FreeTextField ; | 727 | + rdfs:range USERFIELDS:FreeTextField . |
| 662 | -. | 728 | + |
| 663 | USERFIELDS:hasSystemType | 729 | USERFIELDS:hasSystemType |
| 664 | - rdf:type owl:ObjectProperty ; | 730 | + rdf:type owl:ObjectProperty ; |
| 665 | - rdfs:domain USERFIELDS:UserField ; | 731 | + rdfs:domain USERFIELDS:UserField ; |
| 666 | - rdfs:label "System type" ; | 732 | + rdfs:label "System type" ; |
| 667 | - rdfs:range USERFIELDS:FreeTextField ; | 733 | + rdfs:range USERFIELDS:FreeTextField . |
| 668 | -. | 734 | + |
| 669 | USERFIELDS:hasUserField | 735 | USERFIELDS:hasUserField |
| 670 | - rdf:type owl:ObjectProperty ; | 736 | + rdf:type owl:ObjectProperty ; |
| 671 | - rdfs:range USERFIELDS:UserField ; | 737 | + rdfs:range USERFIELDS:UserField . |
| 672 | -. | 738 | + |
| 673 | USERFIELDS:hasWBS1 | 739 | USERFIELDS:hasWBS1 |
| 674 | - rdf:type owl:ObjectProperty ; | 740 | + rdf:type owl:ObjectProperty ; |
| 675 | - rdfs:domain USERFIELDS:UserField ; | 741 | + rdfs:domain USERFIELDS:UserField ; |
| 676 | - rdfs:label "WBS1" ; | 742 | + rdfs:label "WBS1" ; |
| 677 | - rdfs:range USERFIELDS:FreeTextField ; | 743 | + rdfs:range USERFIELDS:FreeTextField . |
| 678 | -. | 744 | + |
| 679 | USERFIELDS:hasWBS2 | 745 | USERFIELDS:hasWBS2 |
| 680 | - rdf:type owl:ObjectProperty ; | 746 | + rdf:type owl:ObjectProperty ; |
| 681 | - rdfs:domain USERFIELDS:UserField ; | 747 | + rdfs:domain USERFIELDS:UserField ; |
| 682 | - rdfs:label "WBS2" ; | 748 | + rdfs:label "WBS2" ; |
| 683 | - rdfs:range USERFIELDS:FreeTextField ; | 749 | + rdfs:range USERFIELDS:FreeTextField . |
| 684 | -. | 750 | + |
| 685 | USERFIELDS:hasWBS3 | 751 | USERFIELDS:hasWBS3 |
| 686 | - rdf:type owl:ObjectProperty ; | 752 | + rdf:type owl:ObjectProperty ; |
| 687 | - rdfs:domain USERFIELDS:UserField ; | 753 | + rdfs:domain USERFIELDS:UserField ; |
| 688 | - rdfs:label "WBS3" ; | 754 | + rdfs:label "WBS3" ; |
| 689 | - rdfs:range USERFIELDS:FreeTextField ; | 755 | + rdfs:range USERFIELDS:FreeTextField . |
| 690 | -. | 756 | + |
| 691 | USERFIELDS:hasWBS4 | 757 | USERFIELDS:hasWBS4 |
| 692 | - rdf:type owl:ObjectProperty ; | 758 | + rdf:type owl:ObjectProperty ; |
| 693 | - rdfs:domain USERFIELDS:UserField ; | 759 | + rdfs:domain USERFIELDS:UserField ; |
| 694 | - rdfs:label "WBS4" ; | 760 | + rdfs:label "WBS4" ; |
| 695 | - rdfs:range USERFIELDS:FreeTextField ; | 761 | + rdfs:range USERFIELDS:FreeTextField . |
| 696 | -. | 762 | + |
| 697 | USERFIELDS:hasWBS5 | 763 | USERFIELDS:hasWBS5 |
| 698 | - rdf:type owl:ObjectProperty ; | 764 | + rdf:type owl:ObjectProperty ; |
| 699 | - rdfs:domain USERFIELDS:UserField ; | 765 | + rdfs:domain USERFIELDS:UserField ; |
| 700 | - rdfs:label "WBS5" ; | 766 | + rdfs:label "WBS5" ; |
| 701 | - rdfs:range USERFIELDS:FreeTextField ; | 767 | + rdfs:range USERFIELDS:FreeTextField . |
| 702 | -. | 768 | + |
| 703 | USERFIELDS:hasWorkOrder | 769 | USERFIELDS:hasWorkOrder |
| 704 | - rdf:type owl:ObjectProperty ; | 770 | + rdf:type owl:ObjectProperty ; |
| 705 | - rdfs:domain USERFIELDS:UserField ; | 771 | + rdfs:domain USERFIELDS:UserField ; |
| 706 | - rdfs:label "Work order" ; | 772 | + rdfs:label "Work order" ; |
| 707 | - rdfs:range USERFIELDS:FreeTextField ; | 773 | + rdfs:range USERFIELDS:FreeTextField . |
| 708 | -. | ... | ... |
-
Please register or login to post a comment