Showing
1 changed file
with
416 additions
and
351 deletions
| ... | @@ -8,701 +8,766 @@ | ... | @@ -8,701 +8,766 @@ |
| 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 |
| 41 | + "1"^^xsd:nonNegativeInteger ; | ||
| 31 | owl:onClass USERFIELDS:FreeTextField ; | 42 | owl:onClass USERFIELDS:FreeTextField ; |
| 32 | - owl:onProperty USERFIELDS:hasArea ; | 43 | + owl:onProperty USERFIELDS:hasIndexCode |
| 33 | ] ; | 44 | ] ; |
| 34 | - rdfs:subClassOf [ | 45 | + rdfs:subClassOf |
| 35 | - rdf:type owl:Restriction ; | 46 | + [ rdf:type owl:Restriction ; |
| 36 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 47 | + owl:maxQualifiedCardinality |
| 48 | + "1"^^xsd:nonNegativeInteger ; | ||
| 37 | owl:onClass USERFIELDS:FreeTextField ; | 49 | owl:onClass USERFIELDS:FreeTextField ; |
| 38 | - owl:onProperty USERFIELDS:hasAreaCode ; | 50 | + owl:onProperty USERFIELDS:hasKPIStatus |
| 39 | ] ; | 51 | ] ; |
| 40 | - rdfs:subClassOf [ | 52 | + rdfs:subClassOf |
| 41 | - rdf:type owl:Restriction ; | 53 | + [ rdf:type owl:Restriction ; |
| 42 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 54 | + owl:maxQualifiedCardinality |
| 55 | + "1"^^xsd:nonNegativeInteger ; | ||
| 43 | owl:onClass USERFIELDS:FreeTextField ; | 56 | owl:onClass USERFIELDS:FreeTextField ; |
| 44 | - owl:onProperty USERFIELDS:hasAssignment ; | 57 | + owl:onProperty USERFIELDS:hasLocationOfWork |
| 45 | ] ; | 58 | ] ; |
| 46 | - rdfs:subClassOf [ | 59 | + rdfs:subClassOf |
| 47 | - rdf:type owl:Restriction ; | 60 | + [ rdf:type owl:Restriction ; |
| 48 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 61 | + owl:maxQualifiedCardinality |
| 62 | + "1"^^xsd:nonNegativeInteger ; | ||
| 49 | owl:onClass USERFIELDS:FreeTextField ; | 63 | owl:onClass USERFIELDS:FreeTextField ; |
| 50 | - owl:onProperty USERFIELDS:hasBudgetYear ; | 64 | + owl:onProperty USERFIELDS:hasShutDownPeriod |
| 51 | ] ; | 65 | ] ; |
| 52 | - rdfs:subClassOf [ | 66 | + rdfs:subClassOf |
| 53 | - rdf:type owl:Restriction ; | 67 | + [ rdf:type owl:Restriction ; |
| 54 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 68 | + owl:maxQualifiedCardinality |
| 69 | + "1"^^xsd:nonNegativeInteger ; | ||
| 55 | owl:onClass USERFIELDS:FreeTextField ; | 70 | owl:onClass USERFIELDS:FreeTextField ; |
| 56 | - owl:onProperty USERFIELDS:hasBuildingBlock ; | 71 | + owl:onProperty USERFIELDS:hasBuildingBlock |
| 57 | ] ; | 72 | ] ; |
| 58 | - rdfs:subClassOf [ | 73 | + rdfs:subClassOf |
| 59 | - rdf:type owl:Restriction ; | 74 | + [ rdf:type owl:Restriction ; |
| 60 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 75 | + owl:maxQualifiedCardinality |
| 76 | + "1"^^xsd:nonNegativeInteger ; | ||
| 61 | owl:onClass USERFIELDS:FreeTextField ; | 77 | owl:onClass USERFIELDS:FreeTextField ; |
| 62 | - owl:onProperty USERFIELDS:hasCTR ; | 78 | + owl:onProperty USERFIELDS:hasCriticalPath |
| 63 | ] ; | 79 | ] ; |
| 64 | - rdfs:subClassOf [ | 80 | + rdfs:subClassOf |
| 65 | - rdf:type owl:Restriction ; | 81 | + [ rdf:type owl:Restriction ; |
| 66 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 82 | + owl:maxQualifiedCardinality |
| 83 | + "1"^^xsd:nonNegativeInteger ; | ||
| 67 | owl:onClass USERFIELDS:FreeTextField ; | 84 | owl:onClass USERFIELDS:FreeTextField ; |
| 68 | - owl:onProperty USERFIELDS:hasCause ; | 85 | + owl:onProperty USERFIELDS:hasReporting |
| 69 | ] ; | 86 | ] ; |
| 70 | - rdfs:subClassOf [ | 87 | + rdfs:subClassOf |
| 71 | - rdf:type owl:Restriction ; | 88 | + [ rdf:type owl:Restriction ; |
| 72 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 89 | + owl:maxQualifiedCardinality |
| 90 | + "1"^^xsd:nonNegativeInteger ; | ||
| 73 | owl:onClass USERFIELDS:FreeTextField ; | 91 | owl:onClass USERFIELDS:FreeTextField ; |
| 74 | - owl:onProperty USERFIELDS:hasCauseCategory ; | 92 | + owl:onProperty USERFIELDS:hasCause |
| 75 | ] ; | 93 | ] ; |
| 76 | - rdfs:subClassOf [ | 94 | + rdfs:subClassOf |
| 77 | - rdf:type owl:Restriction ; | 95 | + [ rdf:type owl:Restriction ; |
| 78 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 96 | + owl:maxQualifiedCardinality |
| 97 | + "1"^^xsd:nonNegativeInteger ; | ||
| 79 | owl:onClass USERFIELDS:FreeTextField ; | 98 | owl:onClass USERFIELDS:FreeTextField ; |
| 80 | - owl:onProperty USERFIELDS:hasCommissioningPackage ; | 99 | + owl:onProperty USERFIELDS:hasProcurementPackage |
| 81 | ] ; | 100 | ] ; |
| 82 | - rdfs:subClassOf [ | 101 | + rdfs:subClassOf |
| 83 | - rdf:type owl:Restriction ; | 102 | + [ rdf:type owl:Restriction ; |
| 84 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 103 | + owl:maxQualifiedCardinality |
| 104 | + "1"^^xsd:nonNegativeInteger ; | ||
| 85 | owl:onClass USERFIELDS:FreeTextField ; | 105 | owl:onClass USERFIELDS:FreeTextField ; |
| 86 | - owl:onProperty USERFIELDS:hasCompletionStatus ; | 106 | + owl:onProperty USERFIELDS:hasMechanicalCompletionPackage |
| 87 | ] ; | 107 | ] ; |
| 88 | - rdfs:subClassOf [ | 108 | + rdfs:subClassOf |
| 89 | - rdf:type owl:Restriction ; | 109 | + [ rdf:type owl:Restriction ; |
| 90 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 110 | + owl:maxQualifiedCardinality |
| 111 | + "1"^^xsd:nonNegativeInteger ; | ||
| 91 | owl:onClass USERFIELDS:FreeTextField ; | 112 | owl:onClass USERFIELDS:FreeTextField ; |
| 92 | - owl:onProperty USERFIELDS:hasContractType ; | 113 | + owl:onProperty USERFIELDS:hasCustomerWBS2 |
| 93 | ] ; | 114 | ] ; |
| 94 | - rdfs:subClassOf [ | 115 | + rdfs:subClassOf |
| 95 | - rdf:type owl:Restriction ; | 116 | + [ rdf:type owl:Restriction ; |
| 96 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 117 | + owl:maxQualifiedCardinality |
| 118 | + "1"^^xsd:nonNegativeInteger ; | ||
| 97 | owl:onClass USERFIELDS:FreeTextField ; | 119 | owl:onClass USERFIELDS:FreeTextField ; |
| 98 | - owl:onProperty USERFIELDS:hasCostBreakdownStructure ; | 120 | + owl:onProperty USERFIELDS:hasCustomerWBS3 |
| 99 | ] ; | 121 | ] ; |
| 100 | - rdfs:subClassOf [ | 122 | + rdfs:subClassOf |
| 101 | - rdf:type owl:Restriction ; | 123 | + [ rdf:type owl:Restriction ; |
| 102 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 124 | + owl:maxQualifiedCardinality |
| 125 | + "1"^^xsd:nonNegativeInteger ; | ||
| 103 | owl:onClass USERFIELDS:FreeTextField ; | 126 | owl:onClass USERFIELDS:FreeTextField ; |
| 104 | - owl:onProperty USERFIELDS:hasCostCenter ; | 127 | + owl:onProperty USERFIELDS:hasSection |
| 105 | ] ; | 128 | ] ; |
| 106 | - rdfs:subClassOf [ | 129 | + rdfs:subClassOf |
| 107 | - rdf:type owl:Restriction ; | 130 | + [ rdf:type owl:Restriction ; |
| 108 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 131 | + owl:maxQualifiedCardinality |
| 132 | + "1"^^xsd:nonNegativeInteger ; | ||
| 109 | owl:onClass USERFIELDS:FreeTextField ; | 133 | owl:onClass USERFIELDS:FreeTextField ; |
| 110 | - owl:onProperty USERFIELDS:hasCriticalPath ; | 134 | + owl:onProperty USERFIELDS:hasSectionStatus |
| 111 | ] ; | 135 | ] ; |
| 112 | - rdfs:subClassOf [ | 136 | + rdfs:subClassOf |
| 113 | - rdf:type owl:Restriction ; | 137 | + [ rdf:type owl:Restriction ; |
| 114 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 138 | + owl:maxQualifiedCardinality |
| 139 | + "1"^^xsd:nonNegativeInteger ; | ||
| 115 | owl:onClass USERFIELDS:FreeTextField ; | 140 | owl:onClass USERFIELDS:FreeTextField ; |
| 116 | - owl:onProperty USERFIELDS:hasCustomerWBS1 ; | 141 | + owl:onProperty USERFIELDS:hasProjectType |
| 117 | ] ; | 142 | ] ; |
| 118 | - rdfs:subClassOf [ | 143 | + rdfs:subClassOf |
| 119 | - rdf:type owl:Restriction ; | 144 | + [ rdf:type owl:Restriction ; |
| 120 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 145 | + owl:maxQualifiedCardinality |
| 146 | + "1"^^xsd:nonNegativeInteger ; | ||
| 121 | owl:onClass USERFIELDS:FreeTextField ; | 147 | owl:onClass USERFIELDS:FreeTextField ; |
| 122 | - owl:onProperty USERFIELDS:hasCustomerWBS2 ; | 148 | + owl:onProperty USERFIELDS:hasQuality |
| 123 | ] ; | 149 | ] ; |
| 124 | - rdfs:subClassOf [ | 150 | + rdfs:subClassOf |
| 125 | - rdf:type owl:Restriction ; | 151 | + [ rdf:type owl:Restriction ; |
| 126 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 152 | + owl:maxQualifiedCardinality |
| 153 | + "1"^^xsd:nonNegativeInteger ; | ||
| 127 | owl:onClass USERFIELDS:FreeTextField ; | 154 | owl:onClass USERFIELDS:FreeTextField ; |
| 128 | - owl:onProperty USERFIELDS:hasCustomerWBS3 ; | 155 | + owl:onProperty USERFIELDS:hasWBS3 |
| 129 | ] ; | 156 | ] ; |
| 130 | - rdfs:subClassOf [ | 157 | + rdfs:subClassOf |
| 131 | - rdf:type owl:Restriction ; | 158 | + [ rdf:type owl:Restriction ; |
| 132 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 159 | + owl:maxQualifiedCardinality |
| 160 | + "1"^^xsd:nonNegativeInteger ; | ||
| 133 | owl:onClass USERFIELDS:FreeTextField ; | 161 | owl:onClass USERFIELDS:FreeTextField ; |
| 134 | - owl:onProperty USERFIELDS:hasDelivery ; | 162 | + owl:onProperty USERFIELDS:hasExecutionMilestone |
| 135 | ] ; | 163 | ] ; |
| 136 | - rdfs:subClassOf [ | 164 | + rdfs:subClassOf |
| 137 | - rdf:type owl:Restriction ; | 165 | + [ rdf:type owl:Restriction ; |
| 138 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 166 | + owl:maxQualifiedCardinality |
| 167 | + "1"^^xsd:nonNegativeInteger ; | ||
| 139 | owl:onClass USERFIELDS:FreeTextField ; | 168 | owl:onClass USERFIELDS:FreeTextField ; |
| 140 | - owl:onProperty USERFIELDS:hasExecutionMilestone ; | 169 | + owl:onProperty USERFIELDS:hasArea |
| 141 | ] ; | 170 | ] ; |
| 142 | - rdfs:subClassOf [ | 171 | + rdfs:subClassOf |
| 143 | - rdf:type owl:Restriction ; | 172 | + [ rdf:type owl:Restriction ; |
| 144 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 173 | + owl:maxQualifiedCardinality |
| 174 | + "1"^^xsd:nonNegativeInteger ; | ||
| 145 | owl:onClass USERFIELDS:FreeTextField ; | 175 | owl:onClass USERFIELDS:FreeTextField ; |
| 146 | - owl:onProperty USERFIELDS:hasExecutionSubDiscipline ; | 176 | + owl:onProperty USERFIELDS:hasNotification |
| 147 | ] ; | 177 | ] ; |
| 148 | - rdfs:subClassOf [ | 178 | + rdfs:subClassOf |
| 149 | - rdf:type owl:Restriction ; | 179 | + [ rdf:type owl:Restriction ; |
| 150 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 180 | + owl:maxQualifiedCardinality |
| 181 | + "1"^^xsd:nonNegativeInteger ; | ||
| 151 | owl:onClass USERFIELDS:FreeTextField ; | 182 | owl:onClass USERFIELDS:FreeTextField ; |
| 152 | - owl:onProperty USERFIELDS:hasGeographicLocation ; | 183 | + owl:onProperty USERFIELDS:hasWBS5 |
| 153 | ] ; | 184 | ] ; |
| 154 | - rdfs:subClassOf [ | 185 | + rdfs:subClassOf |
| 155 | - rdf:type owl:Restriction ; | 186 | + [ rdf:type owl:Restriction ; |
| 156 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 187 | + owl:maxQualifiedCardinality |
| 188 | + "1"^^xsd:nonNegativeInteger ; | ||
| 157 | owl:onClass USERFIELDS:FreeTextField ; | 189 | owl:onClass USERFIELDS:FreeTextField ; |
| 158 | - owl:onProperty USERFIELDS:hasHabitat ; | 190 | + owl:onProperty USERFIELDS:hasJobCardStatus |
| 159 | ] ; | 191 | ] ; |
| 160 | - rdfs:subClassOf [ | 192 | + rdfs:subClassOf |
| 161 | - rdf:type owl:Restriction ; | 193 | + [ rdf:type owl:Restriction ; |
| 162 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 194 | + owl:maxQualifiedCardinality |
| 195 | + "1"^^xsd:nonNegativeInteger ; | ||
| 163 | owl:onClass USERFIELDS:FreeTextField ; | 196 | owl:onClass USERFIELDS:FreeTextField ; |
| 164 | - owl:onProperty USERFIELDS:hasIndexCode ; | 197 | + owl:onProperty USERFIELDS:hasAssignment |
| 165 | ] ; | 198 | ] ; |
| 166 | - rdfs:subClassOf [ | 199 | + rdfs:subClassOf |
| 167 | - rdf:type owl:Restriction ; | 200 | + [ rdf:type owl:Restriction ; |
| 168 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 201 | + owl:maxQualifiedCardinality |
| 202 | + "1"^^xsd:nonNegativeInteger ; | ||
| 169 | owl:onClass USERFIELDS:FreeTextField ; | 203 | owl:onClass USERFIELDS:FreeTextField ; |
| 170 | - owl:onProperty USERFIELDS:hasJobCardStatus ; | 204 | + owl:onProperty USERFIELDS:hasBudgetYear |
| 171 | ] ; | 205 | ] ; |
| 172 | - rdfs:subClassOf [ | 206 | + rdfs:subClassOf |
| 173 | - rdf:type owl:Restriction ; | 207 | + [ rdf:type owl:Restriction ; |
| 174 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 208 | + owl:maxQualifiedCardinality |
| 209 | + "1"^^xsd:nonNegativeInteger ; | ||
| 175 | owl:onClass USERFIELDS:FreeTextField ; | 210 | owl:onClass USERFIELDS:FreeTextField ; |
| 176 | - owl:onProperty USERFIELDS:hasKPIStatus ; | 211 | + owl:onProperty USERFIELDS:hasCostCenter |
| 177 | ] ; | 212 | ] ; |
| 178 | - rdfs:subClassOf [ | 213 | + rdfs:subClassOf |
| 179 | - rdf:type owl:Restriction ; | 214 | + [ rdf:type owl:Restriction ; |
| 180 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 215 | + owl:maxQualifiedCardinality |
| 216 | + "1"^^xsd:nonNegativeInteger ; | ||
| 181 | owl:onClass USERFIELDS:FreeTextField ; | 217 | owl:onClass USERFIELDS:FreeTextField ; |
| 182 | - owl:onProperty USERFIELDS:hasLocationOfWork ; | 218 | + owl:onProperty USERFIELDS:hasRank |
| 183 | ] ; | 219 | ] ; |
| 184 | - rdfs:subClassOf [ | 220 | + rdfs:subClassOf |
| 185 | - rdf:type owl:Restriction ; | 221 | + [ rdf:type owl:Restriction ; |
| 186 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 222 | + owl:maxQualifiedCardinality |
| 223 | + "1"^^xsd:nonNegativeInteger ; | ||
| 187 | owl:onClass USERFIELDS:FreeTextField ; | 224 | owl:onClass USERFIELDS:FreeTextField ; |
| 188 | - owl:onProperty USERFIELDS:hasLocationOnPlatform ; | 225 | + owl:onProperty USERFIELDS:hasPartProject |
| 189 | ] ; | 226 | ] ; |
| 190 | - rdfs:subClassOf [ | 227 | + rdfs:subClassOf |
| 191 | - rdf:type owl:Restriction ; | 228 | + [ rdf:type owl:Restriction ; |
| 192 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 229 | + owl:maxQualifiedCardinality |
| 230 | + "1"^^xsd:nonNegativeInteger ; | ||
| 193 | owl:onClass USERFIELDS:FreeTextField ; | 231 | owl:onClass USERFIELDS:FreeTextField ; |
| 194 | - owl:onProperty USERFIELDS:hasMechanicalCompletionPackage ; | 232 | + owl:onProperty USERFIELDS:hasPortfolio |
| 195 | ] ; | 233 | ] ; |
| 196 | - rdfs:subClassOf [ | 234 | + rdfs:subClassOf |
| 197 | - rdf:type owl:Restriction ; | 235 | + [ rdf:type owl:Restriction ; |
| 198 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 236 | + owl:maxQualifiedCardinality |
| 237 | + "1"^^xsd:nonNegativeInteger ; | ||
| 199 | owl:onClass USERFIELDS:FreeTextField ; | 238 | owl:onClass USERFIELDS:FreeTextField ; |
| 200 | - owl:onProperty USERFIELDS:hasModificationPackage ; | 239 | + owl:onProperty USERFIELDS:hasSystemType |
| 201 | ] ; | 240 | ] ; |
| 202 | - rdfs:subClassOf [ | 241 | + rdfs:subClassOf |
| 203 | - rdf:type owl:Restriction ; | 242 | + [ rdf:type owl:Restriction ; |
| 204 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 243 | + owl:maxQualifiedCardinality |
| 244 | + "1"^^xsd:nonNegativeInteger ; | ||
| 205 | owl:onClass USERFIELDS:FreeTextField ; | 245 | owl:onClass USERFIELDS:FreeTextField ; |
| 206 | - owl:onProperty USERFIELDS:hasNetwork ; | 246 | + owl:onProperty USERFIELDS:hasCustomerWBS1 |
| 207 | ] ; | 247 | ] ; |
| 208 | - rdfs:subClassOf [ | 248 | + rdfs:subClassOf |
| 209 | - rdf:type owl:Restriction ; | 249 | + [ rdf:type owl:Restriction ; |
| 210 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 250 | + owl:maxQualifiedCardinality |
| 251 | + "1"^^xsd:nonNegativeInteger ; | ||
| 211 | owl:onClass USERFIELDS:FreeTextField ; | 252 | owl:onClass USERFIELDS:FreeTextField ; |
| 212 | - owl:onProperty USERFIELDS:hasNotification ; | 253 | + owl:onProperty USERFIELDS:hasSRGL |
| 213 | ] ; | 254 | ] ; |
| 214 | - rdfs:subClassOf [ | 255 | + rdfs:subClassOf |
| 215 | - rdf:type owl:Restriction ; | 256 | + [ rdf:type owl:Restriction ; |
| 216 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 257 | + owl:maxQualifiedCardinality |
| 258 | + "1"^^xsd:nonNegativeInteger ; | ||
| 217 | owl:onClass USERFIELDS:FreeTextField ; | 259 | owl:onClass USERFIELDS:FreeTextField ; |
| 218 | - owl:onProperty USERFIELDS:hasOwnerDepartment ; | 260 | + owl:onProperty USERFIELDS:hasCompletionStatus |
| 219 | ] ; | 261 | ] ; |
| 220 | - rdfs:subClassOf [ | 262 | + rdfs:subClassOf |
| 221 | - rdf:type owl:Restriction ; | 263 | + [ rdf:type owl:Restriction ; |
| 222 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 264 | + owl:maxQualifiedCardinality |
| 265 | + "1"^^xsd:nonNegativeInteger ; | ||
| 223 | owl:onClass USERFIELDS:FreeTextField ; | 266 | owl:onClass USERFIELDS:FreeTextField ; |
| 224 | - owl:onProperty USERFIELDS:hasPartProject ; | 267 | + owl:onProperty USERFIELDS:hasProjectCode |
| 225 | ] ; | 268 | ] ; |
| 226 | - rdfs:subClassOf [ | 269 | + rdfs:subClassOf |
| 227 | - rdf:type owl:Restriction ; | 270 | + [ rdf:type owl:Restriction ; |
| 228 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 271 | + owl:maxQualifiedCardinality |
| 272 | + "1"^^xsd:nonNegativeInteger ; | ||
| 229 | owl:onClass USERFIELDS:FreeTextField ; | 273 | owl:onClass USERFIELDS:FreeTextField ; |
| 230 | - owl:onProperty USERFIELDS:hasPortfolio ; | 274 | + owl:onProperty USERFIELDS:hasWBS2 |
| 231 | ] ; | 275 | ] ; |
| 232 | - rdfs:subClassOf [ | 276 | + rdfs:subClassOf |
| 233 | - rdf:type owl:Restriction ; | 277 | + [ rdf:type owl:Restriction ; |
| 234 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 278 | + owl:maxQualifiedCardinality |
| 279 | + "1"^^xsd:nonNegativeInteger ; | ||
| 235 | owl:onClass USERFIELDS:FreeTextField ; | 280 | owl:onClass USERFIELDS:FreeTextField ; |
| 236 | - owl:onProperty USERFIELDS:hasProcurementPackage ; | 281 | + owl:onProperty USERFIELDS:hasWBS2 |
| 237 | ] ; | 282 | ] ; |
| 238 | - rdfs:subClassOf [ | 283 | + rdfs:subClassOf |
| 239 | - rdf:type owl:Restriction ; | 284 | + [ rdf:type owl:Restriction ; |
| 240 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 285 | + owl:maxQualifiedCardinality |
| 286 | + "1"^^xsd:nonNegativeInteger ; | ||
| 241 | owl:onClass USERFIELDS:FreeTextField ; | 287 | owl:onClass USERFIELDS:FreeTextField ; |
| 242 | - owl:onProperty USERFIELDS:hasProjectCode ; | 288 | + owl:onProperty USERFIELDS:hasCostBreakdownStructure |
| 243 | ] ; | 289 | ] ; |
| 244 | - rdfs:subClassOf [ | 290 | + rdfs:subClassOf |
| 245 | - rdf:type owl:Restriction ; | 291 | + [ rdf:type owl:Restriction ; |
| 246 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 292 | + owl:maxQualifiedCardinality |
| 293 | + "1"^^xsd:nonNegativeInteger ; | ||
| 247 | owl:onClass USERFIELDS:FreeTextField ; | 294 | owl:onClass USERFIELDS:FreeTextField ; |
| 248 | - owl:onProperty USERFIELDS:hasProjectType ; | 295 | + owl:onProperty USERFIELDS:hasActivityProgress |
| 249 | ] ; | 296 | ] ; |
| 250 | - rdfs:subClassOf [ | 297 | + rdfs:subClassOf |
| 251 | - rdf:type owl:Restriction ; | 298 | + [ rdf:type owl:Restriction ; |
| 252 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 299 | + owl:maxQualifiedCardinality |
| 300 | + "1"^^xsd:nonNegativeInteger ; | ||
| 253 | owl:onClass USERFIELDS:FreeTextField ; | 301 | owl:onClass USERFIELDS:FreeTextField ; |
| 254 | - owl:onProperty USERFIELDS:hasQuality ; | 302 | + owl:onProperty USERFIELDS:hasModificationPackage |
| 255 | ] ; | 303 | ] ; |
| 256 | - rdfs:subClassOf [ | 304 | + rdfs:subClassOf |
| 257 | - rdf:type owl:Restriction ; | 305 | + [ rdf:type owl:Restriction ; |
| 258 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 306 | + owl:maxQualifiedCardinality |
| 307 | + "1"^^xsd:nonNegativeInteger ; | ||
| 259 | owl:onClass USERFIELDS:FreeTextField ; | 308 | owl:onClass USERFIELDS:FreeTextField ; |
| 260 | - owl:onProperty USERFIELDS:hasRank ; | 309 | + owl:onProperty USERFIELDS:hasNetwork |
| 261 | ] ; | 310 | ] ; |
| 262 | - rdfs:subClassOf [ | 311 | + rdfs:subClassOf |
| 263 | - rdf:type owl:Restriction ; | 312 | + [ rdf:type owl:Restriction ; |
| 264 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 313 | + owl:maxQualifiedCardinality |
| 314 | + "1"^^xsd:nonNegativeInteger ; | ||
| 265 | owl:onClass USERFIELDS:FreeTextField ; | 315 | owl:onClass USERFIELDS:FreeTextField ; |
| 266 | - owl:onProperty USERFIELDS:hasReporting ; | 316 | + owl:onProperty USERFIELDS:hasWBS4 |
| 267 | ] ; | 317 | ] ; |
| 268 | - rdfs:subClassOf [ | 318 | + rdfs:subClassOf |
| 269 | - rdf:type owl:Restriction ; | 319 | + [ rdf:type owl:Restriction ; |
| 270 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 320 | + owl:maxQualifiedCardinality |
| 321 | + "1"^^xsd:nonNegativeInteger ; | ||
| 271 | owl:onClass USERFIELDS:FreeTextField ; | 322 | owl:onClass USERFIELDS:FreeTextField ; |
| 272 | - owl:onProperty USERFIELDS:hasSRGL ; | 323 | + owl:onProperty USERFIELDS:hasWorkOrder |
| 273 | ] ; | 324 | ] ; |
| 274 | - rdfs:subClassOf [ | 325 | + rdfs:subClassOf |
| 275 | - rdf:type owl:Restriction ; | 326 | + [ rdf:type owl:Restriction ; |
| 276 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 327 | + owl:maxQualifiedCardinality |
| 328 | + "1"^^xsd:nonNegativeInteger ; | ||
| 277 | owl:onClass USERFIELDS:FreeTextField ; | 329 | owl:onClass USERFIELDS:FreeTextField ; |
| 278 | - owl:onProperty USERFIELDS:hasSection ; | 330 | + owl:onProperty USERFIELDS:hasWorkOrder |
| 279 | ] ; | 331 | ] ; |
| 280 | - rdfs:subClassOf [ | 332 | + rdfs:subClassOf |
| 281 | - rdf:type owl:Restriction ; | 333 | + [ rdf:type owl:Restriction ; |
| 282 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 334 | + owl:maxQualifiedCardinality |
| 335 | + "1"^^xsd:nonNegativeInteger ; | ||
| 283 | owl:onClass USERFIELDS:FreeTextField ; | 336 | owl:onClass USERFIELDS:FreeTextField ; |
| 284 | - owl:onProperty USERFIELDS:hasSectionStatus ; | 337 | + owl:onProperty USERFIELDS:hasHabitat |
| 285 | ] ; | 338 | ] ; |
| 286 | - rdfs:subClassOf [ | 339 | + rdfs:subClassOf |
| 287 | - rdf:type owl:Restriction ; | 340 | + [ rdf:type owl:Restriction ; |
| 288 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 341 | + owl:maxQualifiedCardinality |
| 342 | + "1"^^xsd:nonNegativeInteger ; | ||
| 289 | owl:onClass USERFIELDS:FreeTextField ; | 343 | owl:onClass USERFIELDS:FreeTextField ; |
| 290 | - owl:onProperty USERFIELDS:hasShaft ; | 344 | + owl:onProperty USERFIELDS:hasAreaCode |
| 291 | ] ; | 345 | ] ; |
| 292 | - rdfs:subClassOf [ | 346 | + rdfs:subClassOf |
| 293 | - rdf:type owl:Restriction ; | 347 | + [ rdf:type owl:Restriction ; |
| 294 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 348 | + owl:maxQualifiedCardinality |
| 349 | + "1"^^xsd:nonNegativeInteger ; | ||
| 295 | owl:onClass USERFIELDS:FreeTextField ; | 350 | owl:onClass USERFIELDS:FreeTextField ; |
| 296 | - owl:onProperty USERFIELDS:hasShutDownPeriod ; | 351 | + owl:onProperty USERFIELDS:hasOwnerDepartment |
| 297 | ] ; | 352 | ] ; |
| 298 | - rdfs:subClassOf [ | 353 | + rdfs:subClassOf |
| 299 | - rdf:type owl:Restriction ; | 354 | + [ rdf:type owl:Restriction ; |
| 300 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 355 | + owl:maxQualifiedCardinality |
| 356 | + "1"^^xsd:nonNegativeInteger ; | ||
| 301 | owl:onClass USERFIELDS:FreeTextField ; | 357 | owl:onClass USERFIELDS:FreeTextField ; |
| 302 | - owl:onProperty USERFIELDS:hasSubProjectType ; | 358 | + owl:onProperty USERFIELDS:hasLocationOnPlatform |
| 303 | ] ; | 359 | ] ; |
| 304 | - rdfs:subClassOf [ | 360 | + rdfs:subClassOf |
| 305 | - rdf:type owl:Restriction ; | 361 | + [ rdf:type owl:Restriction ; |
| 306 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 362 | + owl:maxQualifiedCardinality |
| 363 | + "1"^^xsd:nonNegativeInteger ; | ||
| 307 | owl:onClass USERFIELDS:FreeTextField ; | 364 | owl:onClass USERFIELDS:FreeTextField ; |
| 308 | - owl:onProperty USERFIELDS:hasSupplierATS ; | 365 | + owl:onProperty USERFIELDS:hasSubProjectType |
| 309 | ] ; | 366 | ] ; |
| 310 | - rdfs:subClassOf [ | 367 | + rdfs:subClassOf |
| 311 | - rdf:type owl:Restriction ; | 368 | + [ rdf:type owl:Restriction ; |
| 312 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 369 | + owl:maxQualifiedCardinality |
| 370 | + "1"^^xsd:nonNegativeInteger ; | ||
| 313 | owl:onClass USERFIELDS:FreeTextField ; | 371 | owl:onClass USERFIELDS:FreeTextField ; |
| 314 | - owl:onProperty USERFIELDS:hasSystemType ; | 372 | + owl:onProperty USERFIELDS:hasSupplierATS |
| 315 | ] ; | 373 | ] ; |
| 316 | - rdfs:subClassOf [ | 374 | + rdfs:subClassOf |
| 317 | - rdf:type owl:Restriction ; | 375 | + [ rdf:type owl:Restriction ; |
| 318 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 376 | + owl:maxQualifiedCardinality |
| 377 | + "1"^^xsd:nonNegativeInteger ; | ||
| 319 | owl:onClass USERFIELDS:FreeTextField ; | 378 | owl:onClass USERFIELDS:FreeTextField ; |
| 320 | - owl:onProperty USERFIELDS:hasWBS1 ; | 379 | + owl:onProperty USERFIELDS:hasCauseCategory |
| 321 | ] ; | 380 | ] ; |
| 322 | - rdfs:subClassOf [ | 381 | + rdfs:subClassOf |
| 323 | - rdf:type owl:Restriction ; | 382 | + [ rdf:type owl:Restriction ; |
| 324 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 383 | + owl:maxQualifiedCardinality |
| 384 | + "1"^^xsd:nonNegativeInteger ; | ||
| 325 | owl:onClass USERFIELDS:FreeTextField ; | 385 | owl:onClass USERFIELDS:FreeTextField ; |
| 326 | - owl:onProperty USERFIELDS:hasWBS2 ; | 386 | + owl:onProperty USERFIELDS:hasCommissioningPackage |
| 327 | ] ; | 387 | ] ; |
| 328 | - rdfs:subClassOf [ | 388 | + rdfs:subClassOf |
| 329 | - rdf:type owl:Restriction ; | 389 | + [ rdf:type owl:Restriction ; |
| 330 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 390 | + owl:maxQualifiedCardinality |
| 391 | + "1"^^xsd:nonNegativeInteger ; | ||
| 331 | owl:onClass USERFIELDS:FreeTextField ; | 392 | owl:onClass USERFIELDS:FreeTextField ; |
| 332 | - owl:onProperty USERFIELDS:hasWBS2 ; | 393 | + owl:onProperty USERFIELDS:hasWBS1 |
| 333 | ] ; | 394 | ] ; |
| 334 | - rdfs:subClassOf [ | 395 | + rdfs:subClassOf |
| 335 | - rdf:type owl:Restriction ; | 396 | + [ rdf:type owl:Restriction ; |
| 336 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 397 | + owl:maxQualifiedCardinality |
| 398 | + "1"^^xsd:nonNegativeInteger ; | ||
| 337 | owl:onClass USERFIELDS:FreeTextField ; | 399 | owl:onClass USERFIELDS:FreeTextField ; |
| 338 | - owl:onProperty USERFIELDS:hasWBS3 ; | 400 | + owl:onProperty USERFIELDS:hasDelivery |
| 339 | ] ; | 401 | ] ; |
| 340 | - rdfs:subClassOf [ | 402 | + rdfs:subClassOf |
| 341 | - rdf:type owl:Restriction ; | 403 | + [ rdf:type owl:Restriction ; |
| 342 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 404 | + owl:maxQualifiedCardinality |
| 405 | + "1"^^xsd:nonNegativeInteger ; | ||
| 343 | owl:onClass USERFIELDS:FreeTextField ; | 406 | owl:onClass USERFIELDS:FreeTextField ; |
| 344 | - owl:onProperty USERFIELDS:hasWBS4 ; | 407 | + owl:onProperty USERFIELDS:hasShaft |
| 345 | ] ; | 408 | ] ; |
| 346 | - rdfs:subClassOf [ | 409 | + rdfs:subClassOf |
| 347 | - rdf:type owl:Restriction ; | 410 | + [ rdf:type owl:Restriction ; |
| 348 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 411 | + owl:maxQualifiedCardinality |
| 412 | + "1"^^xsd:nonNegativeInteger ; | ||
| 349 | owl:onClass USERFIELDS:FreeTextField ; | 413 | owl:onClass USERFIELDS:FreeTextField ; |
| 350 | - owl:onProperty USERFIELDS:hasWBS5 ; | 414 | + owl:onProperty USERFIELDS:hasContractType |
| 351 | ] ; | 415 | ] ; |
| 352 | - rdfs:subClassOf [ | 416 | + rdfs:subClassOf |
| 353 | - rdf:type owl:Restriction ; | 417 | + [ rdf:type owl:Restriction ; |
| 354 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 418 | + owl:maxQualifiedCardinality |
| 419 | + "1"^^xsd:nonNegativeInteger ; | ||
| 355 | owl:onClass USERFIELDS:FreeTextField ; | 420 | owl:onClass USERFIELDS:FreeTextField ; |
| 356 | - owl:onProperty USERFIELDS:hasWorkOrder ; | 421 | + owl:onProperty USERFIELDS:hasCTR |
| 357 | ] ; | 422 | ] ; |
| 358 | - rdfs:subClassOf [ | 423 | + rdfs:subClassOf |
| 359 | - rdf:type owl:Restriction ; | 424 | + [ rdf:type owl:Restriction ; |
| 360 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 425 | + owl:maxQualifiedCardinality |
| 426 | + "1"^^xsd:nonNegativeInteger ; | ||
| 361 | owl:onClass USERFIELDS:FreeTextField ; | 427 | owl:onClass USERFIELDS:FreeTextField ; |
| 362 | - owl:onProperty USERFIELDS:hasWorkOrder ; | 428 | + owl:onProperty USERFIELDS:hasExecutionSubDiscipline |
| 363 | - ] ; | 429 | + ] . |
| 364 | -. | 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