Showing
4 changed files
with
67 additions
and
22 deletions
1 | -# Saved by TopBraid on Sun Oct 09 11:03:49 BST 2011 | 1 | +# Saved by TopBraid on Sun Oct 09 15:34:41 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/flow | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/flow |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
4 | 4 | ||
... | @@ -13,73 +13,98 @@ | ... | @@ -13,73 +13,98 @@ |
13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
15 | 15 | ||
16 | +ep-flow:AllocatedFlow | ||
17 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | ||
18 | + rdfs:label "allocated flow"^^xsd:string ; | ||
19 | + rdfs:subClassOf ep-flow:Flow . | ||
20 | + | ||
21 | +ep-flow:BudgetFlow | ||
22 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | ||
23 | + rdfs:label "budget flow"^^xsd:string ; | ||
24 | + rdfs:subClassOf ep-flow:Flow . | ||
25 | + | ||
26 | +ep-flow:ConstraintFlow | ||
27 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | ||
28 | + rdfs:label "constraint flow"^^xsd:string ; | ||
29 | + rdfs:subClassOf ep-flow:Flow . | ||
30 | + | ||
16 | ep-flow:Consume | 31 | ep-flow:Consume |
17 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 32 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
18 | rdfs:label "consume"^^xsd:string ; | 33 | rdfs:label "consume"^^xsd:string ; |
19 | rdfs:subClassOf ep-flow:Flow . | 34 | rdfs:subClassOf ep-flow:Flow . |
20 | 35 | ||
21 | ep-flow:Consume-HPflare | 36 | ep-flow:Consume-HPflare |
22 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 37 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
23 | rdfs:label "consume - HP flare"^^xsd:string ; | 38 | rdfs:label "consume - HP flare"^^xsd:string ; |
24 | rdfs:subClassOf ep-flow:Consume-flare . | 39 | rdfs:subClassOf ep-flow:Consume-flare . |
25 | 40 | ||
26 | ep-flow:Consume-LPflare | 41 | ep-flow:Consume-LPflare |
27 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 42 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
28 | rdfs:label "consume - LP flare"^^xsd:string ; | 43 | rdfs:label "consume - LP flare"^^xsd:string ; |
29 | rdfs:subClassOf ep-flow:Consume-flare . | 44 | rdfs:subClassOf ep-flow:Consume-flare . |
30 | 45 | ||
31 | ep-flow:Consume-blackstart | 46 | ep-flow:Consume-blackstart |
32 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 47 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
33 | rdfs:label "consume - blackstart"^^xsd:string ; | 48 | rdfs:label "consume - blackstart"^^xsd:string ; |
34 | rdfs:subClassOf ep-flow:Consume . | 49 | rdfs:subClassOf ep-flow:Consume . |
35 | 50 | ||
36 | ep-flow:Consume-compressor | 51 | ep-flow:Consume-compressor |
37 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 52 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
38 | rdfs:label "consume - compressor"^^xsd:string ; | 53 | rdfs:label "consume - compressor"^^xsd:string ; |
39 | rdfs:subClassOf ep-flow:Consume . | 54 | rdfs:subClassOf ep-flow:Consume . |
40 | 55 | ||
41 | ep-flow:Consume-emitted | 56 | ep-flow:Consume-emitted |
42 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 57 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
43 | rdfs:label "consume - emitted"^^xsd:string ; | 58 | rdfs:label "consume - emitted"^^xsd:string ; |
44 | rdfs:subClassOf ep-flow:Consume . | 59 | rdfs:subClassOf ep-flow:Consume . |
45 | 60 | ||
46 | ep-flow:Consume-flare | 61 | ep-flow:Consume-flare |
47 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 62 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
48 | rdfs:label "consume - flare"^^xsd:string ; | 63 | rdfs:label "consume - flare"^^xsd:string ; |
49 | rdfs:subClassOf ep-flow:Consume . | 64 | rdfs:subClassOf ep-flow:Consume . |
50 | 65 | ||
51 | ep-flow:Consume-fuel | 66 | ep-flow:Consume-fuel |
52 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 67 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
53 | rdfs:label "consume - fuel"^^xsd:string ; | 68 | rdfs:label "consume - fuel"^^xsd:string ; |
54 | rdfs:subClassOf ep-flow:Consume . | 69 | rdfs:subClassOf ep-flow:Consume . |
55 | 70 | ||
56 | ep-flow:Consume-noncompressor | 71 | ep-flow:Consume-noncompressor |
57 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 72 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
58 | rdfs:label "consume - non-compressor"^^xsd:string ; | 73 | rdfs:label "consume - non-compressor"^^xsd:string ; |
59 | rdfs:subClassOf ep-flow:Consume . | 74 | rdfs:subClassOf ep-flow:Consume . |
60 | 75 | ||
61 | ep-flow:Consume-venting | 76 | ep-flow:Consume-venting |
62 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 77 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
63 | rdfs:label "consume - venting"^^xsd:string ; | 78 | rdfs:label "consume - venting"^^xsd:string ; |
64 | rdfs:subClassOf ep-flow:Consume . | 79 | rdfs:subClassOf ep-flow:Consume . |
65 | 80 | ||
81 | +ep-flow:DerivedFlow | ||
82 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | ||
83 | + rdfs:label "derived flow"^^xsd:string ; | ||
84 | + rdfs:subClassOf ep-flow:Flow . | ||
85 | + | ||
86 | +ep-flow:EstimatedFlow | ||
87 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | ||
88 | + rdfs:label "estimated flow"^^xsd:string ; | ||
89 | + rdfs:subClassOf ep-flow:Flow . | ||
90 | + | ||
66 | ep-flow:Export | 91 | ep-flow:Export |
67 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 92 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
68 | rdfs:label "export"^^xsd:string ; | 93 | rdfs:label "export"^^xsd:string ; |
69 | rdfs:subClassOf ep-flow:Flow . | 94 | rdfs:subClassOf ep-flow:Flow . |
70 | 95 | ||
71 | ep-flow:Export-nominated | 96 | ep-flow:Export-nominated |
72 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 97 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
73 | rdfs:label "export nominated"^^xsd:string ; | 98 | rdfs:label "export nominated"^^xsd:string ; |
74 | rdfs:subClassOf ep-flow:Export . | 99 | rdfs:subClassOf ep-flow:Export . |
75 | 100 | ||
76 | ep-flow:Export-requested | 101 | ep-flow:Export-requested |
77 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 102 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
78 | rdfs:label "export requested"^^xsd:string ; | 103 | rdfs:label "export requested"^^xsd:string ; |
79 | rdfs:subClassOf ep-flow:Export . | 104 | rdfs:subClassOf ep-flow:Export . |
80 | 105 | ||
81 | ep-flow:Export-shortfall | 106 | ep-flow:Export-shortfall |
82 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 107 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
83 | rdfs:label "export shortfall"^^xsd:string ; | 108 | rdfs:label "export shortfall"^^xsd:string ; |
84 | rdfs:subClassOf ep-flow:Export . | 109 | rdfs:subClassOf ep-flow:Export . |
85 | 110 | ||
... | @@ -89,32 +114,37 @@ ep-flow:Flow | ... | @@ -89,32 +114,37 @@ ep-flow:Flow |
89 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . | 114 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . |
90 | 115 | ||
91 | ep-flow:Gaslift | 116 | ep-flow:Gaslift |
92 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 117 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
93 | rdfs:label "gas lift"^^xsd:string ; | 118 | rdfs:label "gas lift"^^xsd:string ; |
94 | rdfs:subClassOf ep-flow:Flow . | 119 | rdfs:subClassOf ep-flow:Flow . |
95 | 120 | ||
96 | ep-flow:Import | 121 | ep-flow:Import |
97 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 122 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
98 | rdfs:label "import"^^xsd:string ; | 123 | rdfs:label "import"^^xsd:string ; |
99 | rdfs:subClassOf ep-flow:Flow . | 124 | rdfs:subClassOf ep-flow:Flow . |
100 | 125 | ||
101 | ep-flow:Injection | 126 | ep-flow:Injection |
102 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 127 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
103 | rdfs:label "injection"^^xsd:string ; | 128 | rdfs:label "injection"^^xsd:string ; |
104 | rdfs:subClassOf ep-flow:Flow . | 129 | rdfs:subClassOf ep-flow:Flow . |
105 | 130 | ||
106 | ep-flow:Inventory | 131 | ep-flow:Inventory |
107 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 132 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
108 | rdfs:label "inventory"^^xsd:string ; | 133 | rdfs:label "inventory"^^xsd:string ; |
109 | rdfs:subClassOf ep-flow:Flow . | 134 | rdfs:subClassOf ep-flow:Flow . |
110 | 135 | ||
136 | +ep-flow:MeasuredFlow | ||
137 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | ||
138 | + rdfs:label "measured flow"^^xsd:string ; | ||
139 | + rdfs:subClassOf ep-flow:Flow . | ||
140 | + | ||
111 | ep-flow:Overboard | 141 | ep-flow:Overboard |
112 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 142 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
113 | rdfs:label "overboard"^^xsd:string ; | 143 | rdfs:label "overboard"^^xsd:string ; |
114 | rdfs:subClassOf ep-flow:Flow . | 144 | rdfs:subClassOf ep-flow:Flow . |
115 | 145 | ||
116 | ep-flow:Production | 146 | ep-flow:Production |
117 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 147 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
118 | rdfs:label "production"^^xsd:string ; | 148 | rdfs:label "production"^^xsd:string ; |
119 | rdfs:subClassOf ep-flow:Flow . | 149 | rdfs:subClassOf ep-flow:Flow . |
120 | 150 | ||
... | @@ -123,7 +153,22 @@ ep-flow:ProductionFlow | ... | @@ -123,7 +153,22 @@ ep-flow:ProductionFlow |
123 | rdfs:label "production flow"^^xsd:string ; | 153 | rdfs:label "production flow"^^xsd:string ; |
124 | rdfs:subClassOf ep-flow:Flow . | 154 | rdfs:subClassOf ep-flow:Flow . |
125 | 155 | ||
156 | +ep-flow:ProductionFlowDefinitionType | ||
157 | + rdf:type rdfs:Class ; | ||
158 | + rdfs:label " production flow definition type"^^xsd:string ; | ||
159 | + rdfs:subClassOf rdfs:Class . | ||
160 | + | ||
126 | ep-flow:ProductionFlowPurposeType | 161 | ep-flow:ProductionFlowPurposeType |
127 | rdf:type rdfs:Class ; | 162 | rdf:type rdfs:Class ; |
128 | rdfs:label " production flow purpose type"^^xsd:string ; | 163 | rdfs:label " production flow purpose type"^^xsd:string ; |
129 | rdfs:subClassOf rdfs:Class . | 164 | rdfs:subClassOf rdfs:Class . |
165 | + | ||
166 | +ep-flow:QuotaFlow | ||
167 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | ||
168 | + rdfs:label "quota flow"^^xsd:string ; | ||
169 | + rdfs:subClassOf ep-flow:Flow . | ||
170 | + | ||
171 | +ep-flow:SimulatedFlow | ||
172 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | ||
173 | + rdfs:label "simulated flow"^^xsd:string ; | ||
174 | + rdfs:subClassOf ep-flow:Flow . | ... | ... |
This diff could not be displayed because it is too large.
1 | -# Saved by TopBraid on Sun Oct 09 15:13:05 BST 2011 | 1 | +# Saved by TopBraid on Sun Oct 09 16:28:54 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment