Showing
3 changed files
with
8 additions
and
12 deletions
... | @@ -11,8 +11,6 @@ | ... | @@ -11,8 +11,6 @@ |
11 | <http://data.posccaesar.org/ilap/Activity> | 11 | <http://data.posccaesar.org/ilap/Activity> |
12 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; | 12 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; |
13 | rdf:type owl:Class ; | 13 | rdf:type owl:Class ; |
14 | - rdfs:label "SAB top level thing"^^xsd:string ; | ||
15 | - skos:notation "SAB Thing"^^xsd:string ; | ||
16 | . | 14 | . |
17 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> | 15 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> |
18 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; | ... | ... |
... | @@ -11,7 +11,6 @@ | ... | @@ -11,7 +11,6 @@ |
11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
12 | <http://data.posccaesar.org/ilap/Activity> | 12 | <http://data.posccaesar.org/ilap/Activity> |
13 | rdf:type owl:Class ; | 13 | rdf:type owl:Class ; |
14 | - rdfs:label "SAB Thing"^^xsd:string ; | ||
15 | . | 14 | . |
16 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> | 15 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> |
17 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; | ... | ... |
... | @@ -31,10 +31,8 @@ | ... | @@ -31,10 +31,8 @@ |
31 | rdf:type lci:ClassOfIndividual ; | 31 | rdf:type lci:ClassOfIndividual ; |
32 | rdf:type owl:Class ; | 32 | rdf:type owl:Class ; |
33 | :shouldHaveID "true" ; | 33 | :shouldHaveID "true" ; |
34 | - 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 ; | 34 | + 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 ; |
35 | rdfs:label "Activity"^^xsd:string ; | 35 | rdfs:label "Activity"^^xsd:string ; |
36 | - rdfs:label "Dg phase 1"^^xsd:string ; | ||
37 | - rdfs:label "Project phase 1"^^xsd:string ; | ||
38 | rdfs:subClassOf :PossibleIndividual ; | 36 | rdfs:subClassOf :PossibleIndividual ; |
39 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ; | 37 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS3149> ; |
40 | . | 38 | . |
... | @@ -375,7 +373,7 @@ | ... | @@ -375,7 +373,7 @@ |
375 | . | 373 | . |
376 | :Asset | 374 | :Asset |
377 | rdf:type owl:Class ; | 375 | rdf:type owl:Class ; |
378 | - 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 ; | 376 | + 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 ; |
379 | rdfs:label "Asset"^^xsd:string ; | 377 | rdfs:label "Asset"^^xsd:string ; |
380 | rdfs:subClassOf :PhysicalObject ; | 378 | rdfs:subClassOf :PhysicalObject ; |
381 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS4326435842> ; | 379 | 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 | ... | @@ -1997,7 +1995,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1997 | :Resource | 1995 | :Resource |
1998 | rdf:type owl:Class ; | 1996 | rdf:type owl:Class ; |
1999 | :shouldHaveID "true" ; | 1997 | :shouldHaveID "true" ; |
2000 | - 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 ; | 1998 | + 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 ; |
2001 | rdfs:label "Resource"^^xsd:string ; | 1999 | rdfs:label "Resource"^^xsd:string ; |
2002 | rdfs:subClassOf :PossibleIndividual ; | 2000 | rdfs:subClassOf :PossibleIndividual ; |
2003 | rdfs:subClassOf [ | 2001 | rdfs:subClassOf [ |
... | @@ -2009,15 +2007,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2009,15 +2007,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2009 | ] ; | 2007 | ] ; |
2010 | rdfs:subClassOf [ | 2008 | rdfs:subClassOf [ |
2011 | rdf:type owl:Restriction ; | 2009 | rdf:type owl:Restriction ; |
2010 | + :shouldUseAnyUri "true"^^xsd:boolean ; | ||
2012 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2011 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
2013 | - owl:onClass :CompletelyFreeField ; | 2012 | + owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> ; |
2014 | - owl:onProperty :hasCompletelyFreeFieldDefinition ; | 2013 | + owl:onProperty :hasResourceType ; |
2015 | ] ; | 2014 | ] ; |
2016 | rdfs:subClassOf [ | 2015 | rdfs:subClassOf [ |
2017 | rdf:type owl:Restriction ; | 2016 | rdf:type owl:Restriction ; |
2018 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 2017 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
2019 | - owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> ; | 2018 | + owl:onClass :CompletelyFreeField ; |
2020 | - owl:onProperty :hasResourceType ; | 2019 | + owl:onProperty :hasCompletelyFreeFieldDefinition ; |
2021 | ] ; | 2020 | ] ; |
2022 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ; | 2021 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ; |
2023 | . | 2022 | . | ... | ... |
-
Please register or login to post a comment