Tore Christiansen

Added additional Standard Data

1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/ 1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/
2 +# imports: http://ILAP_1.5_(git)/StandardData
2 # imports: http://data.posccaesar.org/brreg/ 3 # imports: http://data.posccaesar.org/brreg/
3 # imports: http://data.posccaesar.org/ccu/ 4 # imports: http://data.posccaesar.org/ccu/
4 # imports: http://data.posccaesar.org/diskos/ 5 # imports: http://data.posccaesar.org/diskos/
5 # imports: http://data.posccaesar.org/epcis/ 6 # imports: http://data.posccaesar.org/epcis/
6 # imports: http://data.posccaesar.org/ilap/ 7 # imports: http://data.posccaesar.org/ilap/
7 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS 8 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
9 +# imports: http://data.posccaesar.org/ilap/riskfactor/
10 +# imports: http://data.posccaesar.org/ilap/shutdown/
8 # imports: http://data.posccaesar.org/npd/ 11 # imports: http://data.posccaesar.org/npd/
9 # imports: http://data.posccaesar.org/pob/ 12 # imports: http://data.posccaesar.org/pob/
10 13
11 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . 14 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
12 @prefix ILAP: <http://data.posccaesar.org/ilap/> . 15 @prefix ILAP: <http://data.posccaesar.org/ilap/> .
13 @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . 16 @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
17 +@prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> .
14 @prefix owl: <http://www.w3.org/2002/07/owl#> . 18 @prefix owl: <http://www.w3.org/2002/07/owl#> .
15 @prefix p1: <http://example.org/file1#> . 19 @prefix p1: <http://example.org/file1#> .
16 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 20 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
17 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 21 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
22 +@prefix riskfactor: <http://data.posccaesar.org/ilap/riskfactor/> .
23 +@prefix shutdown: <http://data.posccaesar.org/ilap/shutdown/> .
18 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 24 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
19 25
20 NCS: rdf:type owl:Ontology ; 26 NCS: rdf:type owl:Ontology ;
21 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/epcis/> . 27 + owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http://ILAP_1.5_(git)/StandardData> , shutdown: .
28 +
29 +NCS:ABEX
30 + rdf:type ILAP:PlanExpenseType ;
31 + rdfs:label "ABEX"^^xsd:string .
22 32
23 NCS:Active 33 NCS:Active
24 rdf:type ILAP:Status ; 34 rdf:type ILAP:Status ;
...@@ -57,6 +67,14 @@ NCS:Exploration ...@@ -57,6 +67,14 @@ NCS:Exploration
57 rdf:type ILAP:PlanPhase ; 67 rdf:type ILAP:PlanPhase ;
58 rdfs:label "Exploration"^^xsd:string . 68 rdfs:label "Exploration"^^xsd:string .
59 69
70 +NCS:HighCriticality
71 + rdf:type StandardData:Criticality ;
72 + rdfs:label "High criticality"^^xsd:string .
73 +
74 +NCS:HighPriority
75 + rdf:type StandardData:Priority ;
76 + rdfs:label "High priority"^^xsd:string .
77 +
60 NCS:IndividualInCorClass 78 NCS:IndividualInCorClass
61 rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ; 79 rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ;
62 rdfs:label "Individual in cor class"^^xsd:string ; 80 rdfs:label "Individual in cor class"^^xsd:string ;
...@@ -77,6 +95,22 @@ NCS:IndividualInSABClass ...@@ -77,6 +95,22 @@ NCS:IndividualInSABClass
77 rdfs:label "Individual in SABClass"^^xsd:string ; 95 rdfs:label "Individual in SABClass"^^xsd:string ;
78 rdfs:subClassOf NCS:IndividualInNorsokClass . 96 rdfs:subClassOf NCS:IndividualInNorsokClass .
79 97
98 +NCS:LowCriticality
99 + rdf:type StandardData:Criticality ;
100 + rdfs:label "Low criticality"^^xsd:string .
101 +
102 +NCS:LowPriority
103 + rdf:type StandardData:Priority ;
104 + rdfs:label "Low priority"^^xsd:string .
105 +
106 +NCS:NormalCriticality
107 + rdf:type StandardData:Criticality ;
108 + rdfs:label "Normal criticality"^^xsd:string .
109 +
110 +NCS:NormalPriority
111 + rdf:type StandardData:Priority ;
112 + rdfs:label "Normal priority"^^xsd:string .
113 +
80 NCS:Operation 114 NCS:Operation
81 rdf:type ILAP:PlanPhase ; 115 rdf:type ILAP:PlanPhase ;
82 rdfs:label "Operation"^^xsd:string . 116 rdfs:label "Operation"^^xsd:string .
......
...@@ -15,11 +15,6 @@ ...@@ -15,11 +15,6 @@
15 rdfs:label "Criticality"^^xsd:string ; 15 rdfs:label "Criticality"^^xsd:string ;
16 rdfs:subClassOf owl:Thing . 16 rdfs:subClassOf owl:Thing .
17 17
18 -:ExpenseType
19 - rdf:type owl:Class ;
20 - rdfs:label "Expense type"^^xsd:string ;
21 - rdfs:subClassOf owl:Thing .
22 -
23 :Priority 18 :Priority
24 rdf:type owl:Class ; 19 rdf:type owl:Class ;
25 rdfs:label "Priority"^^xsd:string ; 20 rdfs:label "Priority"^^xsd:string ;
......