Showing
3 changed files
with
24 additions
and
6 deletions
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-equipment> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-equipment> |
14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-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#ChokeValve> | 18 | <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> |
... | @@ -25,7 +25,7 @@ ep-prodeqt:BlockValve | ... | @@ -25,7 +25,7 @@ ep-prodeqt:BlockValve |
25 | rdfs:subClassOf ep-prodeqt:Valve . | 25 | rdfs:subClassOf ep-prodeqt:Valve . |
26 | 26 | ||
27 | ep-prodeqt:ClosedValve | 27 | ep-prodeqt:ClosedValve |
28 | - rdf:type ep-prodeqt:ValveOpenClosedType , owl:Class ; | 28 | + rdf:type owl:Class , ep-prodeqt:ValveOpenClosedType ; |
29 | rdfs:comment "valve that is closed"^^xsd:string ; | 29 | rdfs:comment "valve that is closed"^^xsd:string ; |
30 | rdfs:label "closed valve"^^xsd:string ; | 30 | rdfs:label "closed valve"^^xsd:string ; |
31 | rdfs:subClassOf ep-prodeqt:Valve ; | 31 | rdfs:subClassOf ep-prodeqt:Valve ; |
... | @@ -49,7 +49,7 @@ ep-prodeqt:GasLiftChoke | ... | @@ -49,7 +49,7 @@ ep-prodeqt:GasLiftChoke |
49 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 49 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
50 | 50 | ||
51 | ep-prodeqt:OpenValve | 51 | ep-prodeqt:OpenValve |
52 | - rdf:type ep-prodeqt:ValveOpenClosedType , owl:Class ; | 52 | + rdf:type owl:Class , ep-prodeqt:ValveOpenClosedType ; |
53 | rdfs:comment "valve that is open"^^xsd:string ; | 53 | rdfs:comment "valve that is open"^^xsd:string ; |
54 | rdfs:label "open valve"^^xsd:string ; | 54 | rdfs:label "open valve"^^xsd:string ; |
55 | rdfs:subClassOf ep-prodeqt:Valve ; | 55 | rdfs:subClassOf ep-prodeqt:Valve ; |
... | @@ -97,23 +97,41 @@ ep-prodeqt:WingValve | ... | @@ -97,23 +97,41 @@ ep-prodeqt:WingValve |
97 | rdfs:subClassOf ep-prodeqt:Valve . | 97 | rdfs:subClassOf ep-prodeqt:Valve . |
98 | 98 | ||
99 | ep-prodeqt:areaOpen | 99 | ep-prodeqt:areaOpen |
100 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 100 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
101 | rdfs:comment "open area for a valve"^^xsd:string ; | 101 | rdfs:comment "open area for a valve"^^xsd:string ; |
102 | rdfs:domain ep-prodeqt:Valve ; | 102 | rdfs:domain ep-prodeqt:Valve ; |
103 | rdfs:label "area open"^^xsd:string ; | 103 | rdfs:label "area open"^^xsd:string ; |
104 | rdfs:range ep-core:Area . | 104 | rdfs:range ep-core:Area . |
105 | 105 | ||
106 | ep-prodeqt:areaOpenFraction | 106 | ep-prodeqt:areaOpenFraction |
107 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 107 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
108 | rdfs:domain ep-prodeqt:Valve ; | 108 | rdfs:domain ep-prodeqt:Valve ; |
109 | rdfs:label "area open fraction"^^xsd:string ; | 109 | rdfs:label "area open fraction"^^xsd:string ; |
110 | rdfs:range ep-core:AreaPerArea . | 110 | rdfs:range ep-core:AreaPerArea . |
111 | 111 | ||
112 | ep-prodeqt:hasCaptain | 112 | ep-prodeqt:hasCaptain |
113 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 113 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
114 | rdfs:label "has captain"^^xsd:string ; | 114 | rdfs:label "has captain"^^xsd:string ; |
115 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . | 115 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . |
116 | 116 | ||
117 | +ep-prodeqt:tankFreeVolume | ||
118 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
119 | + rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; | ||
120 | + rdfs:label "tank free volume"^^xsd:string ; | ||
121 | + rdfs:range ep-core:Volume . | ||
122 | + | ||
123 | +ep-prodeqt:tankHeightUsed | ||
124 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
125 | + rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; | ||
126 | + rdfs:label "tank height used"^^xsd:string ; | ||
127 | + rdfs:range ep-core:Length . | ||
128 | + | ||
129 | +ep-prodeqt:tankHeightUsedFraction | ||
130 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | ||
131 | + rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; | ||
132 | + rdfs:label "tank height used fraction"^^xsd:string ; | ||
133 | + rdfs:range ep-core:LengthPerLength . | ||
134 | + | ||
117 | ep-prodfac:Pipeline | 135 | ep-prodfac:Pipeline |
118 | rdf:type owl:Class ; | 136 | rdf:type owl:Class ; |
119 | rdfs:label "pipeline"^^xsd:string ; | 137 | rdfs:label "pipeline"^^xsd:string ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment