Tore Christiansen

Update classes after teleconference with COPNO, Statoil and ENI

This diff could not be displayed because it is too large.
......@@ -141,6 +141,12 @@ userfield:hasShutdownType
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:date ;
owl:onProperty :hasOperatorsRequiredEndDate ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty :hasDescription ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
......@@ -183,6 +189,14 @@ userfield:hasShutdownType
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ;
.
:Area
rdf:type owl:Class ;
rdfs:comment "A Property that specifies the geographical location of a Facility of Asset in terms of (dx.dy) where x and y are cartesian coordinates"^^xsd:string ;
rdfs:label "Area"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS349874> ;
.
:Asset
rdf:type owl:Class ;
rdfs:comment "A Arranged Individual that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets related to exploration, development and operation of petrochemical reserves."^^xsd:string ;
......@@ -637,12 +651,6 @@ userfield:hasShutdownType
rdf:type :ShutdownType ;
rdfs:label "Dependent on shutdown"^^xsd:string ;
.
:DgPhase
rdf:type owl:Class ;
rdfs:comment "A Phase that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ;
rdfs:label "DG phase"^^xsd:string ;
rdfs:subClassOf :Phase ;
.
:Discipline
rdf:type owl:Class ;
rdfs:comment "An Organization that has the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ;
......@@ -912,6 +920,24 @@ userfield:hasShutdownType
rdf:type :Priority ;
rdfs:label "Low priority"^^xsd:string ;
.
:MainContractor
rdf:type owl:Class ;
rdfs:comment "A Contractor that has the overall responsibility for a contract"^^xsd:string ;
rdfs:label "Main contractor"^^xsd:string ;
rdfs:subClassOf :Contractor ;
.
:MainPhase
rdf:type owl:Class ;
rdfs:comment "A Phase that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ;
rdfs:label "Main Phase"^^xsd:string ;
rdfs:subClassOf :Phase ;
.
:MainWorkCenter
rdf:type owl:Class ;
rdfs:comment "A Work Center where the main part of the activity takes place"^^xsd:string ;
rdfs:label "Main work center"^^xsd:string ;
rdfs:subClassOf :WorkCenter ;
.
:MaterialAvailabilityNotChecked
rdf:type :MaterialOrderStatus ;
rdfs:label "Material availability not checked"^^xsd:string ;
......@@ -993,6 +1019,12 @@ userfield:hasShutdownType
rdfs:label "Operation status"^^xsd:string ;
rdfs:subClassOf :Status ;
.
:OperationalWorkCenter
rdf:type owl:Class ;
rdfs:comment "A Work Center where operational activity takes place"^^xsd:string ;
rdfs:label "Operational work center"^^xsd:string ;
rdfs:subClassOf :WorkCenter ;
.
:Operator
rdf:type owl:Class ;
rdfs:comment "A Responsible that is an organization that operates a Facility in a Field in order to produce oil and gas."^^xsd:string ;
......@@ -1369,18 +1401,18 @@ 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:date ;
owl:onProperty :hasOperatorsRequiredEndDate ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty :hasDescription ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9629> ;
.
:ProjectPhase
rdf:type owl:Class ;
rdfs:comment "A Phase that divides a Project into distinct Periods."^^xsd:string ;
rdfs:label "Project phase"^^xsd:string ;
rdfs:subClassOf :Phase ;
.
:ReadyForExecution
rdf:type :ActivityStatus ;
rdfs:label "Ready for execution"^^xsd:string ;
......@@ -1796,8 +1828,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "A Descriptor that classifies Shutdown activities"^^xsd:string ;
rdfs:label "Shutdown type"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf :SystemCondition ;
.
:StartingUp
rdf:type :ShutdownPhase ;
......@@ -1811,14 +1842,34 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS427322951> ;
.
:SubContractor
rdf:type owl:Class ;
rdfs:comment "A Contractor that has responsibility for only part of a contract"^^xsd:string ;
rdfs:label "Sub contractor"^^xsd:string ;
rdfs:subClassOf :Contractor ;
.
:SubPhase
rdf:type owl:Class ;
rdfs:comment "A Phase that divides a Project into distinct Periods."^^xsd:string ;
rdfs:label "Sub Phase"^^xsd:string ;
rdfs:subClassOf :Phase ;
.
:Sunday
rdf:type :Weekday ;
.
:System
rdf:type owl:Class ;
rdfs:comment "A Functonal Object that is an asset management system(e.g., seawater, deluge, gaslift)"^^xsd:string ;
rdfs:label "System"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ;
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS316259> ;
.
:SystemCondition
rdf:type owl:Class ;
rdfs:comment "A Status of a system"^^xsd:string ;
rdfs:comment "A Descriptor of a system"^^xsd:string ;
rdfs:label "System condition"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS427322951> ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
rdfs:subClassOf owl:Thing ;
.
:SystemShutdown
......@@ -2007,38 +2058,33 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "An Descriptor that classifies Drilling Activities"^^xsd:string ;
rdfs:label "Type of drilling work"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf :SystemCondition ;
.
:TypeOfWell
rdf:type owl:Class ;
rdfs:comment "A descriptor that descripbes the type of Well"^^xsd:string ;
rdfs:comment "A Descriptor that descripbes the type of Well"^^xsd:string ;
rdfs:label "Type of Well"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ;
rdfs:subClassOf owl:Thing ;
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 <http://data.posccaesar.org/rdl/RDS7006801> ;
rdfs:subClassOf owl:Thing ;
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 <http://data.posccaesar.org/rdl/RDS7006801> ;
rdfs:subClassOf owl:Thing ;
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 <http://data.posccaesar.org/rdl/RDS7006801> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf :SystemCondition ;
.
:UnderPlanningOrScheduling
rdf:type :ActivityStatus ;
......@@ -2125,6 +2171,13 @@ 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 ;
.
:WorkCenter
rdf:type owl:Class ;
rdfs:comment "A Location where work is accomplished"^^xsd:string ;
rdfs:label "Work center"^^xsd:string ;
rdfs:subClassOf :Location ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS10418236677> ;
.
:WorkOrder
rdf:type owl:Class ;
rdfs:comment "A Plan that corresponds to a set of Operations with a description of the work content of the Operations."^^xsd:string ;
......@@ -2346,6 +2399,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:hasOperation
rdf:type owl:ObjectProperty ;
.
:hasOperatorsRequiredEndDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A prpoerty of a Project or Activity"^^xsd:string ;
rdfs:label "has Operators Required End Date"^^xsd:string ;
.
:hasParentActivity
rdf:type owl:ObjectProperty ;
.
......@@ -2582,8 +2640,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:label "Dg phase 1"^^xsd:string ;
rdfs:label "Project phase 1"^^xsd:string ;
rdfs:subClassOf :DgPhase ;
rdfs:subClassOf :ProjectPhase ;
rdfs:subClassOf :MainPhase ;
rdfs:subClassOf :SubPhase ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing>
rdfs:seeAlso <http://data.posccaesar.org/rdl/RDS1263643081> ;
......