Tore Christiansen

Integrated remaining classes into ISO 15926 compatible format and structure

......@@ -2,6 +2,7 @@
# c14n-version: 3
@prefix COR: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> .
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......
# baseURI: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding
# c14n-version: 3
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix PBS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> .
@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
......
# baseURI: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding
# c14n-version: 3
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix SAB: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> .
@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
......@@ -8,7 +9,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://data.posccaesar.org/ilap/Activity>
ILAP:Activity
rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
rdf:type owl:Class ;
.
......@@ -25,7 +26,7 @@ SCCS:SAB_1
rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
rdf:type owl:Class ;
rdfs:label "Management"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
rdfs:subClassOf ILAP:Activity ;
skos:notation "1"^^xsd:string ;
.
SCCS:SAB_11
......@@ -53,7 +54,7 @@ SCCS:SAB_2
rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
rdf:type owl:Class ;
rdfs:label "Engineering and procurement"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
rdfs:subClassOf ILAP:Activity ;
skos:notation "2"^^xsd:string ;
.
SCCS:SAB_21
......@@ -102,7 +103,7 @@ SCCS:SAB_3
rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
rdf:type owl:Class ;
rdfs:label "Material deliveries"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
rdfs:subClassOf ILAP:Activity ;
skos:notation "3"^^xsd:string ;
.
SCCS:SAB_31
......@@ -172,7 +173,7 @@ SCCS:SAB_4
rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
rdf:type owl:Class ;
rdfs:label "Construction"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
rdfs:subClassOf ILAP:Activity ;
skos:notation "4"^^xsd:string ;
.
SCCS:SAB_41
......@@ -648,7 +649,7 @@ SCCS:SAB_5
rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
rdf:type owl:Class ;
rdfs:label "Operations"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
rdfs:subClassOf ILAP:Activity ;
skos:notation "5"^^xsd:string ;
.
SCCS:SAB_51
......@@ -1019,13 +1020,43 @@ SCCS:SAB_6
rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
rdf:type owl:Class ;
rdfs:label "Unit work activities"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
rdfs:subClassOf ILAP:Activity ;
skos:notation "6"^^xsd:string ;
.
SCCS:SAB_7
rdf:type SCCS:NorsokZ014SABplanningActivityClass ;
rdf:type owl:Class ;
rdfs:label "General"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
rdfs:subClassOf ILAP:Activity ;
skos:notation "7"^^xsd:string ;
.
SCCS:SAB_D
rdf:type owl:Class ;
rdfs:label "SAB development phase"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
.
SCCS:SAB_E
rdf:type owl:Class ;
rdfs:label "SAB exploration phase"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
.
SCCS:SAB_O
rdf:type owl:Class ;
rdfs:label "SAB operation phase"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
.
SCCS:SAB_P
rdf:type owl:Class ;
rdfs:label "SAB planning phase"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
.
SCCS:SAB_R
rdf:type owl:Class ;
rdfs:label "SAB removal phase"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
.
SCCS:SAB_S
rdf:type owl:Class ;
rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
rdfs:subClassOf ILAP:Activity ;
.
......
......@@ -4,7 +4,7 @@
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding
# c14n-version: 3
@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> .
@prefix SCCS_DO_NOT_USE_THIS_NAMESPACE: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
......@@ -25,33 +25,3 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
SCCS:SAB_D
rdf:type owl:Class ;
rdfs:label "SAB development phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
SCCS:SAB_E
rdf:type owl:Class ;
rdfs:label "SAB exploration phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
SCCS:SAB_O
rdf:type owl:Class ;
rdfs:label "SAB operation phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
SCCS:SAB_P
rdf:type owl:Class ;
rdfs:label "SAB planning phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
SCCS:SAB_R
rdf:type owl:Class ;
rdfs:label "SAB removal phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
SCCS:SAB_S
rdf:type owl:Class ;
rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ;
.
......
......@@ -50,6 +50,13 @@ ilap:shouldUseAnyUri
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:ActivityPriority ;
owl:onProperty :hasPriority ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:ActivityRiskFactor ;
owl:onProperty :hasRiskFactor ;
] ;
......@@ -57,6 +64,13 @@ ilap:shouldUseAnyUri
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:AssetLifecyclePhase ;
owl:onProperty :hasDgPhase ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:Category ;
owl:onProperty :hasCategory ;
] ;
......@@ -127,13 +141,6 @@ ilap:shouldUseAnyUri
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:MainPhase ;
owl:onProperty :hasDgPhase ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:MilestoneType ;
owl:onProperty :hasMilestoneType ;
] ;
......@@ -162,8 +169,8 @@ ilap:shouldUseAnyUri
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:Priority ;
owl:onProperty :hasPriority ;
owl:onClass ilap:ProjectPhase ;
owl:onProperty :hasProjectPhase ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -195,13 +202,6 @@ ilap:shouldUseAnyUri
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
ilap:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:SubPhase ;
owl:onProperty :hasProjectPhase ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
ilap:shouldUseRef "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:FreeFieldValue ;
......
This diff is collapsed. Click to expand it.