Tore Christiansen

Updated Responsible to ResponsibleActor

......@@ -146,7 +146,7 @@
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :Responsible ;
owl:onClass :ResponsibleActor ;
owl:onProperty :hasResponsible ;
] ;
rdfs:subClassOf [
......@@ -421,6 +421,7 @@
.
:Agent
rdf:type owl:Class ;
rdfs:comment "An Arranged Individual that is an Organization or Individual ,"^^xsd:string ;
rdfs:label "Agent"^^xsd:string ;
rdfs:subClassOf :PhysicalObject ;
.
......@@ -887,7 +888,7 @@
rdf:type owl:Class ;
rdfs:comment "A Responsible that is an organization that has a contract related to one or more Activities in a Plan"^^xsd:string ;
rdfs:label "Contractor"^^xsd:string ;
rdfs:subClassOf :Responsible ;
rdfs:subClassOf :ResponsibleActor ;
.
:Coordinate
rdf:type lci:ClassOfIndividual ;
......@@ -935,7 +936,7 @@
:Crew
rdf:type owl:Class ;
rdfs:label "Crew"^^xsd:string ;
rdfs:subClassOf :Responsible ;
rdfs:subClassOf :ResponsibleActor ;
.
:Criticality
rdf:type owl:Class ;
......@@ -1549,7 +1550,7 @@
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 ;
rdfs:label "Operator"^^xsd:string ;
rdfs:subClassOf :Responsible ;
rdfs:subClassOf :ResponsibleActor ;
rdfs:subClassOf <http://data.posccaesar.org/npd/ontology/OperatingCompany> ;
.
:Organization
......@@ -1997,7 +1998,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "A Responsible that acts as leader for a Project."^^xsd:string ;
rdfs:label "Project leader"^^xsd:string ;
rdfs:subClassOf :Responsible ;
rdfs:subClassOf :ResponsibleActor ;
.
:ProjectPhase
rdf:type owl:Class ;
......@@ -2094,10 +2095,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
.
:Responsible
:ResponsibleActor
rdf:type owl:Class ;
rdfs:comment "An Arranged Individual that is an Organization or Individual responsible for carrying out a specified part of the Schedule."^^xsd:string ;
rdfs:label "Responsible"^^xsd:string ;
rdfs:comment "An Agent responsible for carrying out a specified part of the Schedule."^^xsd:string ;
rdfs:label "Responsible Actor"^^xsd:string ;
rdfs:subClassOf :Agent ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS413954> ;
.
......