Integrated remaining classes into ISO 15926 compatible format and structure
Showing
6 changed files
with
58 additions
and
55 deletions
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | 2 | ||
| 3 | # c14n-version: 3 | 3 | # c14n-version: 3 |
| 4 | @prefix COR: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> . | 4 | @prefix COR: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> . |
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 5 | @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . | 6 | @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . |
| 6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 7 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ... | ... |
| 1 | # baseURI: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding | 1 | # baseURI: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding |
| 2 | 2 | ||
| 3 | # c14n-version: 3 | 3 | # c14n-version: 3 |
| 4 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 4 | @prefix PBS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> . | 5 | @prefix PBS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> . |
| 5 | @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . | 6 | @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . |
| 6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | ... | ... |
| 1 | # baseURI: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding | 1 | # baseURI: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding |
| 2 | 2 | ||
| 3 | # c14n-version: 3 | 3 | # c14n-version: 3 |
| 4 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 4 | @prefix SAB: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> . | 5 | @prefix SAB: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> . |
| 5 | @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . | 6 | @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . |
| 6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -8,7 +9,7 @@ | ... | @@ -8,7 +9,7 @@ |
| 8 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 9 | @prefix skos: <http://www.w3.org/2004/02/skos/core#> . | 10 | @prefix skos: <http://www.w3.org/2004/02/skos/core#> . |
| 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 11 | -<http://data.posccaesar.org/ilap/Activity> | 12 | +ILAP:Activity |
| 12 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; | 13 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; |
| 13 | rdf:type owl:Class ; | 14 | rdf:type owl:Class ; |
| 14 | . | 15 | . |
| ... | @@ -25,7 +26,7 @@ SCCS:SAB_1 | ... | @@ -25,7 +26,7 @@ SCCS:SAB_1 |
| 25 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; | 26 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; |
| 26 | rdf:type owl:Class ; | 27 | rdf:type owl:Class ; |
| 27 | rdfs:label "Management"^^xsd:string ; | 28 | rdfs:label "Management"^^xsd:string ; |
| 28 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | 29 | + rdfs:subClassOf ILAP:Activity ; |
| 29 | skos:notation "1"^^xsd:string ; | 30 | skos:notation "1"^^xsd:string ; |
| 30 | . | 31 | . |
| 31 | SCCS:SAB_11 | 32 | SCCS:SAB_11 |
| ... | @@ -53,7 +54,7 @@ SCCS:SAB_2 | ... | @@ -53,7 +54,7 @@ SCCS:SAB_2 |
| 53 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; | 54 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; |
| 54 | rdf:type owl:Class ; | 55 | rdf:type owl:Class ; |
| 55 | rdfs:label "Engineering and procurement"^^xsd:string ; | 56 | rdfs:label "Engineering and procurement"^^xsd:string ; |
| 56 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | 57 | + rdfs:subClassOf ILAP:Activity ; |
| 57 | skos:notation "2"^^xsd:string ; | 58 | skos:notation "2"^^xsd:string ; |
| 58 | . | 59 | . |
| 59 | SCCS:SAB_21 | 60 | SCCS:SAB_21 |
| ... | @@ -102,7 +103,7 @@ SCCS:SAB_3 | ... | @@ -102,7 +103,7 @@ SCCS:SAB_3 |
| 102 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; | 103 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; |
| 103 | rdf:type owl:Class ; | 104 | rdf:type owl:Class ; |
| 104 | rdfs:label "Material deliveries"^^xsd:string ; | 105 | rdfs:label "Material deliveries"^^xsd:string ; |
| 105 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | 106 | + rdfs:subClassOf ILAP:Activity ; |
| 106 | skos:notation "3"^^xsd:string ; | 107 | skos:notation "3"^^xsd:string ; |
| 107 | . | 108 | . |
| 108 | SCCS:SAB_31 | 109 | SCCS:SAB_31 |
| ... | @@ -172,7 +173,7 @@ SCCS:SAB_4 | ... | @@ -172,7 +173,7 @@ SCCS:SAB_4 |
| 172 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; | 173 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; |
| 173 | rdf:type owl:Class ; | 174 | rdf:type owl:Class ; |
| 174 | rdfs:label "Construction"^^xsd:string ; | 175 | rdfs:label "Construction"^^xsd:string ; |
| 175 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | 176 | + rdfs:subClassOf ILAP:Activity ; |
| 176 | skos:notation "4"^^xsd:string ; | 177 | skos:notation "4"^^xsd:string ; |
| 177 | . | 178 | . |
| 178 | SCCS:SAB_41 | 179 | SCCS:SAB_41 |
| ... | @@ -648,7 +649,7 @@ SCCS:SAB_5 | ... | @@ -648,7 +649,7 @@ SCCS:SAB_5 |
| 648 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; | 649 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; |
| 649 | rdf:type owl:Class ; | 650 | rdf:type owl:Class ; |
| 650 | rdfs:label "Operations"^^xsd:string ; | 651 | rdfs:label "Operations"^^xsd:string ; |
| 651 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | 652 | + rdfs:subClassOf ILAP:Activity ; |
| 652 | skos:notation "5"^^xsd:string ; | 653 | skos:notation "5"^^xsd:string ; |
| 653 | . | 654 | . |
| 654 | SCCS:SAB_51 | 655 | SCCS:SAB_51 |
| ... | @@ -1019,13 +1020,43 @@ SCCS:SAB_6 | ... | @@ -1019,13 +1020,43 @@ SCCS:SAB_6 |
| 1019 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; | 1020 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; |
| 1020 | rdf:type owl:Class ; | 1021 | rdf:type owl:Class ; |
| 1021 | rdfs:label "Unit work activities"^^xsd:string ; | 1022 | rdfs:label "Unit work activities"^^xsd:string ; |
| 1022 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | 1023 | + rdfs:subClassOf ILAP:Activity ; |
| 1023 | skos:notation "6"^^xsd:string ; | 1024 | skos:notation "6"^^xsd:string ; |
| 1024 | . | 1025 | . |
| 1025 | SCCS:SAB_7 | 1026 | SCCS:SAB_7 |
| 1026 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; | 1027 | rdf:type SCCS:NorsokZ014SABplanningActivityClass ; |
| 1027 | rdf:type owl:Class ; | 1028 | rdf:type owl:Class ; |
| 1028 | rdfs:label "General"^^xsd:string ; | 1029 | rdfs:label "General"^^xsd:string ; |
| 1029 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | 1030 | + rdfs:subClassOf ILAP:Activity ; |
| 1030 | skos:notation "7"^^xsd:string ; | 1031 | skos:notation "7"^^xsd:string ; |
| 1031 | . | 1032 | . |
| 1033 | +SCCS:SAB_D | ||
| 1034 | + rdf:type owl:Class ; | ||
| 1035 | + rdfs:label "SAB development phase"^^xsd:string ; | ||
| 1036 | + rdfs:subClassOf ILAP:Activity ; | ||
| 1037 | +. | ||
| 1038 | +SCCS:SAB_E | ||
| 1039 | + rdf:type owl:Class ; | ||
| 1040 | + rdfs:label "SAB exploration phase"^^xsd:string ; | ||
| 1041 | + rdfs:subClassOf ILAP:Activity ; | ||
| 1042 | +. | ||
| 1043 | +SCCS:SAB_O | ||
| 1044 | + rdf:type owl:Class ; | ||
| 1045 | + rdfs:label "SAB operation phase"^^xsd:string ; | ||
| 1046 | + rdfs:subClassOf ILAP:Activity ; | ||
| 1047 | +. | ||
| 1048 | +SCCS:SAB_P | ||
| 1049 | + rdf:type owl:Class ; | ||
| 1050 | + rdfs:label "SAB planning phase"^^xsd:string ; | ||
| 1051 | + rdfs:subClassOf ILAP:Activity ; | ||
| 1052 | +. | ||
| 1053 | +SCCS:SAB_R | ||
| 1054 | + rdf:type owl:Class ; | ||
| 1055 | + rdfs:label "SAB removal phase"^^xsd:string ; | ||
| 1056 | + rdfs:subClassOf ILAP:Activity ; | ||
| 1057 | +. | ||
| 1058 | +SCCS:SAB_S | ||
| 1059 | + rdf:type owl:Class ; | ||
| 1060 | + rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; | ||
| 1061 | + rdfs:subClassOf ILAP:Activity ; | ||
| 1062 | +. | ... | ... |
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| 4 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding | 4 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding |
| 5 | 5 | ||
| 6 | # c14n-version: 3 | 6 | # c14n-version: 3 |
| 7 | -@prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> . | 7 | +@prefix SCCS_DO_NOT_USE_THIS_NAMESPACE: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | @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 | ... | @@ -25,33 +25,3 @@ This NORSOK standard has been developed on basis of the SCCS to update, improve |
| 25 | owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ; | 25 | owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding> ; |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; |
| 27 | . | 27 | . |
| 28 | -SCCS:SAB_D | ||
| 29 | - rdf:type owl:Class ; | ||
| 30 | - rdfs:label "SAB development phase"^^xsd:string ; | ||
| 31 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | ||
| 32 | -. | ||
| 33 | -SCCS:SAB_E | ||
| 34 | - rdf:type owl:Class ; | ||
| 35 | - rdfs:label "SAB exploration phase"^^xsd:string ; | ||
| 36 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | ||
| 37 | -. | ||
| 38 | -SCCS:SAB_O | ||
| 39 | - rdf:type owl:Class ; | ||
| 40 | - rdfs:label "SAB operation phase"^^xsd:string ; | ||
| 41 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | ||
| 42 | -. | ||
| 43 | -SCCS:SAB_P | ||
| 44 | - rdf:type owl:Class ; | ||
| 45 | - rdfs:label "SAB planning phase"^^xsd:string ; | ||
| 46 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | ||
| 47 | -. | ||
| 48 | -SCCS:SAB_R | ||
| 49 | - rdf:type owl:Class ; | ||
| 50 | - rdfs:label "SAB removal phase"^^xsd:string ; | ||
| 51 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | ||
| 52 | -. | ||
| 53 | -SCCS:SAB_S | ||
| 54 | - rdf:type owl:Class ; | ||
| 55 | - rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; | ||
| 56 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Activity> ; | ||
| 57 | -. | ... | ... |
| ... | @@ -50,6 +50,13 @@ ilap:shouldUseAnyUri | ... | @@ -50,6 +50,13 @@ ilap:shouldUseAnyUri |
| 50 | rdf:type owl:Restriction ; | 50 | rdf:type owl:Restriction ; |
| 51 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; | 51 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; |
| 52 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 52 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 53 | + owl:onClass ilap:ActivityPriority ; | ||
| 54 | + owl:onProperty :hasPriority ; | ||
| 55 | + ] ; | ||
| 56 | + rdfs:subClassOf [ | ||
| 57 | + rdf:type owl:Restriction ; | ||
| 58 | + ilap:shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 59 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 53 | owl:onClass ilap:ActivityRiskFactor ; | 60 | owl:onClass ilap:ActivityRiskFactor ; |
| 54 | owl:onProperty :hasRiskFactor ; | 61 | owl:onProperty :hasRiskFactor ; |
| 55 | ] ; | 62 | ] ; |
| ... | @@ -57,6 +64,13 @@ ilap:shouldUseAnyUri | ... | @@ -57,6 +64,13 @@ ilap:shouldUseAnyUri |
| 57 | rdf:type owl:Restriction ; | 64 | rdf:type owl:Restriction ; |
| 58 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; | 65 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; |
| 59 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 66 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 67 | + owl:onClass ilap:AssetLifecyclePhase ; | ||
| 68 | + owl:onProperty :hasDgPhase ; | ||
| 69 | + ] ; | ||
| 70 | + rdfs:subClassOf [ | ||
| 71 | + rdf:type owl:Restriction ; | ||
| 72 | + ilap:shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 73 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 60 | owl:onClass ilap:Category ; | 74 | owl:onClass ilap:Category ; |
| 61 | owl:onProperty :hasCategory ; | 75 | owl:onProperty :hasCategory ; |
| 62 | ] ; | 76 | ] ; |
| ... | @@ -127,13 +141,6 @@ ilap:shouldUseAnyUri | ... | @@ -127,13 +141,6 @@ ilap:shouldUseAnyUri |
| 127 | rdf:type owl:Restriction ; | 141 | rdf:type owl:Restriction ; |
| 128 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; | 142 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; |
| 129 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 143 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 130 | - owl:onClass ilap:MainPhase ; | ||
| 131 | - owl:onProperty :hasDgPhase ; | ||
| 132 | - ] ; | ||
| 133 | - rdfs:subClassOf [ | ||
| 134 | - rdf:type owl:Restriction ; | ||
| 135 | - ilap:shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 136 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 137 | owl:onClass ilap:MilestoneType ; | 144 | owl:onClass ilap:MilestoneType ; |
| 138 | owl:onProperty :hasMilestoneType ; | 145 | owl:onProperty :hasMilestoneType ; |
| 139 | ] ; | 146 | ] ; |
| ... | @@ -162,8 +169,8 @@ ilap:shouldUseAnyUri | ... | @@ -162,8 +169,8 @@ ilap:shouldUseAnyUri |
| 162 | rdf:type owl:Restriction ; | 169 | rdf:type owl:Restriction ; |
| 163 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; | 170 | ilap:shouldUseAnyUri "true"^^xsd:boolean ; |
| 164 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 171 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 165 | - owl:onClass ilap:Priority ; | 172 | + owl:onClass ilap:ProjectPhase ; |
| 166 | - owl:onProperty :hasPriority ; | 173 | + owl:onProperty :hasProjectPhase ; |
| 167 | ] ; | 174 | ] ; |
| 168 | rdfs:subClassOf [ | 175 | rdfs:subClassOf [ |
| 169 | rdf:type owl:Restriction ; | 176 | rdf:type owl:Restriction ; |
| ... | @@ -195,13 +202,6 @@ ilap:shouldUseAnyUri | ... | @@ -195,13 +202,6 @@ ilap:shouldUseAnyUri |
| 195 | ] ; | 202 | ] ; |
| 196 | rdfs:subClassOf [ | 203 | rdfs:subClassOf [ |
| 197 | rdf:type owl:Restriction ; | 204 | rdf:type owl:Restriction ; |
| 198 | - ilap:shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 199 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 200 | - owl:onClass ilap:SubPhase ; | ||
| 201 | - owl:onProperty :hasProjectPhase ; | ||
| 202 | - ] ; | ||
| 203 | - rdfs:subClassOf [ | ||
| 204 | - rdf:type owl:Restriction ; | ||
| 205 | ilap:shouldUseRef "true"^^xsd:boolean ; | 205 | ilap:shouldUseRef "true"^^xsd:boolean ; |
| 206 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 206 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 207 | owl:onClass ilap:FreeFieldValue ; | 207 | owl:onClass ilap:FreeFieldValue ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment