Tore Christiansen

Last fix after changing namespaces

......@@ -6,7 +6,6 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:
rdf:type owl:Ontology ;
rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows.
......@@ -21,7 +20,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "General costs"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "A"^^xsd:string ;
.
:COR_AA
......@@ -287,7 +285,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Bulk materials"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "B"^^xsd:string ;
.
:COR_BC
......@@ -896,7 +893,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Construction overheads"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "C"^^xsd:string ;
.
:COR_CA
......@@ -1029,7 +1025,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Equipment"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "E"^^xsd:string ;
.
:COR_EA
......@@ -3857,7 +3852,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Owner's personnel"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "H"^^xsd:string ;
.
:COR_HA
......@@ -4053,7 +4047,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Engineering manpower"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "K"^^xsd:string ;
.
:COR_KA
......@@ -4270,7 +4263,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Direct labour"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "L"^^xsd:string ;
.
:COR_LC
......@@ -4375,7 +4367,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Indirect labour"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "M"^^xsd:string ;
.
:COR_MA
......@@ -4473,7 +4464,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Owner's personnel overheads"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "Q"^^xsd:string ;
.
:COR_QA
......@@ -4606,7 +4596,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Engineering overheads"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "R"^^xsd:string ;
.
:COR_RA
......@@ -4753,7 +4742,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Unit work"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "S"^^xsd:string ;
.
:COR_SA
......@@ -5061,7 +5049,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014CORplanningResourceClass ;
rdf:type owl:Class ;
rdfs:label "Marine operations and logistics"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "X"^^xsd:string ;
.
:COR_XA
......@@ -5320,33 +5307,35 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type owl:Class ;
rdfs:comment "A Planning Resource that is defined by Norsok Z-014 COR."^^xsd:string ;
rdfs:label "NORSOK Z014 COR Planning Resource Class"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/NorsokZ014thing> ;
rdfs:subClassOf :NorsokZ014thing ;
.
:NorsokZ014PBSplanningResultClass
rdf:type owl:Class ;
rdfs:comment "A Planning Result that is defined by Norsok Z-014 PBS."^^xsd:string ;
rdfs:label "NORSOK Z014 PBS Planning Result Class"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/NorsokZ014thing> ;
rdfs:subClassOf :NorsokZ014thing ;
<http://www.w3.org/2004/02/skos/core#notation> "NORSOK Z014 PBS Coding classes"^^xsd:string ;
.
:NorsokZ014SABplanningActivityClass
rdf:type owl:Class ;
rdfs:comment "A Planning Activity that is defined by Norsok Z-014 SAB."^^xsd:string ;
rdfs:label "NORSOK Z014 SAB Planning Activity Class"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/NorsokZ014thing> ;
rdfs:subClassOf :NorsokZ014thing ;
.
:NorsokZ014SABplanningPhaseClass
rdf:type owl:Class ;
rdfs:comment "A Planning Phase that is defined by Norsok Z-014 SAB."^^xsd:string ;
rdfs:label "NORSOK Z014 SAB Planning Phase Class"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/AssetLifecyclePhase> ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/NorsokZ014thing> ;
rdfs:subClassOf :NorsokZ014thing ;
.
:NorsokZ014thing
rdf:type rdfs:Class ;
.
:PBS_A
rdf:type :NorsokZ014PBSplanningResultClass ;
rdf:type owl:Class ;
rdfs:label "Offshore Field Installations"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "A"^^xsd:string ;
.
:PBS_AA
......@@ -8699,7 +8688,6 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type :NorsokZ014PBSplanningResultClass ;
rdf:type owl:Class ;
rdfs:label "Land Based Installations"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
<http://www.w3.org/2004/02/skos/core#notation> "B"^^xsd:string ;
.
:PBS_BA
......@@ -11821,6 +11809,3 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
rdf:type owl:Class ;
rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/NorsokZ014thing>
rdf:type rdfs:Class ;
.
......
# baseURI: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/
# imports: http://data.posccaesar.org/ilap/userfields/
# c14n-version: 3
......@@ -18,7 +18,7 @@
.
:
rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ;
owl:imports SCCS: ;
owl:imports userfield: ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
......@@ -4467,8 +4467,24 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A relationship between a planning object and part of a schedule."^^xsd:string ;
rdfs:label "part of Schedule"^^xsd:string ;
.
SCCS:COR_A
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_B
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_C
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_E
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_H
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_K
rdf:type :Discipline ;
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_KA
rdf:type :Discipline ;
......@@ -4603,6 +4619,21 @@ SCCS:COR_LY
SCCS:COR_LZ
rdf:type :Discipline ;
.
SCCS:COR_M
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_Q
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_R
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_S
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_X
rdfs:subClassOf :SCCSresource ;
.
SCCS:NorsokZ014CORplanningResourceClass
rdfs:comment "A Planning Resource that is defined by Norsok Z-014 COR."^^xsd:string ;
rdfs:subClassOf :ActivityPlanningResource ;
......
# baseURI: http://data.posccaesar.org/ilap/ilap-testdata/
# imports: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/
# c14n-version: 3
@prefix : <http://data.posccaesar.org/ilap/ilap-testdata/> .
......@@ -60,7 +59,6 @@ ilap:SpecifiedUserfield1forActivity102inPlanVersion2forProjectP
:
rdf:type owl:Ontology ;
owl:imports ilap: ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
:Activity101inPlan2version1forProjectP
......