Tore Christiansen

Updated Responsible to ResponsibleActor

...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
146 rdf:type owl:Restriction ; 146 rdf:type owl:Restriction ;
147 :shouldUseAnyUri "true"^^xsd:boolean ; 147 :shouldUseAnyUri "true"^^xsd:boolean ;
148 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 148 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
149 - owl:onClass :Responsible ; 149 + owl:onClass :ResponsibleActor ;
150 owl:onProperty :hasResponsible ; 150 owl:onProperty :hasResponsible ;
151 ] ; 151 ] ;
152 rdfs:subClassOf [ 152 rdfs:subClassOf [
...@@ -421,6 +421,7 @@ ...@@ -421,6 +421,7 @@
421 . 421 .
422 :Agent 422 :Agent
423 rdf:type owl:Class ; 423 rdf:type owl:Class ;
424 + rdfs:comment "An Arranged Individual that is an Organization or Individual ,"^^xsd:string ;
424 rdfs:label "Agent"^^xsd:string ; 425 rdfs:label "Agent"^^xsd:string ;
425 rdfs:subClassOf :PhysicalObject ; 426 rdfs:subClassOf :PhysicalObject ;
426 . 427 .
...@@ -887,7 +888,7 @@ ...@@ -887,7 +888,7 @@
887 rdf:type owl:Class ; 888 rdf:type owl:Class ;
888 rdfs:comment "A Responsible that is an organization that has a contract related to one or more Activities in a Plan"^^xsd:string ; 889 rdfs:comment "A Responsible that is an organization that has a contract related to one or more Activities in a Plan"^^xsd:string ;
889 rdfs:label "Contractor"^^xsd:string ; 890 rdfs:label "Contractor"^^xsd:string ;
890 - rdfs:subClassOf :Responsible ; 891 + rdfs:subClassOf :ResponsibleActor ;
891 . 892 .
892 :Coordinate 893 :Coordinate
893 rdf:type lci:ClassOfIndividual ; 894 rdf:type lci:ClassOfIndividual ;
...@@ -935,7 +936,7 @@ ...@@ -935,7 +936,7 @@
935 :Crew 936 :Crew
936 rdf:type owl:Class ; 937 rdf:type owl:Class ;
937 rdfs:label "Crew"^^xsd:string ; 938 rdfs:label "Crew"^^xsd:string ;
938 - rdfs:subClassOf :Responsible ; 939 + rdfs:subClassOf :ResponsibleActor ;
939 . 940 .
940 :Criticality 941 :Criticality
941 rdf:type owl:Class ; 942 rdf:type owl:Class ;
...@@ -1549,7 +1550,7 @@ ...@@ -1549,7 +1550,7 @@
1549 rdf:type owl:Class ; 1550 rdf:type owl:Class ;
1550 rdfs:comment "A Responsible that is an organization that operates a Facility in a Field in order to produce oil and gas."^^xsd:string ; 1551 rdfs:comment "A Responsible that is an organization that operates a Facility in a Field in order to produce oil and gas."^^xsd:string ;
1551 rdfs:label "Operator"^^xsd:string ; 1552 rdfs:label "Operator"^^xsd:string ;
1552 - rdfs:subClassOf :Responsible ; 1553 + rdfs:subClassOf :ResponsibleActor ;
1553 rdfs:subClassOf <http://data.posccaesar.org/npd/ontology/OperatingCompany> ; 1554 rdfs:subClassOf <http://data.posccaesar.org/npd/ontology/OperatingCompany> ;
1554 . 1555 .
1555 :Organization 1556 :Organization
...@@ -1997,7 +1998,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1997,7 +1998,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1997 rdf:type owl:Class ; 1998 rdf:type owl:Class ;
1998 rdfs:comment "A Responsible that acts as leader for a Project."^^xsd:string ; 1999 rdfs:comment "A Responsible that acts as leader for a Project."^^xsd:string ;
1999 rdfs:label "Project leader"^^xsd:string ; 2000 rdfs:label "Project leader"^^xsd:string ;
2000 - rdfs:subClassOf :Responsible ; 2001 + rdfs:subClassOf :ResponsibleActor ;
2001 . 2002 .
2002 :ProjectPhase 2003 :ProjectPhase
2003 rdf:type owl:Class ; 2004 rdf:type owl:Class ;
...@@ -2094,10 +2095,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2094,10 +2095,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2094 ] ; 2095 ] ;
2095 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ; 2096 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
2096 . 2097 .
2097 -:Responsible 2098 +:ResponsibleActor
2098 rdf:type owl:Class ; 2099 rdf:type owl:Class ;
2099 - rdfs:comment "An Arranged Individual that is an Organization or Individual responsible for carrying out a specified part of the Schedule."^^xsd:string ; 2100 + rdfs:comment "An Agent responsible for carrying out a specified part of the Schedule."^^xsd:string ;
2100 - rdfs:label "Responsible"^^xsd:string ; 2101 + rdfs:label "Responsible Actor"^^xsd:string ;
2101 rdfs:subClassOf :Agent ; 2102 rdfs:subClassOf :Agent ;
2102 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS413954> ; 2103 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS413954> ;
2103 . 2104 .
......