Showing
6 changed files
with
112 additions
and
19 deletions
| 1 | -# Saved by TopBraid on Sat Oct 08 12:07:59 BST 2011 | 1 | +# Saved by TopBraid on Sun Oct 09 11:03:49 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,7 +13,117 @@ | ... | @@ -13,7 +13,117 @@ |
| 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:Consume | ||
| 17 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 18 | + rdfs:label "consume"^^xsd:string ; | ||
| 19 | + rdfs:subClassOf ep-flow:Flow . | ||
| 20 | + | ||
| 21 | +ep-flow:Consume-HPflare | ||
| 22 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 23 | + rdfs:label "consume - HP flare"^^xsd:string ; | ||
| 24 | + rdfs:subClassOf ep-flow:Consume-flare . | ||
| 25 | + | ||
| 26 | +ep-flow:Consume-LPflare | ||
| 27 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 28 | + rdfs:label "consume - LP flare"^^xsd:string ; | ||
| 29 | + rdfs:subClassOf ep-flow:Consume-flare . | ||
| 30 | + | ||
| 31 | +ep-flow:Consume-blackstart | ||
| 32 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 33 | + rdfs:label "consume - blackstart"^^xsd:string ; | ||
| 34 | + rdfs:subClassOf ep-flow:Consume . | ||
| 35 | + | ||
| 36 | +ep-flow:Consume-compressor | ||
| 37 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 38 | + rdfs:label "consume - compressor"^^xsd:string ; | ||
| 39 | + rdfs:subClassOf ep-flow:Consume . | ||
| 40 | + | ||
| 41 | +ep-flow:Consume-emitted | ||
| 42 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 43 | + rdfs:label "consume - emitted"^^xsd:string ; | ||
| 44 | + rdfs:subClassOf ep-flow:Consume . | ||
| 45 | + | ||
| 46 | +ep-flow:Consume-flare | ||
| 47 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 48 | + rdfs:label "consume - flare"^^xsd:string ; | ||
| 49 | + rdfs:subClassOf ep-flow:Consume . | ||
| 50 | + | ||
| 51 | +ep-flow:Consume-fuel | ||
| 52 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 53 | + rdfs:label "consume - fuel"^^xsd:string ; | ||
| 54 | + rdfs:subClassOf ep-flow:Consume . | ||
| 55 | + | ||
| 56 | +ep-flow:Consume-noncompressor | ||
| 57 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 58 | + rdfs:label "consume - non-compressor"^^xsd:string ; | ||
| 59 | + rdfs:subClassOf ep-flow:Consume . | ||
| 60 | + | ||
| 61 | +ep-flow:Consume-venting | ||
| 62 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 63 | + rdfs:label "consume - venting"^^xsd:string ; | ||
| 64 | + rdfs:subClassOf ep-flow:Consume . | ||
| 65 | + | ||
| 66 | +ep-flow:Export | ||
| 67 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 68 | + rdfs:label "export"^^xsd:string ; | ||
| 69 | + rdfs:subClassOf ep-flow:Flow . | ||
| 70 | + | ||
| 71 | +ep-flow:Export-nominated | ||
| 72 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 73 | + rdfs:label "export nominated"^^xsd:string ; | ||
| 74 | + rdfs:subClassOf ep-flow:Export . | ||
| 75 | + | ||
| 76 | +ep-flow:Export-requested | ||
| 77 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 78 | + rdfs:label "export requested"^^xsd:string ; | ||
| 79 | + rdfs:subClassOf ep-flow:Export . | ||
| 80 | + | ||
| 81 | +ep-flow:Export-shortfall | ||
| 82 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 83 | + rdfs:label "export shortfall"^^xsd:string ; | ||
| 84 | + rdfs:subClassOf ep-flow:Export . | ||
| 85 | + | ||
| 16 | ep-flow:Flow | 86 | ep-flow:Flow |
| 17 | rdf:type owl:Class ; | 87 | rdf:type owl:Class ; |
| 18 | rdfs:label "flow"^^xsd:string ; | 88 | rdfs:label "flow"^^xsd:string ; |
| 19 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . | 89 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . |
| 90 | + | ||
| 91 | +ep-flow:Gaslift | ||
| 92 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 93 | + rdfs:label "gas lift"^^xsd:string ; | ||
| 94 | + rdfs:subClassOf ep-flow:Flow . | ||
| 95 | + | ||
| 96 | +ep-flow:Import | ||
| 97 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 98 | + rdfs:label "import"^^xsd:string ; | ||
| 99 | + rdfs:subClassOf ep-flow:Flow . | ||
| 100 | + | ||
| 101 | +ep-flow:Injection | ||
| 102 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 103 | + rdfs:label "injection"^^xsd:string ; | ||
| 104 | + rdfs:subClassOf ep-flow:Flow . | ||
| 105 | + | ||
| 106 | +ep-flow:Inventory | ||
| 107 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 108 | + rdfs:label "inventory"^^xsd:string ; | ||
| 109 | + rdfs:subClassOf ep-flow:Flow . | ||
| 110 | + | ||
| 111 | +ep-flow:Overboard | ||
| 112 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 113 | + rdfs:label "overboard"^^xsd:string ; | ||
| 114 | + rdfs:subClassOf ep-flow:Flow . | ||
| 115 | + | ||
| 116 | +ep-flow:Production | ||
| 117 | + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | ||
| 118 | + rdfs:label "production"^^xsd:string ; | ||
| 119 | + rdfs:subClassOf ep-flow:Flow . | ||
| 120 | + | ||
| 121 | +ep-flow:ProductionFlow | ||
| 122 | + rdf:type owl:Class ; | ||
| 123 | + rdfs:label "production flow"^^xsd:string ; | ||
| 124 | + rdfs:subClassOf ep-flow:Flow . | ||
| 125 | + | ||
| 126 | +ep-flow:ProductionFlowPurposeType | ||
| 127 | + rdf:type rdfs:Class ; | ||
| 128 | + rdfs:label " production flow purpose type"^^xsd:string ; | ||
| 129 | + rdfs:subClassOf rdfs:Class . | ... | ... |
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Sun Oct 09 10:30:44 BST 2011 | 1 | +# Saved by TopBraid on Sun Oct 09 10:52:22 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.
| 1 | -# Saved by TopBraid on Sat Oct 08 12:56:31 BST 2011 | ||
| 2 | -# baseURI: null | ||
| 3 | - | ||
| 4 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 5 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 6 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix visual: <http://topbraid.org/visual#> . | ||
| 11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | - | ||
| 13 | -[] rdf:type inference:Configuration ; | ||
| 14 | - composite:child | ||
| 15 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 16 | - composite:index "0"^^xsd:int | ||
| 17 | - ] . |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment