David Leal

Documentation of flows for RDL

...@@ -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/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; 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> ;
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>
...@@ -67,8 +67,9 @@ ...@@ -67,8 +67,9 @@
67 67
68 <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> 68 <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves>
69 rdf:type owl:Class ; 69 rdf:type owl:Class ;
70 + rdfs:comment "flow that is of energy in the form of surface waves"^^xsd:string ;
70 rdfs:label "surface waves"^^xsd:string ; 71 rdfs:label "surface waves"^^xsd:string ;
71 - rdfs:subClassOf ep-core:PhysicalFeature . 72 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/flow#Flow> .
72 73
73 <http://www.reportinghub.no/ep/schema/facility#Template> 74 <http://www.reportinghub.no/ep/schema/facility#Template>
74 rdf:type ep-prodfac:ReportingFacilityType . 75 rdf:type ep-prodfac:ReportingFacilityType .
...@@ -77,49 +78,49 @@ ...@@ -77,49 +78,49 @@
77 rdf:type ep-prodfac:ReportingFacilityType . 78 rdf:type ep-prodfac:ReportingFacilityType .
78 79
79 <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> 80 <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight>
80 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 81 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
81 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 82 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
82 rdfs:label "average highest third wave height"^^xsd:string ; 83 rdfs:label "average highest third wave height"^^xsd:string ;
83 rdfs:range ep-core:Length . 84 rdfs:range ep-core:Length .
84 85
85 <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> 86 <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight>
86 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 87 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
87 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 88 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
88 rdfs:label "average wave height"^^xsd:string ; 89 rdfs:label "average wave height"^^xsd:string ;
89 rdfs:range ep-core:Length . 90 rdfs:range ep-core:Length .
90 91
91 <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> 92 <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight>
92 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 93 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
93 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; 94 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ;
94 rdfs:label "cloud ceiling height"^^xsd:string ; 95 rdfs:label "cloud ceiling height"^^xsd:string ;
95 rdfs:range ep-core:Length . 96 rdfs:range ep-core:Length .
96 97
97 <http://www.reportinghub.no/ep/schema/facility#facilityOperator> 98 <http://www.reportinghub.no/ep/schema/facility#facilityOperator>
98 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 99 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
99 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 100 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
100 rdfs:label "facility operator"^^xsd:string ; 101 rdfs:label "facility operator"^^xsd:string ;
101 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 102 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
102 103
103 <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> 104 <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight>
104 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 105 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
105 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 106 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
106 rdfs:label "maximum wave height"^^xsd:string ; 107 rdfs:label "maximum wave height"^^xsd:string ;
107 rdfs:range ep-core:Length . 108 rdfs:range ep-core:Length .
108 109
109 <http://www.reportinghub.no/ep/schema/facility#period> 110 <http://www.reportinghub.no/ep/schema/facility#period>
110 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 111 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
111 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 112 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
112 rdfs:label "period"^^xsd:string ; 113 rdfs:label "period"^^xsd:string ;
113 rdfs:range ep-core:Length . 114 rdfs:range ep-core:Length .
114 115
115 <http://www.reportinghub.no/ep/schema/facility#visibility> 116 <http://www.reportinghub.no/ep/schema/facility#visibility>
116 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 117 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
117 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 118 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
118 rdfs:label "visibility"^^xsd:string ; 119 rdfs:label "visibility"^^xsd:string ;
119 rdfs:range ep-core:Length . 120 rdfs:range ep-core:Length .
120 121
121 <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> 122 <http://www.reportinghub.no/ep/schema/facility#windChillTemperature>
122 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 123 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
123 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 124 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
124 rdfs:label "wind chill temperature"^^xsd:string ; 125 rdfs:label "wind chill temperature"^^xsd:string ;
125 rdfs:range ep-core:Temperature . 126 rdfs:range ep-core:Temperature .
...@@ -264,7 +265,7 @@ ep-prodfac:numberOfPersonnelOnBoard ...@@ -264,7 +265,7 @@ ep-prodfac:numberOfPersonnelOnBoard
264 rdfs:range xsd:integer . 265 rdfs:range xsd:integer .
265 266
266 ep-prodfac:operatingTime 267 ep-prodfac:operatingTime
267 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 268 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
268 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 269 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
269 rdfs:label "operating time"^^xsd:string ; 270 rdfs:label "operating time"^^xsd:string ;
270 rdfs:range ep-core:TimeDuration . 271 rdfs:range ep-core:TimeDuration .
......
This diff could not be displayed because it is too large.