Tore Christiansen

Completed update of COPNO variables

# baseURI: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/ilap-userfield/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
# imports: http://data.posccaesar.org/ilap/userfields/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/ilap/> .
......@@ -14,28 +14,13 @@
@prefix userfield: <http://data.posccaesar.org/ilap-userfield/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
userfield:SourceSpecifiedUserField
rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)."^^xsd:string ;
.
userfield:SpecifiedUserField
rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ;
.
userfield:hasFreeFieldForSpecifiedUserField
rdf:type owl:ObjectProperty ;
.
userfield:hasShutDownPeriod
rdfs:label "has Shutdown Period"^^xsd:string ;
.
userfield:hasShutdownType
rdfs:label "has Shutdown Type"^^xsd:string ;
.
:
rdf:type owl:Ontology ;
owl:imports userfield: ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding> ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding> ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> ;
owl:imports <http://data.posccaesar.org/ilap/userfields/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
:Active
......@@ -88,13 +73,13 @@ userfield:hasShutdownType
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass userfield:SourceSpecifiedUserField ;
owl:onClass <http://data.posccaesar.org/ilap/userfields/SourceSpecifiedUserField> ;
owl:onProperty :hasSpecifiedUserField ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass userfield:SpecifiedUserField ;
owl:onClass <http://data.posccaesar.org/ilap/userfields/SpecifiedUserField> ;
owl:onProperty :hasSpecifiedUserField ;
] ;
rdfs:subClassOf [
......@@ -592,7 +577,7 @@ userfield:hasShutdownType
rdfs:subClassOf :ScheduleForPlan ;
.
:DR_Activity
rdf:type :TypeOfDrillingWork ;
rdf:type :DrillingWorkType ;
rdfs:comment "A Status Value for Activities that involve Drilling (part of Use Case 2.5.1)"^^xsd:string ;
rdfs:label "DR Activity"^^xsd:string ;
.
......@@ -663,6 +648,12 @@ userfield:hasShutdownType
rdf:type :ShutdownType ;
rdfs:label "Drilling Shutdown"^^xsd:string ;
.
:DrillingWorkType
rdf:type owl:Class ;
rdfs:comment "An Descriptor that classifies Drilling Activities"^^xsd:string ;
rdfs:label "Type of drilling work"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:DuringNormalOperation
rdf:type :SystemCondition ;
rdfs:label "During normal operation"^^xsd:string ;
......@@ -787,13 +778,13 @@ userfield:hasShutdownType
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :FreeField ;
owl:onProperty userfield:hasFreeFieldForSpecifiedUserField ;
owl:onProperty :hasFreeField ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :FreeField ;
owl:onProperty :hasFreeField ;
owl:onProperty <http://data.posccaesar.org/ilap/userfields/hasFreeFieldForSpecifiedUserField> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -1348,13 +1339,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass userfield:SourceSpecifiedUserField ;
owl:onClass <http://data.posccaesar.org/ilap/userfields/SourceSpecifiedUserField> ;
owl:onProperty :hasSpecifiedUserField ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass userfield:SpecifiedUserField ;
owl:onClass <http://data.posccaesar.org/ilap/userfields/SpecifiedUserField> ;
owl:onProperty :hasSpecifiedUserField ;
] ;
rdfs:subClassOf [
......@@ -1413,6 +1404,14 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9629> ;
.
:ProjectAFE
rdf:type owl:Class ;
rdfs:comment "An Identifier which is the Project's Authorization For Expenditure (AFE)"^^xsd:string ;
rdfs:label "Project AFE"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS720206061> ;
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6826621> ;
.
:ReadyForExecution
rdf:type :ActivityStatus ;
rdfs:label "Ready for execution"^^xsd:string ;
......@@ -1867,21 +1866,22 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:SystemCondition
rdf:type owl:Class ;
rdfs:comment "A Descriptor of a system"^^xsd:string ;
rdfs:comment "An Definition that describes something about a system"^^xsd:string ;
rdfs:label "System condition"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16974396> ;
.
:SystemShutdown
rdf:type :ShutdownType ;
rdfs:label "System shutdown"^^xsd:string ;
.
:TaskIsDRactivity
rdf:type :TypeOfWellInformation ;
rdf:type :WellInformationType ;
rdfs:label "Task is DRactivity"^^xsd:string ;
.
:TaskIsWSactivity
rdf:type :TypeOfWellInformation ;
rdf:type :WellInformationType ;
rdfs:label "Task is WSactivity"^^xsd:string ;
.
:Thursday
......@@ -2054,38 +2054,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:Tuesday
rdf:type :Weekday ;
.
:TypeOfDrillingWork
rdf:type owl:Class ;
rdfs:comment "An Descriptor that classifies Drilling Activities"^^xsd:string ;
rdfs:label "Type of drilling work"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:TypeOfWell
rdf:type owl:Class ;
rdfs:comment "A Descriptor that descripbes the type of Well"^^xsd:string ;
rdfs:label "Type of Well"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ;
.
:TypeOfWellCompletion
rdf:type owl:Class ;
rdfs:comment "A Descriptor for the purpose of the outfitting of a 'wellbore'."^^xsd:string ;
rdfs:label "Type of Well completion"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ;
.
:TypeOfWellInformation
rdf:type owl:Class ;
rdfs:comment "A Descriptor for the type of information associated with a drilling activity"^^xsd:string ;
rdfs:label "Type of Well information"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:TypeOfWellWork
rdf:type owl:Class ;
rdfs:comment "A Descriptor for the type of well work"^^xsd:string ;
rdfs:label "Type of Well Work"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:UnderPlanningOrScheduling
rdf:type :ActivityStatus ;
rdfs:label "Under planning or scheduling"^^xsd:string ;
......@@ -2107,7 +2075,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label "Vesel operation"^^xsd:string ;
.
:WS_Activity
rdf:type :TypeOfDrillingWork ;
rdf:type :DrillingWorkType ;
rdfs:comment "A Status Value for Activities that involve Well Services (part of Use Case 2.5.1)"^^xsd:string ;
rdfs:label "WS Activity"^^xsd:string ;
.
......@@ -2161,6 +2129,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf :Asset ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1714464911> ;
.
:WellCompletionType
rdf:type owl:Class ;
rdfs:comment "A Descriptor for the purpose of the outfitting of a 'wellbore'."^^xsd:string ;
rdfs:label "Type of Well completion"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ;
.
:WellInformationType
rdf:type owl:Class ;
rdfs:comment "A Descriptor for the type of information associated with a drilling activity"^^xsd:string ;
rdfs:label "Type of Well information"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:WellIsolationPlan
rdf:type owl:Class ;
rdfs:comment "An Plan for Activity that specifies Activities for Isolating a Well."^^xsd:string ;
......@@ -2171,6 +2152,19 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type :SystemCondition ;
rdfs:label "Well transfer"^^xsd:string ;
.
:WellType
rdf:type owl:Class ;
rdfs:comment "A Descriptor that descripbes the type of Well"^^xsd:string ;
rdfs:label "Type of Well"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ;
.
:WellWorkType
rdf:type owl:Class ;
rdfs:comment "A Descriptor for the type of well work"^^xsd:string ;
rdfs:label "Type of Well Work"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:WorkCenter
rdf:type owl:Class ;
rdfs:comment "A Location where work is accomplished"^^xsd:string ;
......@@ -2663,6 +2657,21 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:AnnotationProperty ;
rdfs:range xsd:boolean ;
.
<http://data.posccaesar.org/ilap/userfields/SourceSpecifiedUserField>
rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)."^^xsd:string ;
.
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField>
rdfs:comment "A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ;
.
<http://data.posccaesar.org/ilap/userfields/hasFreeFieldForSpecifiedUserField>
rdf:type owl:ObjectProperty ;
.
<http://data.posccaesar.org/ilap/userfields/hasShutDownPeriod>
rdfs:label "has Shutdown Period"^^xsd:string ;
.
<http://data.posccaesar.org/ilap/userfields/hasShutdownType>
rdfs:label "has Shutdown Type"^^xsd:string ;
.
<http://data.posccaesar.org/npd/ontology/Licence>
rdf:type owl:Class ;
rdfs:label "NPD License"^^xsd:string ;
......