Showing
6 changed files
with
55 additions
and
3 deletions
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | 12 | ||
13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> |
14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
17 | 17 | ||
18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> | 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> |
... | @@ -33,6 +33,11 @@ | ... | @@ -33,6 +33,11 @@ |
33 | <http://www.reportinghub.no/ep/schema/equipment#Tank> | 33 | <http://www.reportinghub.no/ep/schema/equipment#Tank> |
34 | rdf:type ep-prodfac:ReportingFacilityType . | 34 | rdf:type ep-prodfac:ReportingFacilityType . |
35 | 35 | ||
36 | +<http://www.reportinghub.no/ep/schema/facility#CloudCover> | ||
37 | + rdf:type owl:Class ; | ||
38 | + rdfs:label "cloud cover"^^xsd:string ; | ||
39 | + rdfs:subClassOf ep-core:PhysicalObject . | ||
40 | + | ||
36 | <http://www.reportinghub.no/ep/schema/facility#Completion> | 41 | <http://www.reportinghub.no/ep/schema/facility#Completion> |
37 | rdf:type ep-prodfac:ReportingFacilityType . | 42 | rdf:type ep-prodfac:ReportingFacilityType . |
38 | 43 | ||
... | @@ -60,18 +65,65 @@ | ... | @@ -60,18 +65,65 @@ |
60 | <http://www.reportinghub.no/ep/schema/facility#Reservoir> | 65 | <http://www.reportinghub.no/ep/schema/facility#Reservoir> |
61 | rdf:type ep-prodfac:ReportingFacilityType . | 66 | rdf:type ep-prodfac:ReportingFacilityType . |
62 | 67 | ||
68 | +<http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> | ||
69 | + rdf:type owl:Class ; | ||
70 | + rdfs:label "surface waves"^^xsd:string ; | ||
71 | + rdfs:subClassOf ep-core:PhysicalFeature . | ||
72 | + | ||
63 | <http://www.reportinghub.no/ep/schema/facility#Template> | 73 | <http://www.reportinghub.no/ep/schema/facility#Template> |
64 | rdf:type ep-prodfac:ReportingFacilityType . | 74 | rdf:type ep-prodfac:ReportingFacilityType . |
65 | 75 | ||
66 | <http://www.reportinghub.no/ep/schema/facility#Zone> | 76 | <http://www.reportinghub.no/ep/schema/facility#Zone> |
67 | rdf:type ep-prodfac:ReportingFacilityType . | 77 | rdf:type ep-prodfac:ReportingFacilityType . |
68 | 78 | ||
69 | -<http://www.reportinghub.no/ep/schema/facility#facilityOperator> | 79 | +<http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> |
80 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | ||
81 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | ||
82 | + rdfs:label "average highest third wave height"^^xsd:string ; | ||
83 | + rdfs:range ep-core:Length . | ||
84 | + | ||
85 | +<http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> | ||
70 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 86 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
87 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | ||
88 | + rdfs:label "average wave height"^^xsd:string ; | ||
89 | + rdfs:range ep-core:Length . | ||
90 | + | ||
91 | +<http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> | ||
92 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | ||
93 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | ||
94 | + rdfs:label "cloud ceiling height"^^xsd:string ; | ||
95 | + rdfs:range ep-core:Length . | ||
96 | + | ||
97 | +<http://www.reportinghub.no/ep/schema/facility#facilityOperator> | ||
98 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
71 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 99 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
72 | rdfs:label "facility operator"^^xsd:string ; | 100 | rdfs:label "facility operator"^^xsd:string ; |
73 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 101 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
74 | 102 | ||
103 | +<http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> | ||
104 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
105 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | ||
106 | + rdfs:label "maximum wave height"^^xsd:string ; | ||
107 | + rdfs:range ep-core:Length . | ||
108 | + | ||
109 | +<http://www.reportinghub.no/ep/schema/facility#period> | ||
110 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
111 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | ||
112 | + rdfs:label "period"^^xsd:string ; | ||
113 | + rdfs:range ep-core:Length . | ||
114 | + | ||
115 | +<http://www.reportinghub.no/ep/schema/facility#visibility> | ||
116 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
117 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
118 | + rdfs:label "visibility"^^xsd:string ; | ||
119 | + rdfs:range ep-core:Length . | ||
120 | + | ||
121 | +<http://www.reportinghub.no/ep/schema/facility#windChillTemperature> | ||
122 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
123 | + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
124 | + rdfs:label "wind chill temperature"^^xsd:string ; | ||
125 | + rdfs:range ep-core:Temperature . | ||
126 | + | ||
75 | <http://www.reportinghub.no/ep/schema/geography#Country> | 127 | <http://www.reportinghub.no/ep/schema/geography#Country> |
76 | rdf:type ep-prodfac:ReportingFacilityType . | 128 | rdf:type ep-prodfac:ReportingFacilityType . |
77 | 129 | ||
... | @@ -212,7 +264,7 @@ ep-prodfac:numberOfPersonnelOnBoard | ... | @@ -212,7 +264,7 @@ ep-prodfac:numberOfPersonnelOnBoard |
212 | rdfs:range xsd:integer . | 264 | rdfs:range xsd:integer . |
213 | 265 | ||
214 | ep-prodfac:operatingTime | 266 | ep-prodfac:operatingTime |
215 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 267 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
216 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 268 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
217 | rdfs:label "operating time"^^xsd:string ; | 269 | rdfs:label "operating time"^^xsd:string ; |
218 | rdfs:range ep-core:TimeDuration . | 270 | rdfs:range ep-core:TimeDuration . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment