Showing
2 changed files
with
22 additions
and
33 deletions
| ... | @@ -21,6 +21,22 @@ SAB:NorsokZ014SABplanningActivityClass | ... | @@ -21,6 +21,22 @@ SAB:NorsokZ014SABplanningActivityClass |
| 21 | rdfs:subClassOf SCCS:NorsokZ014thing ; | 21 | rdfs:subClassOf SCCS:NorsokZ014thing ; |
| 22 | rdfs:subClassOf owl:Thing ; | 22 | rdfs:subClassOf owl:Thing ; |
| 23 | . | 23 | . |
| 24 | +SAB:NorsokZ014SABplanningPhaseClass | ||
| 25 | + rdf:type owl:Class ; | ||
| 26 | + rdfs:comment "An Activity Planning Phase that is defined by Norsok Z-014 SAB."^^xsd:string ; | ||
| 27 | + rdfs:label "Norsok Z014 SAB Planning Phase Class"^^xsd:string ; | ||
| 28 | + rdfs:subClassOf ILAP:AssetLifecyclePhase ; | ||
| 29 | + rdfs:subClassOf owl:Thing ; | ||
| 30 | +. | ||
| 31 | +SAB:Project | ||
| 32 | + rdfs:subClassOf [ | ||
| 33 | + rdf:type owl:Restriction ; | ||
| 34 | + ILAP:shouldUseAnyUri "true"^^xsd:boolean ; | ||
| 35 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 36 | + owl:onClass SAB:NorsokZ014SABplanningPhaseClass ; | ||
| 37 | + owl:onProperty ILAP:hasLifecyclePhase ; | ||
| 38 | + ] ; | ||
| 39 | +. | ||
| 24 | SAB:SAB_1 | 40 | SAB:SAB_1 |
| 25 | rdf:type SAB:NorsokZ014SABplanningActivityClass ; | 41 | rdf:type SAB:NorsokZ014SABplanningActivityClass ; |
| 26 | rdf:type owl:Class ; | 42 | rdf:type owl:Class ; |
| ... | @@ -1023,26 +1039,32 @@ SAB:SAB_7 | ... | @@ -1023,26 +1039,32 @@ SAB:SAB_7 |
| 1023 | skos:notation "7"^^xsd:string ; | 1039 | skos:notation "7"^^xsd:string ; |
| 1024 | . | 1040 | . |
| 1025 | SAB:SAB_D | 1041 | SAB:SAB_D |
| 1042 | + rdf:type SAB:NorsokZ014SABplanningPhaseClass ; | ||
| 1026 | rdf:type owl:Class ; | 1043 | rdf:type owl:Class ; |
| 1027 | rdfs:label "SAB development phase"^^xsd:string ; | 1044 | rdfs:label "SAB development phase"^^xsd:string ; |
| 1028 | . | 1045 | . |
| 1029 | SAB:SAB_E | 1046 | SAB:SAB_E |
| 1047 | + rdf:type SAB:NorsokZ014SABplanningPhaseClass ; | ||
| 1030 | rdf:type owl:Class ; | 1048 | rdf:type owl:Class ; |
| 1031 | rdfs:label "SAB exploration phase"^^xsd:string ; | 1049 | rdfs:label "SAB exploration phase"^^xsd:string ; |
| 1032 | . | 1050 | . |
| 1033 | SAB:SAB_O | 1051 | SAB:SAB_O |
| 1052 | + rdf:type SAB:NorsokZ014SABplanningPhaseClass ; | ||
| 1034 | rdf:type owl:Class ; | 1053 | rdf:type owl:Class ; |
| 1035 | rdfs:label "SAB operation phase"^^xsd:string ; | 1054 | rdfs:label "SAB operation phase"^^xsd:string ; |
| 1036 | . | 1055 | . |
| 1037 | SAB:SAB_P | 1056 | SAB:SAB_P |
| 1057 | + rdf:type SAB:NorsokZ014SABplanningPhaseClass ; | ||
| 1038 | rdf:type owl:Class ; | 1058 | rdf:type owl:Class ; |
| 1039 | rdfs:label "SAB planning phase"^^xsd:string ; | 1059 | rdfs:label "SAB planning phase"^^xsd:string ; |
| 1040 | . | 1060 | . |
| 1041 | SAB:SAB_R | 1061 | SAB:SAB_R |
| 1062 | + rdf:type SAB:NorsokZ014SABplanningPhaseClass ; | ||
| 1042 | rdf:type owl:Class ; | 1063 | rdf:type owl:Class ; |
| 1043 | rdfs:label "SAB removal phase"^^xsd:string ; | 1064 | rdfs:label "SAB removal phase"^^xsd:string ; |
| 1044 | . | 1065 | . |
| 1045 | SAB:SAB_S | 1066 | SAB:SAB_S |
| 1067 | + rdf:type SAB:NorsokZ014SABplanningPhaseClass ; | ||
| 1046 | rdf:type owl:Class ; | 1068 | rdf:type owl:Class ; |
| 1047 | rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; | 1069 | rdfs:label "SAB shutdown and decommissioning phase"^^xsd:string ; |
| 1048 | . | 1070 | . | ... | ... |
| ... | @@ -13,39 +13,6 @@ | ... | @@ -13,39 +13,6 @@ |
| 13 | <http://data.posccaesar.org/ilap/Activity> | 13 | <http://data.posccaesar.org/ilap/Activity> |
| 14 | rdf:type owl:Class ; | 14 | rdf:type owl:Class ; |
| 15 | . | 15 | . |
| 16 | -<http://data.posccaesar.org/ilap/Project> | ||
| 17 | - rdfs:subClassOf [ | ||
| 18 | - rdf:type owl:Restriction ; | ||
| 19 | - <http://data.posccaesar.org/ilap/shouldUseAnyUri> "true"^^xsd:boolean ; | ||
| 20 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 21 | - owl:onClass <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ; | ||
| 22 | - owl:onProperty <http://data.posccaesar.org/ilap/hasLifecyclePhase> ; | ||
| 23 | - ] ; | ||
| 24 | -. | ||
| 25 | -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> | ||
| 26 | - rdf:type owl:Class ; | ||
| 27 | - rdfs:comment "An Activity Planning Phase that is defined by Norsok Z-014 SAB."^^xsd:string ; | ||
| 28 | - rdfs:label "Norsok Z014 SAB Planning Phase Class"^^xsd:string ; | ||
| 29 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/AssetLifecyclePhase> ; | ||
| 30 | -. | ||
| 31 | -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_D> | ||
| 32 | - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ; | ||
| 33 | -. | ||
| 34 | -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_E> | ||
| 35 | - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ; | ||
| 36 | -. | ||
| 37 | -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_O> | ||
| 38 | - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ; | ||
| 39 | -. | ||
| 40 | -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_P> | ||
| 41 | - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ; | ||
| 42 | -. | ||
| 43 | -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_R> | ||
| 44 | - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ; | ||
| 45 | -. | ||
| 46 | -<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_S> | ||
| 47 | - rdf:type <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass> ; | ||
| 48 | -. | ||
| 49 | SCCS_DO_NOT_USE_THIS_NAMESPACE: | 16 | SCCS_DO_NOT_USE_THIS_NAMESPACE: |
| 50 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
| 51 | rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows. | 18 | rdfs:comment """This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows. | ... | ... |
-
Please register or login to post a comment