Showing
6 changed files
with
43 additions
and
28 deletions
1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ | 1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ |
2 | +# imports: http://data.posccaesar.org/brreg/ | ||
3 | +# imports: http://data.posccaesar.org/ccu/ | ||
4 | +# imports: http://data.posccaesar.org/diskos/ | ||
5 | +# imports: http://data.posccaesar.org/epcis/ | ||
2 | # imports: http://data.posccaesar.org/ilap/ | 6 | # imports: http://data.posccaesar.org/ilap/ |
7 | +# imports: http://data.posccaesar.org/npd/ | ||
8 | +# imports: http://data.posccaesar.org/pob/ | ||
3 | # imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding | 9 | # imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding |
4 | 10 | ||
5 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 11 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
6 | @prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . | 12 | @prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . |
7 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 13 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
8 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 14 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
9 | -@prefix SCCS: <http://data.posccaesar.org/sccs/> . | 15 | +@prefix SCCS: <http://example.com/> . |
10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 16 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
11 | @prefix p1: <http://example.org/file1#> . | 17 | @prefix p1: <http://example.org/file1#> . |
12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 18 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
... | @@ -14,17 +20,12 @@ | ... | @@ -14,17 +20,12 @@ |
14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 20 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
15 | 21 | ||
16 | NCS: rdf:type owl:Ontology ; | 22 | NCS: rdf:type owl:Ontology ; |
17 | - owl:imports ILAP: , <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> . | 23 | + owl:imports <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> , ILAP: , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/epcis/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/pob/> . |
18 | 24 | ||
19 | ILAP: | 25 | ILAP: |
20 | rdf:type owl:Ontology ; | 26 | rdf:type owl:Ontology ; |
21 | - owl:imports <http://data.posccaesar.org/ccu/> , SCCS: , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/diskos/> , ILAP: , <http://data.posccaesar.org/epcis/> ; | ||
22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
23 | 28 | ||
24 | -ILAP:Active | ||
25 | - rdf:type ILAP:Status ; | ||
26 | - rdfs:label "Active"^^xsd:string . | ||
27 | - | ||
28 | ILAP:Aquisition | 29 | ILAP:Aquisition |
29 | rdf:type ILAP:PlanLifecyclePhase ; | 30 | rdf:type ILAP:PlanLifecyclePhase ; |
30 | rdfs:label "Aquire"^^xsd:string . | 31 | rdfs:label "Aquire"^^xsd:string . |
... | @@ -291,14 +292,16 @@ ILAP:Wellbore | ... | @@ -291,14 +292,16 @@ ILAP:Wellbore |
291 | rdf:type ILAP:PlanGeoArea ; | 292 | rdf:type ILAP:PlanGeoArea ; |
292 | rdfs:label "Wellbore"^^xsd:string . | 293 | rdfs:label "Wellbore"^^xsd:string . |
293 | 294 | ||
294 | -ILAP:hasActivityCOR | 295 | +ILAP:hasActivityBaselineSchedule |
295 | - rdfs:range SCCS:CORcode . | 296 | + rdfs:range ILAP:NetworkSchedule . |
296 | - | ||
297 | -ILAP:hasActivityWBS | ||
298 | - rdfs:range COR:CORelement . | ||
299 | 297 | ||
300 | ILAP:hasPlanAsset | 298 | ILAP:hasPlanAsset |
301 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | 299 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . |
302 | 300 | ||
301 | +ILAP:hasTimeNow | ||
302 | + rdf:type owl:DatatypeProperty ; | ||
303 | + rdfs:label "has time now"^^xsd:string ; | ||
304 | + rdfs:range xsd:date . | ||
305 | + | ||
303 | COR:CORelement | 306 | COR:CORelement |
304 | rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass . | 307 | rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass . | ... | ... |
This diff is collapsed. Click to expand it.
File moved
... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
9 | : rdf:type owl:Ontology ; | 9 | : rdf:type owl:Ontology ; |
10 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 10 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
11 | 11 | ||
12 | -:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 12 | +:BAA rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
13 | rdfs:label "Business area agreement"^^xsd:string ; | 13 | rdfs:label "Business area agreement"^^xsd:string ; |
14 | rdfs:subClassOf :NPDelement . | 14 | rdfs:subClassOf :NPDelement . |
15 | 15 | ||
... | @@ -26,12 +26,12 @@ | ... | @@ -26,12 +26,12 @@ |
26 | rdfs:label "Eldfisk C"^^xsd:string . | 26 | rdfs:label "Eldfisk C"^^xsd:string . |
27 | 27 | ||
28 | :Facility | 28 | :Facility |
29 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | 29 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; |
30 | rdfs:label "Facility"^^xsd:string ; | 30 | rdfs:label "Facility"^^xsd:string ; |
31 | rdfs:subClassOf :NPDelement . | 31 | rdfs:subClassOf :NPDelement . |
32 | 32 | ||
33 | :Field | 33 | :Field |
34 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 34 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
35 | rdfs:label "Field"^^xsd:string ; | 35 | rdfs:label "Field"^^xsd:string ; |
36 | rdfs:subClassOf :NPDelement . | 36 | rdfs:subClassOf :NPDelement . |
37 | 37 | ||
... | @@ -52,16 +52,16 @@ | ... | @@ -52,16 +52,16 @@ |
52 | rdfs:label "License 1"^^xsd:string . | 52 | rdfs:label "License 1"^^xsd:string . |
53 | 53 | ||
54 | :NPDelement | 54 | :NPDelement |
55 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | 55 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; |
56 | rdfs:label "Petroleum register element"^^xsd:string ; | 56 | rdfs:label "Petroleum register element"^^xsd:string ; |
57 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> . | 57 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing . |
58 | 58 | ||
59 | :PipelineFacility | 59 | :PipelineFacility |
60 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | 60 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; |
61 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | 61 | + rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . |
62 | 62 | ||
63 | :ProductionLicense | 63 | :ProductionLicense |
64 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 64 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
65 | rdfs:label "License"^^xsd:string ; | 65 | rdfs:label "License"^^xsd:string ; |
66 | rdfs:subClassOf :NPDelement . | 66 | rdfs:subClassOf :NPDelement . |
67 | 67 | ||
... | @@ -76,6 +76,11 @@ | ... | @@ -76,6 +76,11 @@ |
76 | rdf:type :Field ; | 76 | rdf:type :Field ; |
77 | rdfs:label "Statfjord"^^xsd:string . | 77 | rdfs:label "Statfjord"^^xsd:string . |
78 | 78 | ||
79 | +:StatfjordA | ||
80 | + rdf:type owl:Class ; | ||
81 | + rdfs:label "Statfjord a"^^xsd:string ; | ||
82 | + rdfs:subClassOf :SurfaceFacility . | ||
83 | + | ||
79 | :StatfjordB | 84 | :StatfjordB |
80 | rdf:type :SurfaceFacility ; | 85 | rdf:type :SurfaceFacility ; |
81 | rdfs:label "Statfjord B"^^xsd:string . | 86 | rdfs:label "Statfjord B"^^xsd:string . |
... | @@ -84,16 +89,16 @@ | ... | @@ -84,16 +89,16 @@ |
84 | rdf:type :SubsurfaceFacility . | 89 | rdf:type :SubsurfaceFacility . |
85 | 90 | ||
86 | :SubsurfaceFacility | 91 | :SubsurfaceFacility |
87 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | 92 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; |
88 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | 93 | + rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . |
89 | 94 | ||
90 | :SurfaceFacility | 95 | :SurfaceFacility |
91 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | 96 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; |
92 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | 97 | + rdfs:subClassOf :Facility , <http://posccaesar.org/rdl/RDS1750613511> . |
93 | 98 | ||
94 | :WellBore | 99 | :WellBore |
95 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ; | 100 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> ; |
96 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement . | 101 | + rdfs:subClassOf :NPDelement , <http://posccaesar.org/rdl/RDS1714464911> . |
97 | 102 | ||
98 | :WellBore_1 | 103 | :WellBore_1 |
99 | rdf:type :WellBore . | 104 | rdf:type :WellBore . | ... | ... |
... | @@ -106,6 +106,13 @@ UC1:CurrentSchedule_1 | ... | @@ -106,6 +106,13 @@ UC1:CurrentSchedule_1 |
106 | ILAP:hasSchedulePlan | 106 | ILAP:hasSchedulePlan |
107 | UC1:ProjectPlan_1 . | 107 | UC1:ProjectPlan_1 . |
108 | 108 | ||
109 | +UC1:ExternalReference_1 | ||
110 | + rdf:type ILAP:ExternalReference ; | ||
111 | + rdfs:label "External reference 1"^^xsd:string ; | ||
112 | + ILAP:hasReferenceApplication | ||
113 | + ILAP:SAP ; | ||
114 | + ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string . | ||
115 | + | ||
109 | UC1:LiveSchedule_1 | 116 | UC1:LiveSchedule_1 |
110 | rdf:type ILAP:LiveSchedule ; | 117 | rdf:type ILAP:LiveSchedule ; |
111 | rdfs:label "Live schedule 1"^^xsd:string ; | 118 | rdfs:label "Live schedule 1"^^xsd:string ; |
... | @@ -142,13 +149,13 @@ UC1:Profile_1 | ... | @@ -142,13 +149,13 @@ UC1:Profile_1 |
142 | rdf:type ILAP:Profile ; | 149 | rdf:type ILAP:Profile ; |
143 | rdfs:label "Profile 1"^^xsd:string ; | 150 | rdfs:label "Profile 1"^^xsd:string ; |
144 | ILAP:hasProfilePoint | 151 | ILAP:hasProfilePoint |
145 | - ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 . | 152 | + ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 . |
146 | 153 | ||
147 | UC1:ProjectPlan_1 | 154 | UC1:ProjectPlan_1 |
148 | rdf:type ILAP:ProjectPlan ; | 155 | rdf:type ILAP:ProjectPlan ; |
149 | rdfs:label "Project plan 1"^^xsd:string ; | 156 | rdfs:label "Project plan 1"^^xsd:string ; |
150 | ILAP:hasPlanUserField | 157 | ILAP:hasPlanUserField |
151 | - <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> . | 158 | + <http://data.posccaesar.org/NCS_PLANNING/UserField_1> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_3> . |
152 | 159 | ||
153 | UC1:Project_1 | 160 | UC1:Project_1 |
154 | rdf:type ILAP:Project ; | 161 | rdf:type ILAP:Project ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment