Tore Christiansen

Added hasProjectAFEid

......@@ -420,6 +420,11 @@
rdfs:label "Asset Lifecycle Phase"^^xsd:string ;
rdfs:subClassOf :ClassOfPhysicalObject ;
.
:AuthorizeForExpenditure
rdf:type owl:Class ;
rdfs:label "Authorize for expenditure"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:Availability
rdf:type owl:Class ;
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 @@
:HighPriority
rdf:type :ActivityPriority ;
rdfs:label "High priority"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:HotWork
rdf:type :ActivityRiskFactor ;
......@@ -1366,6 +1372,7 @@
:LowPriority
rdf:type :ActivityPriority ;
rdfs:label "Low priority"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:M
rdf:type :WellServicesWorkType ;
......@@ -1437,6 +1444,7 @@
:MediumPriority
rdf:type :ActivityPriority ;
rdfs:label "Normal Priority"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:MilestoneInPlan
rdf:type owl:Class ;
......@@ -1823,10 +1831,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:Planning
rdf:type owl:Class ;
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 ;
rdfs:comment "An Activity that is the creation of one or more instances of PlanForActivity in order to realize a RequiredActivity."^^xsd:string ;
rdfs:label "Planning"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf :Activity ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9659447> ;
.
:PlanningApplication
......@@ -2034,6 +2041,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty :hasProjectAFEid ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty :hasDescription ;
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
rdfs:comment "A relationship between a planning object and a project."^^xsd:string ;
rdfs:label "has Project"^^xsd:string ;
.
:hasProjectAFEid
rdf:type owl:DatatypeProperty ;
rdfs:domain :Project ;
rdfs:label "has project AFE id"^^xsd:string ;
rdfs:range xsd:string ;
.
:hasProjectPhase
rdf:type owl:ObjectProperty ;
rdfs:domain :PlanForActivity ;
......@@ -3650,6 +3669,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A property that gives the Y coordinate of a planning object."^^xsd:string ;
rdfs:label "has Y"^^xsd:string ;
.
:identifiedByLiteral
rdf:type owl:DatatypeProperty ;
rdfs:domain owl:Thing ;
rdfs:label "identified by literal"^^xsd:string ;
rdfs:range xsd:string ;
.
:isCapexOpex
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the cost type of a planning object."^^xsd:string ;
......