Showing
1 changed file
with
28 additions
and
3 deletions
| ... | @@ -420,6 +420,11 @@ | ... | @@ -420,6 +420,11 @@ |
| 420 | rdfs:label "Asset Lifecycle Phase"^^xsd:string ; | 420 | rdfs:label "Asset Lifecycle Phase"^^xsd:string ; |
| 421 | rdfs:subClassOf :ClassOfPhysicalObject ; | 421 | rdfs:subClassOf :ClassOfPhysicalObject ; |
| 422 | . | 422 | . |
| 423 | +:AuthorizeForExpenditure | ||
| 424 | + rdf:type owl:Class ; | ||
| 425 | + rdfs:label "Authorize for expenditure"^^xsd:string ; | ||
| 426 | + rdfs:subClassOf :Activity ; | ||
| 427 | +. | ||
| 423 | :Availability | 428 | :Availability |
| 424 | rdf:type owl:Class ; | 429 | rdf:type owl:Class ; |
| 425 | rdfs:comment "A Property that is the ability of an item (under combined aspects of its reliability, maintainability and maintenance support) to perform its required function at a stated instant of time over a stated period of time (BS 4778)."^^xsd:string ; | 430 | rdfs:comment "A Property that is the ability of an item (under combined aspects of its reliability, maintainability and maintenance support) to perform its required function at a stated instant of time over a stated period of time (BS 4778)."^^xsd:string ; |
| ... | @@ -1287,6 +1292,7 @@ | ... | @@ -1287,6 +1292,7 @@ |
| 1287 | :HighPriority | 1292 | :HighPriority |
| 1288 | rdf:type :ActivityPriority ; | 1293 | rdf:type :ActivityPriority ; |
| 1289 | rdfs:label "High priority"^^xsd:string ; | 1294 | rdfs:label "High priority"^^xsd:string ; |
| 1295 | + rdfs:subClassOf :Activity ; | ||
| 1290 | . | 1296 | . |
| 1291 | :HotWork | 1297 | :HotWork |
| 1292 | rdf:type :ActivityRiskFactor ; | 1298 | rdf:type :ActivityRiskFactor ; |
| ... | @@ -1366,6 +1372,7 @@ | ... | @@ -1366,6 +1372,7 @@ |
| 1366 | :LowPriority | 1372 | :LowPriority |
| 1367 | rdf:type :ActivityPriority ; | 1373 | rdf:type :ActivityPriority ; |
| 1368 | rdfs:label "Low priority"^^xsd:string ; | 1374 | rdfs:label "Low priority"^^xsd:string ; |
| 1375 | + rdfs:subClassOf :Activity ; | ||
| 1369 | . | 1376 | . |
| 1370 | :M | 1377 | :M |
| 1371 | rdf:type :WellServicesWorkType ; | 1378 | rdf:type :WellServicesWorkType ; |
| ... | @@ -1437,6 +1444,7 @@ | ... | @@ -1437,6 +1444,7 @@ |
| 1437 | :MediumPriority | 1444 | :MediumPriority |
| 1438 | rdf:type :ActivityPriority ; | 1445 | rdf:type :ActivityPriority ; |
| 1439 | rdfs:label "Normal Priority"^^xsd:string ; | 1446 | rdfs:label "Normal Priority"^^xsd:string ; |
| 1447 | + rdfs:subClassOf :Activity ; | ||
| 1440 | . | 1448 | . |
| 1441 | :MilestoneInPlan | 1449 | :MilestoneInPlan |
| 1442 | rdf:type owl:Class ; | 1450 | rdf:type owl:Class ; |
| ... | @@ -1823,10 +1831,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1823,10 +1831,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1823 | . | 1831 | . |
| 1824 | :Planning | 1832 | :Planning |
| 1825 | rdf:type owl:Class ; | 1833 | rdf:type owl:Class ; |
| 1826 | - rdfs:comment "A 15926-4 Activity that is the creation of one or more instances of PlanForActivity in order to realize a RequiredActivity."^^xsd:string ; | 1834 | + rdfs:comment "An Activity that is the creation of one or more instances of PlanForActivity in order to realize a RequiredActivity."^^xsd:string ; |
| 1827 | rdfs:label "Planning"^^xsd:string ; | 1835 | rdfs:label "Planning"^^xsd:string ; |
| 1828 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; | 1836 | + rdfs:subClassOf :Activity ; |
| 1829 | - rdfs:subClassOf owl:Thing ; | ||
| 1830 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ; | 1837 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ; |
| 1831 | . | 1838 | . |
| 1832 | :PlanningApplication | 1839 | :PlanningApplication |
| ... | @@ -2034,6 +2041,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2034,6 +2041,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2034 | ] ; | 2041 | ] ; |
| 2035 | rdfs:subClassOf [ | 2042 | rdfs:subClassOf [ |
| 2036 | rdf:type owl:Restriction ; | 2043 | rdf:type owl:Restriction ; |
| 2044 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 2045 | + owl:onDataRange xsd:string ; | ||
| 2046 | + owl:onProperty :hasProjectAFEid ; | ||
| 2047 | + ] ; | ||
| 2048 | + rdfs:subClassOf [ | ||
| 2049 | + rdf:type owl:Restriction ; | ||
| 2037 | owl:onDataRange xsd:string ; | 2050 | owl:onDataRange xsd:string ; |
| 2038 | owl:onProperty :hasDescription ; | 2051 | owl:onProperty :hasDescription ; |
| 2039 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 2052 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| ... | @@ -3420,6 +3433,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3420,6 +3433,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 3420 | rdfs:comment "A relationship between a planning object and a project."^^xsd:string ; | 3433 | rdfs:comment "A relationship between a planning object and a project."^^xsd:string ; |
| 3421 | rdfs:label "has Project"^^xsd:string ; | 3434 | rdfs:label "has Project"^^xsd:string ; |
| 3422 | . | 3435 | . |
| 3436 | +:hasProjectAFEid | ||
| 3437 | + rdf:type owl:DatatypeProperty ; | ||
| 3438 | + rdfs:domain :Project ; | ||
| 3439 | + rdfs:label "has project AFE id"^^xsd:string ; | ||
| 3440 | + rdfs:range xsd:string ; | ||
| 3441 | +. | ||
| 3423 | :hasProjectPhase | 3442 | :hasProjectPhase |
| 3424 | rdf:type owl:ObjectProperty ; | 3443 | rdf:type owl:ObjectProperty ; |
| 3425 | rdfs:domain :PlanForActivity ; | 3444 | rdfs:domain :PlanForActivity ; |
| ... | @@ -3650,6 +3669,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3650,6 +3669,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 3650 | rdfs:comment "A property that gives the Y coordinate of a planning object."^^xsd:string ; | 3669 | rdfs:comment "A property that gives the Y coordinate of a planning object."^^xsd:string ; |
| 3651 | rdfs:label "has Y"^^xsd:string ; | 3670 | rdfs:label "has Y"^^xsd:string ; |
| 3652 | . | 3671 | . |
| 3672 | +:identifiedByLiteral | ||
| 3673 | + rdf:type owl:DatatypeProperty ; | ||
| 3674 | + rdfs:domain owl:Thing ; | ||
| 3675 | + rdfs:label "identified by literal"^^xsd:string ; | ||
| 3676 | + rdfs:range xsd:string ; | ||
| 3677 | +. | ||
| 3653 | :isCapexOpex | 3678 | :isCapexOpex |
| 3654 | rdf:type owl:DatatypeProperty ; | 3679 | rdf:type owl:DatatypeProperty ; |
| 3655 | rdfs:comment "A property that gives the cost type of a planning object."^^xsd:string ; | 3680 | rdfs:comment "A property that gives the cost type of a planning object."^^xsd:string ; | ... | ... |
-
Please register or login to post a comment