Showing
1 changed file
with
67 additions
and
60 deletions
| ... | @@ -17,8 +17,6 @@ | ... | @@ -17,8 +17,6 @@ |
| 17 | rdfs:subClassOf :Organization ; | 17 | rdfs:subClassOf :Organization ; |
| 18 | . | 18 | . |
| 19 | : | 19 | : |
| 20 | - | ||
| 21 | - | ||
| 22 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
| 23 | owl:imports SCCS: ; | 21 | owl:imports SCCS: ; |
| 24 | owl:imports userfield: ; | 22 | owl:imports userfield: ; |
| ... | @@ -62,7 +60,8 @@ | ... | @@ -62,7 +60,8 @@ |
| 62 | :ActivityCarriedOutOnHCsystems | 60 | :ActivityCarriedOutOnHCsystems |
| 63 | rdf:type :ActivityRiskFactor ; | 61 | rdf:type :ActivityRiskFactor ; |
| 64 | rdf:type owl:Class ; | 62 | rdf:type owl:Class ; |
| 65 | - rdfs:label "An ActivityWithRisk that is carried out on HC systems."^^xsd:string ; | 63 | + rdfs:comment "An ActivityWithRisk that is carried out on HC systems."^^xsd:string ; |
| 64 | + rdfs:label "Activity carried out on HC systems"^^xsd:string ; | ||
| 66 | rdfs:subClassOf :ActivityWithRisk ; | 65 | rdfs:subClassOf :ActivityWithRisk ; |
| 67 | . | 66 | . |
| 68 | :ActivityCriticality | 67 | :ActivityCriticality |
| ... | @@ -75,19 +74,22 @@ | ... | @@ -75,19 +74,22 @@ |
| 75 | :ActivityForWhichESDPermitIsRequired | 74 | :ActivityForWhichESDPermitIsRequired |
| 76 | rdf:type :ActivityRiskFactor ; | 75 | rdf:type :ActivityRiskFactor ; |
| 77 | rdf:type owl:Class ; | 76 | rdf:type owl:Class ; |
| 78 | - rdfs:label "An ActivityWithRisk for which ESD Permit is required."^^xsd:string ; | 77 | + rdfs:comment "An ActivityWithRisk for which ESD Permit is required."^^xsd:string ; |
| 78 | + rdfs:label "Activity for which ESD permit is required"^^xsd:string ; | ||
| 79 | rdfs:subClassOf :ActivityWithRisk ; | 79 | rdfs:subClassOf :ActivityWithRisk ; |
| 80 | . | 80 | . |
| 81 | :ActivityForWhichEntryPermitIsRequired | 81 | :ActivityForWhichEntryPermitIsRequired |
| 82 | rdf:type :ActivityRiskFactor ; | 82 | rdf:type :ActivityRiskFactor ; |
| 83 | rdf:type owl:Class ; | 83 | rdf:type owl:Class ; |
| 84 | - rdfs:label "An ActivityWithRisk for which entry permit is required."^^xsd:string ; | 84 | + rdfs:comment "An ActivityWithRisk for which entry permit is required."^^xsd:string ; |
| 85 | + rdfs:label "Activity for which entry permit is required"^^xsd:string ; | ||
| 85 | rdfs:subClassOf :ActivityWithRisk ; | 86 | rdfs:subClassOf :ActivityWithRisk ; |
| 86 | . | 87 | . |
| 87 | :ActivityForWhichJobSafetyAnalysisIsRequired | 88 | :ActivityForWhichJobSafetyAnalysisIsRequired |
| 88 | rdf:type :ActivityRiskFactor ; | 89 | rdf:type :ActivityRiskFactor ; |
| 89 | rdf:type owl:Class ; | 90 | rdf:type owl:Class ; |
| 90 | - rdfs:label "An ActivityWithRisk for which job safety analysis is required."^^xsd:string ; | 91 | + rdfs:comment "An ActivityWithRisk for which job safety analysis is required."^^xsd:string ; |
| 92 | + rdfs:label "Activity for which job safety analysis is required"^^xsd:string ; | ||
| 91 | rdfs:subClassOf :ActivityWithRisk ; | 93 | rdfs:subClassOf :ActivityWithRisk ; |
| 92 | . | 94 | . |
| 93 | :ActivityInPlan | 95 | :ActivityInPlan |
| ... | @@ -136,6 +138,13 @@ | ... | @@ -136,6 +138,13 @@ |
| 136 | rdf:type owl:Restriction ; | 138 | rdf:type owl:Restriction ; |
| 137 | :shouldUseAnyUri "true"^^xsd:boolean ; | 139 | :shouldUseAnyUri "true"^^xsd:boolean ; |
| 138 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 140 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 141 | + owl:onClass :MaterialOrderStatus ; | ||
| 142 | + owl:onProperty :hasMaterialOrderStatus ; | ||
| 143 | + ] ; | ||
| 144 | + rdfs:subClassOf [ | ||
| 145 | + rdf:type owl:Restriction ; | ||
| 146 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 147 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 139 | owl:onClass :Organization ; | 148 | owl:onClass :Organization ; |
| 140 | owl:onProperty :hasPlannedMainContractor ; | 149 | owl:onProperty :hasPlannedMainContractor ; |
| 141 | ] ; | 150 | ] ; |
| ... | @@ -171,6 +180,13 @@ | ... | @@ -171,6 +180,13 @@ |
| 171 | rdf:type owl:Restriction ; | 180 | rdf:type owl:Restriction ; |
| 172 | :shouldUseAnyUri "true"^^xsd:boolean ; | 181 | :shouldUseAnyUri "true"^^xsd:boolean ; |
| 173 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 182 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 183 | + owl:onClass :ShutdownPlan ; | ||
| 184 | + owl:onProperty :hasShutdownPlan ; | ||
| 185 | + ] ; | ||
| 186 | + rdfs:subClassOf [ | ||
| 187 | + rdf:type owl:Restriction ; | ||
| 188 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 189 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 174 | owl:onClass SCCS:NorsokZ014SABplanningActivityClass ; | 190 | owl:onClass SCCS:NorsokZ014SABplanningActivityClass ; |
| 175 | owl:onProperty :hasActivityType ; | 191 | owl:onProperty :hasActivityType ; |
| 176 | ] ; | 192 | ] ; |
| ... | @@ -259,13 +275,6 @@ | ... | @@ -259,13 +275,6 @@ |
| 259 | ] ; | 275 | ] ; |
| 260 | rdfs:subClassOf [ | 276 | rdfs:subClassOf [ |
| 261 | rdf:type owl:Restriction ; | 277 | rdf:type owl:Restriction ; |
| 262 | - :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 263 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 264 | - owl:onClass :MaterialOrderStatus ; | ||
| 265 | - owl:onProperty :hasMaterialOrderStatus ; | ||
| 266 | - ] ; | ||
| 267 | - rdfs:subClassOf [ | ||
| 268 | - rdf:type owl:Restriction ; | ||
| 269 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 278 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 270 | owl:onClass :ProjectCostType ; | 279 | owl:onClass :ProjectCostType ; |
| 271 | owl:onProperty :hasCostType ; | 280 | owl:onProperty :hasCostType ; |
| ... | @@ -314,13 +323,6 @@ | ... | @@ -314,13 +323,6 @@ |
| 314 | ] ; | 323 | ] ; |
| 315 | rdfs:subClassOf [ | 324 | rdfs:subClassOf [ |
| 316 | rdf:type owl:Restriction ; | 325 | rdf:type owl:Restriction ; |
| 317 | - :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 318 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 319 | - owl:onClass :ShutdownPlan ; | ||
| 320 | - owl:onProperty :hasShutdownPlan ; | ||
| 321 | - ] ; | ||
| 322 | - rdfs:subClassOf [ | ||
| 323 | - rdf:type owl:Restriction ; | ||
| 324 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 326 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 325 | owl:onClass :ShutdownType ; | 327 | owl:onClass :ShutdownType ; |
| 326 | owl:onProperty :hasShutdownType ; | 328 | owl:onProperty :hasShutdownType ; |
| ... | @@ -476,13 +478,15 @@ | ... | @@ -476,13 +478,15 @@ |
| 476 | :ActivityThatIsPOBreducing | 478 | :ActivityThatIsPOBreducing |
| 477 | rdf:type :ActivityRiskFactor ; | 479 | rdf:type :ActivityRiskFactor ; |
| 478 | rdf:type owl:Class ; | 480 | rdf:type owl:Class ; |
| 479 | - rdfs:label "An ActivityWithRisk that is POB reducing."^^xsd:string ; | 481 | + rdfs:comment "An ActivityWithRisk that is POB reducing."^^xsd:string ; |
| 482 | + rdfs:label "Activity that is POB reducing"^^xsd:string ; | ||
| 480 | rdfs:subClassOf :ActivityWithRisk ; | 483 | rdfs:subClassOf :ActivityWithRisk ; |
| 481 | . | 484 | . |
| 482 | :ActivityThatRequiresAreaAccessRestriction | 485 | :ActivityThatRequiresAreaAccessRestriction |
| 483 | rdf:type :ActivityRiskFactor ; | 486 | rdf:type :ActivityRiskFactor ; |
| 484 | rdf:type owl:Class ; | 487 | rdf:type owl:Class ; |
| 485 | - rdfs:label "An ActivityWithRisk that requires area access restriction."^^xsd:string ; | 488 | + rdfs:comment "An ActivityWithRisk that requires area access restriction."^^xsd:string ; |
| 489 | + rdfs:label "Activity that requires area access restriction"^^xsd:string ; | ||
| 486 | rdfs:subClassOf :ActivityWithRisk ; | 490 | rdfs:subClassOf :ActivityWithRisk ; |
| 487 | . | 491 | . |
| 488 | :ActivityThatRequiresHeightWork | 492 | :ActivityThatRequiresHeightWork |
| ... | @@ -500,12 +504,14 @@ | ... | @@ -500,12 +504,14 @@ |
| 500 | :ActivityThatRequiresTemporaryBarrierImpairment | 504 | :ActivityThatRequiresTemporaryBarrierImpairment |
| 501 | rdf:type :ActivityRiskFactor ; | 505 | rdf:type :ActivityRiskFactor ; |
| 502 | rdf:type owl:Class ; | 506 | rdf:type owl:Class ; |
| 503 | - rdfs:label "An ActivityWithRisk that requires temporary barrier impairment."^^xsd:string ; | 507 | + rdfs:comment "An ActivityWithRisk that requires temporary barrier impairment."^^xsd:string ; |
| 508 | + rdfs:label "Activity that requires temporary barrier impairment"^^xsd:string ; | ||
| 504 | rdfs:subClassOf :ActivityWithRisk ; | 509 | rdfs:subClassOf :ActivityWithRisk ; |
| 505 | . | 510 | . |
| 506 | :ActivityThatRequiresWorkOverOpenSea | 511 | :ActivityThatRequiresWorkOverOpenSea |
| 507 | rdf:type :ActivityRiskFactor ; | 512 | rdf:type :ActivityRiskFactor ; |
| 508 | - rdfs:label "An ActivityWithRisk that requires work over open sea."^^xsd:string ; | 513 | + rdfs:comment "An ActivityWithRisk that requires work over open sea."^^xsd:string ; |
| 514 | + rdfs:label "Activity that requires work over open sea"^^xsd:string ; | ||
| 509 | rdfs:subClassOf :ActivityWithRisk ; | 515 | rdfs:subClassOf :ActivityWithRisk ; |
| 510 | . | 516 | . |
| 511 | :ActivityToIncreaseOilAndGasRecovery | 517 | :ActivityToIncreaseOilAndGasRecovery |
| ... | @@ -557,7 +563,8 @@ | ... | @@ -557,7 +563,8 @@ |
| 557 | :ActivityWithPotentialImpactOnHabitat | 563 | :ActivityWithPotentialImpactOnHabitat |
| 558 | rdf:type :ActivityRiskFactor ; | 564 | rdf:type :ActivityRiskFactor ; |
| 559 | rdf:type owl:Class ; | 565 | rdf:type owl:Class ; |
| 560 | - rdfs:label "An ActivityWithRisk with potential impact on habitat."^^xsd:string ; | 566 | + rdfs:comment "An ActivityWithRisk with potential impact on habitat."^^xsd:string ; |
| 567 | + rdfs:label "Activity with potential impact on habitat"^^xsd:string ; | ||
| 561 | rdfs:subClassOf :ActivityWithRisk ; | 568 | rdfs:subClassOf :ActivityWithRisk ; |
| 562 | . | 569 | . |
| 563 | :ActivityWithRisk | 570 | :ActivityWithRisk |
| ... | @@ -1768,6 +1775,13 @@ | ... | @@ -1768,6 +1775,13 @@ |
| 1768 | rdf:type owl:Restriction ; | 1775 | rdf:type owl:Restriction ; |
| 1769 | :shouldUseAnyUri "true"^^xsd:boolean ; | 1776 | :shouldUseAnyUri "true"^^xsd:boolean ; |
| 1770 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 1777 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 1778 | + owl:onClass :MaterialOrderStatus ; | ||
| 1779 | + owl:onProperty :hasMaterialOrderStatus ; | ||
| 1780 | + ] ; | ||
| 1781 | + rdfs:subClassOf [ | ||
| 1782 | + rdf:type owl:Restriction ; | ||
| 1783 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 1784 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 1771 | owl:onClass [ | 1785 | owl:onClass [ |
| 1772 | rdf:type owl:Class ; | 1786 | rdf:type owl:Class ; |
| 1773 | owl:unionOf ( | 1787 | owl:unionOf ( |
| ... | @@ -1830,13 +1844,6 @@ | ... | @@ -1830,13 +1844,6 @@ |
| 1830 | ] ; | 1844 | ] ; |
| 1831 | rdfs:subClassOf [ | 1845 | rdfs:subClassOf [ |
| 1832 | rdf:type owl:Restriction ; | 1846 | rdf:type owl:Restriction ; |
| 1833 | - :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 1834 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 1835 | - owl:onClass :MaterialOrderStatus ; | ||
| 1836 | - owl:onProperty :hasMaterialOrderStatus ; | ||
| 1837 | - ] ; | ||
| 1838 | - rdfs:subClassOf [ | ||
| 1839 | - rdf:type owl:Restriction ; | ||
| 1840 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 1847 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 1841 | owl:onClass :ScheduleForActivityInPlan ; | 1848 | owl:onClass :ScheduleForActivityInPlan ; |
| 1842 | owl:onProperty :hasBaselineSchedule ; | 1849 | owl:onProperty :hasBaselineSchedule ; |
| ... | @@ -2102,6 +2109,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2102,6 +2109,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2102 | ] ; | 2109 | ] ; |
| 2103 | rdfs:subClassOf [ | 2110 | rdfs:subClassOf [ |
| 2104 | rdf:type owl:Restriction ; | 2111 | rdf:type owl:Restriction ; |
| 2112 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2113 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2114 | + owl:onClass :WellInformationPlanType ; | ||
| 2115 | + owl:onProperty :hasLocationOfWelInformation ; | ||
| 2116 | + ] ; | ||
| 2117 | + rdfs:subClassOf [ | ||
| 2118 | + rdf:type owl:Restriction ; | ||
| 2105 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 2119 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 2106 | owl:onDataRange xsd:dateTime ; | 2120 | owl:onDataRange xsd:dateTime ; |
| 2107 | owl:onProperty :now ; | 2121 | owl:onProperty :now ; |
| ... | @@ -2228,13 +2242,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2228,13 +2242,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2228 | ] ; | 2242 | ] ; |
| 2229 | rdfs:subClassOf [ | 2243 | rdfs:subClassOf [ |
| 2230 | rdf:type owl:Restriction ; | 2244 | rdf:type owl:Restriction ; |
| 2231 | - :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2232 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2233 | - owl:onClass :WellInformationPlanType ; | ||
| 2234 | - owl:onProperty :hasLocationOfWelInformation ; | ||
| 2235 | - ] ; | ||
| 2236 | - rdfs:subClassOf [ | ||
| 2237 | - rdf:type owl:Restriction ; | ||
| 2238 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2245 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 2239 | owl:onDataRange xsd:string ; | 2246 | owl:onDataRange xsd:string ; |
| 2240 | owl:onProperty :hasCurrentProgress ; | 2247 | owl:onProperty :hasCurrentProgress ; |
| ... | @@ -2431,10 +2438,31 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2431,10 +2438,31 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2431 | :shouldUseAnyUri "true"^^xsd:boolean ; | 2438 | :shouldUseAnyUri "true"^^xsd:boolean ; |
| 2432 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2439 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 2433 | owl:onClass :PersonOrOrganization ; | 2440 | owl:onClass :PersonOrOrganization ; |
| 2441 | + owl:onProperty :hasProjectLeader ; | ||
| 2442 | + ] ; | ||
| 2443 | + rdfs:subClassOf [ | ||
| 2444 | + rdf:type owl:Restriction ; | ||
| 2445 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2446 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2447 | + owl:onClass :PersonOrOrganization ; | ||
| 2434 | owl:onProperty :hasSubContractor ; | 2448 | owl:onProperty :hasSubContractor ; |
| 2435 | ] ; | 2449 | ] ; |
| 2436 | rdfs:subClassOf [ | 2450 | rdfs:subClassOf [ |
| 2437 | rdf:type owl:Restriction ; | 2451 | rdf:type owl:Restriction ; |
| 2452 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2453 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2454 | + owl:onClass :Result ; | ||
| 2455 | + owl:onProperty :hasResult ; | ||
| 2456 | + ] ; | ||
| 2457 | + rdfs:subClassOf [ | ||
| 2458 | + rdf:type owl:Restriction ; | ||
| 2459 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2460 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2461 | + owl:onClass :StatusInstance ; | ||
| 2462 | + owl:onProperty :hasProjectStatus ; | ||
| 2463 | + ] ; | ||
| 2464 | + rdfs:subClassOf [ | ||
| 2465 | + rdf:type owl:Restriction ; | ||
| 2438 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 2466 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 2439 | owl:onClass userfield:SpecifiedUserField ; | 2467 | owl:onClass userfield:SpecifiedUserField ; |
| 2440 | owl:onProperty :hasSpecifiedUserField ; | 2468 | owl:onProperty :hasSpecifiedUserField ; |
| ... | @@ -2495,13 +2523,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2495,13 +2523,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2495 | ] ; | 2523 | ] ; |
| 2496 | rdfs:subClassOf [ | 2524 | rdfs:subClassOf [ |
| 2497 | rdf:type owl:Restriction ; | 2525 | rdf:type owl:Restriction ; |
| 2498 | - :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2499 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2500 | - owl:onClass :PersonOrOrganization ; | ||
| 2501 | - owl:onProperty :hasProjectLeader ; | ||
| 2502 | - ] ; | ||
| 2503 | - rdfs:subClassOf [ | ||
| 2504 | - rdf:type owl:Restriction ; | ||
| 2505 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2526 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 2506 | owl:onClass :PlanForILAP ; | 2527 | owl:onClass :PlanForILAP ; |
| 2507 | owl:onProperty :hasPlan ; | 2528 | owl:onProperty :hasPlan ; |
| ... | @@ -2532,20 +2553,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2532,20 +2553,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2532 | ] ; | 2553 | ] ; |
| 2533 | rdfs:subClassOf [ | 2554 | rdfs:subClassOf [ |
| 2534 | rdf:type owl:Restriction ; | 2555 | rdf:type owl:Restriction ; |
| 2535 | - :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2536 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2537 | - owl:onClass :Result ; | ||
| 2538 | - owl:onProperty :hasResult ; | ||
| 2539 | - ] ; | ||
| 2540 | - rdfs:subClassOf [ | ||
| 2541 | - rdf:type owl:Restriction ; | ||
| 2542 | - :shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 2543 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2544 | - owl:onClass :StatusInstance ; | ||
| 2545 | - owl:onProperty :hasProjectStatus ; | ||
| 2546 | - ] ; | ||
| 2547 | - rdfs:subClassOf [ | ||
| 2548 | - rdf:type owl:Restriction ; | ||
| 2549 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2556 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 2550 | owl:onDataRange xsd:date ; | 2557 | owl:onDataRange xsd:date ; |
| 2551 | owl:onProperty :hasOperatorsRequiredEndDate ; | 2558 | owl:onProperty :hasOperatorsRequiredEndDate ; | ... | ... |
-
Please register or login to post a comment