Showing
4 changed files
with
146 additions
and
29 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 . | ... | ... |
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: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
21 | 21 | ||
22 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 22 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
23 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
24 | - owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; | 24 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> ; |
25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
26 | 26 | ||
27 | ep-dpr-spin-lib:Function | 27 | ep-dpr-spin-lib:Function |
... | @@ -256,13 +256,83 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -256,13 +256,83 @@ ep-dpr-spin-lib:selectProductionFacilityType |
256 | ]) | 256 | ]) |
257 | ] . | 257 | ] . |
258 | 258 | ||
259 | +ep-dpr-spin-lib:selectProductionFlowDefinitionType | ||
260 | + rdf:type spin:Function ; | ||
261 | + rdfs:label "select ProductionFlowDefinitionType"^^xsd:string ; | ||
262 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
263 | + spin:body | ||
264 | + [ rdf:type sp:Select ; | ||
265 | + sp:resultVariables (_:b4) ; | ||
266 | + sp:where ([ rdf:type sp:Bind ; | ||
267 | + sp:expression | ||
268 | + [ rdf:type sp:if ; | ||
269 | + sp:arg1 [ rdf:type sp:eq ; | ||
270 | + sp:arg1 spin:_arg1 ; | ||
271 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FQ_allocated> | ||
272 | + ] ; | ||
273 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#AllocatedFlow> ; | ||
274 | + sp:arg3 [ rdf:type sp:if ; | ||
275 | + sp:arg1 [ rdf:type sp:eq ; | ||
276 | + sp:arg1 spin:_arg1 ; | ||
277 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FQ_budget> | ||
278 | + ] ; | ||
279 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#BudgetFlow> ; | ||
280 | + sp:arg3 [ rdf:type sp:if ; | ||
281 | + sp:arg1 [ rdf:type sp:eq ; | ||
282 | + sp:arg1 spin:_arg1 ; | ||
283 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FQ_constraint> | ||
284 | + ] ; | ||
285 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#ConstraintFlow> ; | ||
286 | + sp:arg3 [ rdf:type sp:if ; | ||
287 | + sp:arg1 [ rdf:type sp:eq ; | ||
288 | + sp:arg1 spin:_arg1 ; | ||
289 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FQ_derived> | ||
290 | + ] ; | ||
291 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#DerivedFlow> ; | ||
292 | + sp:arg3 [ rdf:type sp:if ; | ||
293 | + sp:arg1 [ rdf:type sp:eq ; | ||
294 | + sp:arg1 spin:_arg1 ; | ||
295 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FQ_estimate> | ||
296 | + ] ; | ||
297 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#EstimatedFlow> ; | ||
298 | + sp:arg3 [ rdf:type sp:if ; | ||
299 | + sp:arg1 [ rdf:type sp:eq ; | ||
300 | + sp:arg1 spin:_arg1 ; | ||
301 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FQ_measured> | ||
302 | + ] ; | ||
303 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MeasuredFlow> ; | ||
304 | + sp:arg3 [ rdf:type sp:if ; | ||
305 | + sp:arg1 [ rdf:type sp:eq ; | ||
306 | + sp:arg1 spin:_arg1 ; | ||
307 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FQ_quota> | ||
308 | + ] ; | ||
309 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#QuotaFlow> ; | ||
310 | + sp:arg3 [ rdf:type sp:if ; | ||
311 | + sp:arg1 [ rdf:type sp:eq ; | ||
312 | + sp:arg1 spin:_arg1 ; | ||
313 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#FQ_simulated> | ||
314 | + ] ; | ||
315 | + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#SimulatedFlow> ; | ||
316 | + sp:arg3 <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> | ||
317 | + ] | ||
318 | + ] | ||
319 | + ] | ||
320 | + ] | ||
321 | + ] | ||
322 | + ] | ||
323 | + ] | ||
324 | + ] ; | ||
325 | + sp:variable _:b4 | ||
326 | + ]) | ||
327 | + ] . | ||
328 | + | ||
259 | ep-dpr-spin-lib:selectProductionFlowPurposeType | 329 | ep-dpr-spin-lib:selectProductionFlowPurposeType |
260 | rdf:type spin:Function ; | 330 | rdf:type spin:Function ; |
261 | rdfs:label "select ProductionFlowPurposeType"^^xsd:string ; | 331 | rdfs:label "select ProductionFlowPurposeType"^^xsd:string ; |
262 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 332 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
263 | spin:body | 333 | spin:body |
264 | [ rdf:type sp:Select ; | 334 | [ rdf:type sp:Select ; |
265 | - sp:resultVariables (_:b4) ; | 335 | + sp:resultVariables (_:b5) ; |
266 | sp:where ([ rdf:type sp:Bind ; | 336 | sp:where ([ rdf:type sp:Bind ; |
267 | sp:expression | 337 | sp:expression |
268 | [ rdf:type sp:if ; | 338 | [ rdf:type sp:if ; |
... | @@ -413,14 +483,16 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -413,14 +483,16 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
413 | ] | 483 | ] |
414 | ] | 484 | ] |
415 | ] ; | 485 | ] ; |
416 | - sp:variable _:b4 | 486 | + sp:variable _:b5 |
417 | ]) | 487 | ]) |
418 | ] . | 488 | ] . |
419 | 489 | ||
420 | -_:b4 sp:varName "productionFlowPurposeType"^^xsd:string . | 490 | +_:b1 sp:varName "uri"^^xsd:string . |
491 | + | ||
492 | +_:b2 sp:varName "uri"^^xsd:string . | ||
421 | 493 | ||
422 | _:b3 sp:varName "productionFacilityType"^^xsd:string . | 494 | _:b3 sp:varName "productionFacilityType"^^xsd:string . |
423 | 495 | ||
424 | -_:b2 sp:varName "uri"^^xsd:string . | 496 | +_:b5 sp:varName "productionFlowPurposeType"^^xsd:string . |
425 | 497 | ||
426 | -_:b1 sp:varName "uri"^^xsd:string . | 498 | +_:b4 sp:varName "productionFlowDefinitionType"^^xsd:string . | ... | ... |
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