Tore Christiansen

Cleaned up System Conditions

......@@ -576,10 +576,10 @@
rdfs:label "Current schedule for plan"^^xsd:string ;
rdfs:subClassOf :ScheduleForPlan ;
.
:DR_Activity
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 ;
:D
rdf:type :WellServicesWorkType ;
rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ;
rdfs:label "D"^^xsd:string ;
.
:DailyRepeatPeriod
rdf:type owl:Class ;
......@@ -644,16 +644,16 @@
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ;
.
:DrillingProjectType
rdf:type owl:Class ;
rdfs:comment "An System Condition that classifies the Type of Drilling Project."^^xsd:string ;
rdfs:label "Drilling Project Type"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:DrillingShutdown
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 ;
......@@ -823,6 +823,11 @@
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1021182910> ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17211212812> ;
.
:GEA
rdf:type :DrillingProjectType ;
rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ;
rdfs:label "GEA"^^xsd:string ;
.
:GasExportShutdown
rdf:type :ShutdownType ;
rdfs:label "Gas export shutdown"^^xsd:string ;
......@@ -874,6 +879,19 @@
rdf:type :SystemCondition ;
rdfs:label "Indpendent of operation"^^xsd:string ;
.
:InformationInDrillingPlan
rdf:type :WellInformationInPlan ;
rdfs:label "Information In Drilling Plan"^^xsd:string ;
.
:InformationInWellServicesPlan
rdf:type :WellInformationInPlan ;
rdfs:label "Information In Well Services Plan"^^xsd:string ;
.
:Injection
rdf:type :DrillingProjectType ;
rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ;
rdfs:label "Injection"^^xsd:string ;
.
:License
rdf:type owl:Class ;
rdfs:comment "An Asset that represents permission to explore and exploit petrochemical reserves in a defined area."^^xsd:string ;
......@@ -911,6 +929,11 @@
rdf:type :Priority ;
rdfs:label "Low priority"^^xsd:string ;
.
:M
rdf:type :WellServicesWorkType ;
rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ;
rdfs:label "M"^^xsd:string ;
.
:MainContractor
rdf:type owl:Class ;
rdfs:comment "A Contractor that has the overall responsibility for a contract"^^xsd:string ;
......@@ -1022,6 +1045,17 @@
rdfs:label "Operator"^^xsd:string ;
rdfs:subClassOf :Responsible ;
.
:P
rdf:type :WellServicesWorkType ;
rdfs:comment "A Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ;
rdfs:label "P"^^xsd:string ;
.
:PandA
rdf:type :DrillingProjectType ;
rdf:type :WellServicesWorkType ;
rdfs:comment "A Drilling Project Type and a Well Services Work Type (part of Use Case 2.5.1)"^^xsd:string ;
rdfs:label "P & A"^^xsd:string ;
.
:Pending
rdf:type :ActivityStatus ;
rdfs:label "Pending"^^xsd:string ;
......@@ -1259,6 +1293,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
rdfs:subClassOf owl:Thing ;
.
:Production
rdf:type :DrillingProjectType ;
rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ;
rdfs:label "Production"^^xsd:string ;
.
:ProductionShutdown
rdf:type :ShutdownType ;
rdfs:label "Production shutdown"^^xsd:string ;
......@@ -1825,8 +1864,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:ShutdownType
rdf:type owl:Class ;
rdfs:comment "A Descriptor that classifies Shutdown activities"^^xsd:string ;
rdfs:label "Shutdown type"^^xsd:string ;
rdfs:comment "A System Condition that classifies Shutdown activities."^^xsd:string ;
rdfs:label "Shutdown Type"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:StartingUp
......@@ -1876,14 +1915,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type :ShutdownType ;
rdfs:label "System shutdown"^^xsd:string ;
.
:TaskIsDRactivity
rdf:type :WellInformationType ;
rdfs:label "Task is DRactivity"^^xsd:string ;
.
:TaskIsWSactivity
rdf:type :WellInformationType ;
rdfs:label "Task is WSactivity"^^xsd:string ;
.
:Thursday
rdf:type :Weekday ;
.
......@@ -2074,11 +2105,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type :RiskFactor ;
rdfs:label "Vesel operation"^^xsd:string ;
.
:WS_Activity
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 ;
.
:WaterInjectionShutdown
rdf:type :ShutdownType ;
rdfs:label "Water injection shutdown"^^xsd:string ;
......@@ -2131,15 +2157,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
: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:comment "A System Condition that classifies type of completion of drilling."^^xsd:string ;
rdfs:label "Well Completion Type"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ;
.
:WellInformationType
:WellInformationInPlan
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:comment "A System Condition that is used to determine which plan has information about drilling activites."^^xsd:string ;
rdfs:label "Well Information In Plan"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:WellIsolationPlan
......@@ -2148,23 +2174,29 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label "Wel Isolaton Plan"^^xsd:string ;
rdfs:subClassOf :PlanForActivity ;
.
:WellIsolationPlanRequired
rdf:type owl:Class ;
rdfs:comment "A System Condition that is used to describe if an isolation plan is required."^^xsd:string ;
rdfs:label "Well Isolation Plan Required"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:WellServicesWorkType
rdf:type owl:Class ;
rdfs:comment "A System Condition that classifies the type of well services work."^^xsd:string ;
rdfs:label "Well Services Work Type"^^xsd:string ;
rdfs:subClassOf :SystemCondition ;
.
:WellTransfer
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:comment "A System Condition that classifies the type of Well."^^xsd:string ;
rdfs:label "Well Type"^^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 ;
......