Tore Christiansen

Added members of ResourceInPlan and Status, corrected minor omissions and errors

......@@ -5043,9 +5043,6 @@ SCCS:COR_SZ
rdfs:subClassOf SCCS:COR_S ;
skos:notation "SZ"^^xsd:string ;
.
SCCS:COR_Thing
rdf:type owl:Class ;
.
SCCS:COR_X
rdf:type SCCS:NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
......
......@@ -5456,6 +5456,3 @@ SCCS:PBS_BTEC
rdfs:subClassOf SCCS:PBS_BTE ;
skos:notation "BTEC"^^xsd:string ;
.
SCCS:PBS_Thing
rdf:type owl:Class ;
.
......
......@@ -55,16 +55,3 @@ SCCS:SAB_S
rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
rdf:type owl:Class ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdf:type owl:Class ;
rdfs:label "PBS Thing"^^xsd:string ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing>
rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding#CORClassOfClass> ;
rdf:type owl:Class ;
rdfs:comment "A Thing that is classified according to the NORSOK Z-014 Standard Cost Coding System (SCCS)"^^xsd:string ;
rdfs:label "SCCS Thing"^^xsd:string ;
.
......
......@@ -27,6 +27,7 @@
:Active
rdf:type :ActivityStatus ;
rdfs:label "Active"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:Activity
rdf:type lci:ClassOfIndividual ;
......@@ -104,7 +105,7 @@
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :ClassOfResult ;
owl:onClass :ActivityPlanningResultClass ;
owl:onProperty :hasResult ;
] ;
rdfs:subClassOf [
......@@ -636,6 +637,7 @@
:Cancelled
rdf:type :ActivityStatus ;
rdfs:label "Cancelled"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:Category
rdf:type owl:Class ;
......@@ -697,6 +699,7 @@
:Completed
rdf:type :ActivityStatus ;
rdfs:label "Completed"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:CompletelyFreeField
rdf:type owl:Class ;
......@@ -1186,10 +1189,10 @@
rdf:type :ShutdownType ;
rdfs:label "Gas injection shutdown"^^xsd:string ;
.
:GeoraphicLocation
:GeographicLocation
rdf:type owl:Class ;
rdfs:comment "A Location that is a geographical position, used to specify the location a Facility or Site, normally specified according to NPD for offshore facilities and BRREG for onshore sites."^^xsd:string ;
rdfs:label "Georaphic location"^^xsd:string ;
rdfs:label "Geographic location"^^xsd:string ;
rdfs:subClassOf :Location ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ;
.
......@@ -1333,30 +1336,37 @@
:MaterialAvailabilityNotChecked
rdf:type :MaterialOrderStatus ;
rdfs:label "Material availability not checked"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:MaterialDeliveredAtBase
rdf:type :MaterialOrderStatus ;
rdfs:label "Material delivered at base"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:MaterialDeliveredOffshore
rdf:type :MaterialOrderStatus ;
rdfs:label "Material delivered offshore"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:MaterialDeliveredOnshore
rdf:type :MaterialOrderStatus ;
rdfs:label "Material delivered onshore"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:MaterialDeliveryDelayed
rdf:type :MaterialOrderStatus ;
rdfs:label "Material delivery delayed"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:MaterialDeliveryOnTime
rdf:type :MaterialOrderStatus ;
rdfs:label "Material delivery on time"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:MaterialOnOrder
rdf:type :MaterialOrderStatus ;
rdfs:label "Material on order"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:MaterialOrderStatus
rdf:type owl:Class ;
......@@ -1399,6 +1409,7 @@
:NoMaterialComponents
rdf:type :MaterialOrderStatus ;
rdfs:label "No material components"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:NoRepeatPeriod
rdf:type owl:Class ;
......@@ -1459,6 +1470,7 @@
:Pending
rdf:type :ActivityStatus ;
rdfs:label "Pending"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:Period
rdf:type owl:Class ;
......@@ -1537,12 +1549,6 @@
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS358019> ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS380969> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :Activity ;
owl:onProperty :hasPhaseType ;
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS54808339156> ;
.
:PhysicalLocation
......@@ -1621,29 +1627,22 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :Phase ;
owl:onProperty :hasPhaseType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasAreaType ;
owl:onClass :ActivityPlanningResourceClass ;
owl:onProperty :hasResourceType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasResourceType ;
owl:onClass :ActivityPlanningResultClass ;
owl:onProperty :hasResultType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass owl:Class ;
owl:onProperty :hasResultType ;
owl:onClass :Phase ;
owl:onProperty :hasPhaseType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -1753,6 +1752,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:Planned
rdf:type :ActivityStatus ;
rdfs:label "Planned"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:Planning
rdf:type owl:Class ;
......@@ -1780,6 +1780,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:Pre-costed
rdf:type :OperationStatus ;
rdfs:label "Pre-costed"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:Priority
rdf:type owl:Class ;
......@@ -2000,6 +2001,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:ReadyForExecution
rdf:type :ActivityStatus ;
rdfs:label "Ready for execution"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:Regular8to16WorkingDayCalendar
rdf:type owl:Class ;
......@@ -2010,6 +2012,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:Released
rdf:type :ActivityStatus ;
rdfs:label "Released"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:RemovalOfBarriers
rdf:type :ActivityRiskFactor ;
......@@ -2051,12 +2054,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:TimeBasedResourceInPlan
) ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :Discipline ;
owl:onProperty :hasPlannedDiscipline ;
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS409510451> ;
.
:ResourceSet
......@@ -2389,6 +2386,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:SettlementRuleCreated
rdf:type :OperationStatus ;
rdfs:label "Settlement rule created"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:ShallowGasOperation
rdf:type :ActivityRiskFactor ;
......@@ -2649,6 +2647,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:onClass :Discipline ;
owl:onProperty :hasPlannedDiscipline ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :ExternalReference ;
owl:onProperty :hasExternalReference ;
] ;
......@@ -2669,10 +2673,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:UnderPlanningOrScheduling
rdf:type :ActivityStatus ;
rdfs:label "Under planning or scheduling"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:Unknown
rdf:type :ActivityStatus ;
rdfs:label "Unknown"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:Vessel
rdf:type owl:Class ;
......@@ -2911,11 +2917,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A property that gives the application related to a planning object."^^xsd:string ;
rdfs:label "has Application"^^xsd:string ;
.
:hasAreaType
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and the (typically functional) type of area where it is carried out."^^xsd:string ;
rdfs:label "has Area Type"^^xsd:string ;
.
:hasAsset
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a related asset."^^xsd:string ;
......@@ -3648,9 +3649,136 @@ SCCS:COR_K
SCCS:COR_KA
rdf:type :Discipline ;
.
SCCS:COR_KAA
rdf:type :Discipline ;
.
SCCS:COR_KAB
rdf:type :Discipline ;
.
SCCS:COR_KAC
rdf:type :Discipline ;
.
SCCS:COR_KAD
rdf:type :Discipline ;
.
SCCS:COR_KAE
rdf:type :Discipline ;
.
SCCS:COR_KAF
rdf:type :Discipline ;
.
SCCS:COR_KAG
rdf:type :Discipline ;
.
SCCS:COR_KB
rdf:type :Discipline ;
.
SCCS:COR_KC
rdf:type :Discipline ;
.
SCCS:COR_KD
rdf:type :Discipline ;
.
SCCS:COR_KE
rdf:type :Discipline ;
.
SCCS:COR_KF
rdf:type :Discipline ;
.
SCCS:COR_KG
rdf:type :Discipline ;
.
SCCS:COR_KH
rdf:type :Discipline ;
.
SCCS:COR_KJ
rdf:type :Discipline ;
.
SCCS:COR_KL
rdf:type :Discipline ;
.
SCCS:COR_KM
rdf:type :Discipline ;
.
SCCS:COR_KN
rdf:type :Discipline ;
.
SCCS:COR_KO
rdf:type :Discipline ;
.
SCCS:COR_KP
rdf:type :Discipline ;
.
SCCS:COR_KQ
rdf:type :Discipline ;
.
SCCS:COR_KR
rdf:type :Discipline ;
.
SCCS:COR_KS
rdf:type :Discipline ;
.
SCCS:COR_KT
rdf:type :Discipline ;
.
SCCS:COR_KU
rdf:type :Discipline ;
.
SCCS:COR_KV
rdf:type :Discipline ;
.
SCCS:COR_KW
rdf:type :Discipline ;
.
SCCS:COR_KY
rdf:type :Discipline ;
.
SCCS:COR_KZ
rdf:type :Discipline ;
.
SCCS:COR_L
rdf:type :Discipline ;
rdfs:subClassOf :Resource ;
.
SCCS:COR_LC
rdf:type :Discipline ;
.
SCCS:COR_LE
rdf:type :Discipline ;
.
SCCS:COR_LH
rdf:type :Discipline ;
.
SCCS:COR_LJ
rdf:type :Discipline ;
.
SCCS:COR_LL
rdf:type :Discipline ;
.
SCCS:COR_LM
rdf:type :Discipline ;
.
SCCS:COR_LN
rdf:type :Discipline ;
.
SCCS:COR_LQ
rdf:type :Discipline ;
.
SCCS:COR_LR
rdf:type :Discipline ;
.
SCCS:COR_LS
rdf:type :Discipline ;
.
SCCS:COR_LT
rdf:type :Discipline ;
.
SCCS:COR_LY
rdf:type :Discipline ;
.
SCCS:COR_LZ
rdf:type :Discipline ;
.
SCCS:COR_M
rdfs:subClassOf :Resource ;
.
......@@ -3687,10 +3815,6 @@ SCCS:PBS_A
SCCS:PBS_B
rdfs:subClassOf :Result ;
.
SCCS:SCCS_Thing
rdfs:seeAlso <http://data.posccaesar.org/rdl/RDS1263643081> ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS398732751> ;
.
:shouldBeInternalAndExternalRef
rdf:type owl:AnnotationProperty ;
rdfs:range xsd:boolean ;
......