Tore Christiansen

Updated COR reference from Resource (should use any uri)

......@@ -11,8 +11,6 @@
<http://data.posccaesar.org/ilap/Activity>
rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
rdf:type owl:Class ;
rdfs:label "SAB top level thing"^^xsd:string ;
skos:notation "SAB Thing"^^xsd:string ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding>
rdf:type owl:Ontology ;
......
......@@ -11,7 +11,6 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.posccaesar.org/ilap/Activity>
rdf:type owl:Class ;
rdfs:label "SAB Thing"^^xsd:string ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
rdf:type owl:Ontology ;
......
......@@ -31,10 +31,8 @@
rdf:type lci:ClassOfIndividual ;
rdf:type owl:Class ;
:shouldHaveID "true" ;
rdfs:comment "An ISO 15926-4 Activity Class that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
rdfs:comment "An Class of Activity that is something a person or group plans to do, does or has done in order to bring about defined change while consuming time and resources. An activity is generally the smallest portion of a Project used in planning, tracking, and control (adapted from ISO 15926, PMI and BSI)."^^xsd:string ;
rdfs:label "Activity"^^xsd:string ;
rdfs:label "Dg phase 1"^^xsd:string ;
rdfs:label "Project phase 1"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ;
.
......@@ -375,7 +373,7 @@
.
: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 ;
rdfs:comment "An Physical Object 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 ;
rdfs:label "Asset"^^xsd:string ;
rdfs:subClassOf :PhysicalObject ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ;
......@@ -1997,7 +1995,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:Resource
rdf:type owl:Class ;
:shouldHaveID "true" ;
rdfs:comment "A Physical Object that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
rdfs:comment "A Individual that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
rdfs:subClassOf [
......@@ -2009,15 +2007,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :CompletelyFreeField ;
owl:onProperty :hasCompletelyFreeFieldDefinition ;
owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> ;
owl:onProperty :hasResourceType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> ;
owl:onProperty :hasResourceType ;
owl:onClass :CompletelyFreeField ;
owl:onProperty :hasCompletelyFreeFieldDefinition ;
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
.
......