Showing
15 changed files
with
92 additions
and
159 deletions
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Sat Sep 24 11:51:40 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:43:01 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#> . | ... | ... |
| 1 | -# Saved by TopBraid on Sat Sep 24 12:37:32 BST 2011 | 1 | +# Saved by TopBraid on Sun Sep 25 12:02:02 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | # imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | 3 | # imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model |
| 4 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 4 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| ... | @@ -74,6 +74,11 @@ ep-core:Scale | ... | @@ -74,6 +74,11 @@ ep-core:Scale |
| 74 | rdfs:label "scale"^^xsd:string ; | 74 | rdfs:label "scale"^^xsd:string ; |
| 75 | rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . | 75 | rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . |
| 76 | 76 | ||
| 77 | +ep-core:SpecificMass | ||
| 78 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 79 | + rdfs:label "specific mass"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf owl:Class . | ||
| 81 | + | ||
| 77 | ep-core:SpecificVolume | 82 | ep-core:SpecificVolume |
| 78 | rdf:type rdfs:Class , ep-core:PropertySpace ; | 83 | rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 79 | rdfs:label "specific volume"^^xsd:string ; | 84 | rdfs:label "specific volume"^^xsd:string ; |
| ... | @@ -104,6 +109,11 @@ ep-core:Volume | ... | @@ -104,6 +109,11 @@ ep-core:Volume |
| 104 | rdfs:label "volume"^^xsd:string ; | 109 | rdfs:label "volume"^^xsd:string ; |
| 105 | rdfs:subClassOf owl:Class . | 110 | rdfs:subClassOf owl:Class . |
| 106 | 111 | ||
| 112 | +ep-core:VolumetricFlowRate | ||
| 113 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 114 | + rdfs:label "volumetric flow rate"^^xsd:string ; | ||
| 115 | + rdfs:subClassOf owl:Class . | ||
| 116 | + | ||
| 107 | ep-core:YieldPoint | 117 | ep-core:YieldPoint |
| 108 | rdf:type rdfs:Class , ep-core:PropertySpace ; | 118 | rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 109 | rdfs:label "yield point"^^xsd:string ; | 119 | rdfs:label "yield point"^^xsd:string ; |
| ... | @@ -179,6 +189,11 @@ ep-core:footUS | ... | @@ -179,6 +189,11 @@ ep-core:footUS |
| 179 | rdfs:domain ep-core:Length ; | 189 | rdfs:domain ep-core:Length ; |
| 180 | rdfs:label "foot (US survey)"^^xsd:string . | 190 | rdfs:label "foot (US survey)"^^xsd:string . |
| 181 | 191 | ||
| 192 | +ep-core:fractionByVolume | ||
| 193 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 194 | + rdfs:domain ep-core:SpecificVolume ; | ||
| 195 | + rdfs:label "fraction by volume"^^xsd:string . | ||
| 196 | + | ||
| 182 | ep-core:gram_cm-3 | 197 | ep-core:gram_cm-3 |
| 183 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 198 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 184 | rdfs:label "gram cm-3"^^xsd:string . | 199 | rdfs:label "gram cm-3"^^xsd:string . |
| ... | @@ -208,6 +223,12 @@ ep-core:hour | ... | @@ -208,6 +223,12 @@ ep-core:hour |
| 208 | rdfs:domain ep-core:TimeDuration ; | 223 | rdfs:domain ep-core:TimeDuration ; |
| 209 | rdfs:label "hour"^^xsd:string . | 224 | rdfs:label "hour"^^xsd:string . |
| 210 | 225 | ||
| 226 | +ep-core:humanRecognizableName | ||
| 227 | + rdf:type owl:DatatypeProperty ; | ||
| 228 | + rdfs:label "human recognizable name"^^xsd:string ; | ||
| 229 | + rdfs:range xsd:string ; | ||
| 230 | + rdfs:subPropertyOf ep-core:name . | ||
| 231 | + | ||
| 211 | ep-core:inch | 232 | ep-core:inch |
| 212 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 233 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 213 | rdfs:domain ep-core:Length ; | 234 | rdfs:domain ep-core:Length ; |
| ... | @@ -253,6 +274,20 @@ ep-core:metre_hour-1 | ... | @@ -253,6 +274,20 @@ ep-core:metre_hour-1 |
| 253 | rdfs:domain ep-core:Speed ; | 274 | rdfs:domain ep-core:Speed ; |
| 254 | rdfs:label "metre hour-1"^^xsd:string . | 275 | rdfs:label "metre hour-1"^^xsd:string . |
| 255 | 276 | ||
| 277 | +ep-core:millimeter | ||
| 278 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 279 | + rdfs:domain ep-core:Length ; | ||
| 280 | + rdfs:label "millimetre"^^xsd:string . | ||
| 281 | + | ||
| 282 | +ep-core:million_metre3 | ||
| 283 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 284 | + rdfs:label "million metre3"^^xsd:string . | ||
| 285 | + | ||
| 286 | +ep-core:million_metre3_day-1 | ||
| 287 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 288 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 289 | + rdfs:label "million metre3 day-1"^^xsd:string . | ||
| 290 | + | ||
| 256 | ep-core:minute | 291 | ep-core:minute |
| 257 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 292 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 258 | rdfs:domain ep-core:TimeDuration ; | 293 | rdfs:domain ep-core:TimeDuration ; |
| ... | @@ -300,6 +335,11 @@ ep-core:partOf | ... | @@ -300,6 +335,11 @@ ep-core:partOf |
| 300 | rdfs:range ep-core:PhysicalThing ; | 335 | rdfs:range ep-core:PhysicalThing ; |
| 301 | owl:inverseOf ep-core:hasPart . | 336 | owl:inverseOf ep-core:hasPart . |
| 302 | 337 | ||
| 338 | +ep-core:partPerMillion | ||
| 339 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 340 | + rdfs:domain ep-core:SpecificMass ; | ||
| 341 | + rdfs:label "ppm"^^xsd:string . | ||
| 342 | + | ||
| 303 | ep-core:partPerMillionByVolume | 343 | ep-core:partPerMillionByVolume |
| 304 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 344 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 305 | rdfs:domain ep-core:SpecificVolume ; | 345 | rdfs:domain ep-core:SpecificVolume ; | ... | ... |
| 1 | -# Saved by TopBraid on Sat Sep 24 10:29:25 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:23:53 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 6 | 6 | ||
| 7 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 7 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 8 | @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | 8 | @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | ||
| 14 | <http://www.reportinghub.no/ep/schema/1.0/equipment> | 14 | <http://www.reportinghub.no/ep/schema/1.0/equipment> |
| 15 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
| 16 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 17 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
| 18 | 18 | ||
| 19 | ep-core:PhysicalThing | 19 | ep-core:PhysicalThing |
| ... | @@ -30,10 +30,10 @@ ep-eqt:BlowOutPreventer | ... | @@ -30,10 +30,10 @@ ep-eqt:BlowOutPreventer |
| 30 | rdfs:subClassOf ep-eqt:Equipment . | 30 | rdfs:subClassOf ep-eqt:Equipment . |
| 31 | 31 | ||
| 32 | ep-eqt:Casing | 32 | ep-eqt:Casing |
| 33 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 33 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 34 | rdfs:label "casing"^^xsd:string ; | 34 | rdfs:label "casing"^^xsd:string ; |
| 35 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 35 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 36 | - owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . | 36 | + owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . |
| 37 | 37 | ||
| 38 | ep-eqt:CasingLinerTubing | 38 | ep-eqt:CasingLinerTubing |
| 39 | rdf:type owl:Class ; | 39 | rdf:type owl:Class ; |
| ... | @@ -57,7 +57,7 @@ ep-eqt:CasingRoleType | ... | @@ -57,7 +57,7 @@ ep-eqt:CasingRoleType |
| 57 | ep-eqt:CasingString | 57 | ep-eqt:CasingString |
| 58 | rdf:type owl:Class ; | 58 | rdf:type owl:Class ; |
| 59 | rdfs:label "casing string"^^xsd:string ; | 59 | rdfs:label "casing string"^^xsd:string ; |
| 60 | - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . | 60 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . |
| 61 | 61 | ||
| 62 | ep-eqt:ChokeValve | 62 | ep-eqt:ChokeValve |
| 63 | rdf:type owl:Class ; | 63 | rdf:type owl:Class ; |
| ... | @@ -98,25 +98,25 @@ ep-eqt:InnerBarrel-aluminum | ... | @@ -98,25 +98,25 @@ ep-eqt:InnerBarrel-aluminum |
| 98 | rdf:type owl:Class ; | 98 | rdf:type owl:Class ; |
| 99 | rdfs:label "inner barrel - aluminum"^^xsd:string ; | 99 | rdfs:label "inner barrel - aluminum"^^xsd:string ; |
| 100 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 100 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 101 | - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . | 101 | + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel . |
| 102 | 102 | ||
| 103 | ep-eqt:InnerBarrel-fiberglass | 103 | ep-eqt:InnerBarrel-fiberglass |
| 104 | rdf:type owl:Class ; | 104 | rdf:type owl:Class ; |
| 105 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; | 105 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; |
| 106 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 106 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 107 | - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . | 107 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . |
| 108 | 108 | ||
| 109 | ep-eqt:InnerBarrel-gel | 109 | ep-eqt:InnerBarrel-gel |
| 110 | rdf:type owl:Class ; | 110 | rdf:type owl:Class ; |
| 111 | rdfs:label "inner barrel - gel"^^xsd:string ; | 111 | rdfs:label "inner barrel - gel"^^xsd:string ; |
| 112 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 112 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 113 | - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . | 113 | + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . |
| 114 | 114 | ||
| 115 | ep-eqt:IntermediateCasing | 115 | ep-eqt:IntermediateCasing |
| 116 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 116 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
| 117 | rdfs:label "intermediate casing"^^xsd:string ; | 117 | rdfs:label "intermediate casing"^^xsd:string ; |
| 118 | rdfs:subClassOf ep-eqt:Casing ; | 118 | rdfs:subClassOf ep-eqt:Casing ; |
| 119 | - owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . | 119 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing . |
| 120 | 120 | ||
| 121 | ep-eqt:KellyBushing | 121 | ep-eqt:KellyBushing |
| 122 | rdf:type owl:Class ; | 122 | rdf:type owl:Class ; |
| ... | @@ -126,31 +126,31 @@ ep-eqt:KellyBushing | ... | @@ -126,31 +126,31 @@ ep-eqt:KellyBushing |
| 126 | ep-eqt:LastCasingOfAWellBore | 126 | ep-eqt:LastCasingOfAWellBore |
| 127 | rdf:type owl:Class ; | 127 | rdf:type owl:Class ; |
| 128 | rdfs:label "last casing of a wellbore"^^xsd:string ; | 128 | rdfs:label "last casing of a wellbore"^^xsd:string ; |
| 129 | - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . | 129 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . |
| 130 | 130 | ||
| 131 | ep-eqt:Liner | 131 | ep-eqt:Liner |
| 132 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 132 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 133 | rdfs:label "liner"^^xsd:string ; | 133 | rdfs:label "liner"^^xsd:string ; |
| 134 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 134 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 135 | - owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . | 135 | + owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . |
| 136 | 136 | ||
| 137 | ep-eqt:ProductionCasing | 137 | ep-eqt:ProductionCasing |
| 138 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 138 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
| 139 | rdfs:label "production casing"^^xsd:string ; | 139 | rdfs:label "production casing"^^xsd:string ; |
| 140 | rdfs:subClassOf ep-eqt:Casing ; | 140 | rdfs:subClassOf ep-eqt:Casing ; |
| 141 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . | 141 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . |
| 142 | 142 | ||
| 143 | ep-eqt:TopCasing | 143 | ep-eqt:TopCasing |
| 144 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 144 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
| 145 | rdfs:label "top casing"^^xsd:string ; | 145 | rdfs:label "top casing"^^xsd:string ; |
| 146 | rdfs:subClassOf ep-eqt:Casing ; | 146 | rdfs:subClassOf ep-eqt:Casing ; |
| 147 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . | 147 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . |
| 148 | 148 | ||
| 149 | ep-eqt:Tubing | 149 | ep-eqt:Tubing |
| 150 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 150 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 151 | rdfs:label "liner"^^xsd:string ; | 151 | rdfs:label "liner"^^xsd:string ; |
| 152 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 152 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 153 | - owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . | 153 | + owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . |
| 154 | 154 | ||
| 155 | ep-eqt:TubularConnectionClass | 155 | ep-eqt:TubularConnectionClass |
| 156 | rdf:type rdfs:Class ; | 156 | rdf:type rdfs:Class ; |
| ... | @@ -162,73 +162,84 @@ ep-eqt:WellBoreLoggingTool | ... | @@ -162,73 +162,84 @@ ep-eqt:WellBoreLoggingTool |
| 162 | rdfs:label "well bore logging tool"^^xsd:string ; | 162 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 163 | rdfs:subClassOf ep-eqt:Equipment . | 163 | rdfs:subClassOf ep-eqt:Equipment . |
| 164 | 164 | ||
| 165 | +ep-eqt:WellTestChoke | ||
| 166 | + rdf:type owl:Class ; | ||
| 167 | + rdfs:label "well test choke"^^xsd:string ; | ||
| 168 | + rdfs:subClassOf ep-eqt:Equipment . | ||
| 169 | + | ||
| 170 | +ep-eqt:chokeOrificeSize | ||
| 171 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 172 | + rdfs:domain ep-eqt:WellTestChoke ; | ||
| 173 | + rdfs:label "choke orifice size"^^xsd:string ; | ||
| 174 | + rdfs:range ep-core:Length . | ||
| 175 | + | ||
| 165 | ep-eqt:codeAssignedByAManufacturer | 176 | ep-eqt:codeAssignedByAManufacturer |
| 166 | rdf:type owl:DatatypeProperty ; | 177 | rdf:type owl:DatatypeProperty ; |
| 167 | rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ; | 178 | rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ; |
| 168 | rdfs:label "code assigned by manufacturer"^^xsd:string . | 179 | rdfs:label "code assigned by manufacturer"^^xsd:string . |
| 169 | 180 | ||
| 170 | ep-eqt:diameterOfACasing | 181 | ep-eqt:diameterOfACasing |
| 171 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 182 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 172 | rdfs:domain ep-eqt:Casing ; | 183 | rdfs:domain ep-eqt:Casing ; |
| 173 | rdfs:label "diameter of a casing"^^xsd:string ; | 184 | rdfs:label "diameter of a casing"^^xsd:string ; |
| 174 | rdfs:range ep-core:Length . | 185 | rdfs:range ep-core:Length . |
| 175 | 186 | ||
| 176 | ep-eqt:diameterOfDrillBit | 187 | ep-eqt:diameterOfDrillBit |
| 177 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 188 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 178 | rdfs:domain ep-eqt:DrillBit ; | 189 | rdfs:domain ep-eqt:DrillBit ; |
| 179 | rdfs:label "diameter of drill bit"^^xsd:string ; | 190 | rdfs:label "diameter of drill bit"^^xsd:string ; |
| 180 | rdfs:range ep-core:Length . | 191 | rdfs:range ep-core:Length . |
| 181 | 192 | ||
| 182 | ep-eqt:elevationOfKellyBushing | 193 | ep-eqt:elevationOfKellyBushing |
| 183 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 194 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 184 | rdfs:domain ep-eqt:KellyBushing ; | 195 | rdfs:domain ep-eqt:KellyBushing ; |
| 185 | rdfs:label "elevation of kelly bushing"^^xsd:string ; | 196 | rdfs:label "elevation of kelly bushing"^^xsd:string ; |
| 186 | rdfs:range ep-core:Length . | 197 | rdfs:range ep-core:Length . |
| 187 | 198 | ||
| 188 | ep-eqt:hasTubularConnectionClass | 199 | ep-eqt:hasTubularConnectionClass |
| 189 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 200 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 190 | rdfs:domain ep-eqt:CasingLinerTubing ; | 201 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 191 | rdfs:label "has tubular connection class"^^xsd:string ; | 202 | rdfs:label "has tubular connection class"^^xsd:string ; |
| 192 | rdfs:range ep-eqt:TubularConnectionClass . | 203 | rdfs:range ep-eqt:TubularConnectionClass . |
| 193 | 204 | ||
| 194 | ep-eqt:insideDiameterOfATubular | 205 | ep-eqt:insideDiameterOfATubular |
| 195 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 206 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 196 | rdfs:domain ep-eqt:CasingLinerTubing ; | 207 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 197 | rdfs:label "inside diameter of a tubular"^^xsd:string ; | 208 | rdfs:label "inside diameter of a tubular"^^xsd:string ; |
| 198 | rdfs:range ep-core:Length . | 209 | rdfs:range ep-core:Length . |
| 199 | 210 | ||
| 200 | ep-eqt:lengthOfInnerBarrel | 211 | ep-eqt:lengthOfInnerBarrel |
| 201 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 212 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 202 | rdfs:domain ep-eqt:InnerBarrel ; | 213 | rdfs:domain ep-eqt:InnerBarrel ; |
| 203 | rdfs:label "length of inner barrel"^^xsd:string ; | 214 | rdfs:label "length of inner barrel"^^xsd:string ; |
| 204 | rdfs:range ep-core:Length . | 215 | rdfs:range ep-core:Length . |
| 205 | 216 | ||
| 206 | ep-eqt:manufacturedBy | 217 | ep-eqt:manufacturedBy |
| 207 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 218 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 208 | rdfs:domain ep-eqt:Equipment ; | 219 | rdfs:domain ep-eqt:Equipment ; |
| 209 | rdfs:label "manaufactured by"^^xsd:string ; | 220 | rdfs:label "manaufactured by"^^xsd:string ; |
| 210 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 221 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 211 | 222 | ||
| 212 | ep-eqt:maximumPressureForBlowOutPreventer | 223 | ep-eqt:maximumPressureForBlowOutPreventer |
| 213 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 224 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 214 | rdfs:domain ep-eqt:BlowOutPreventer ; | 225 | rdfs:domain ep-eqt:BlowOutPreventer ; |
| 215 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; | 226 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; |
| 216 | rdfs:range ep-core:Pressure . | 227 | rdfs:range ep-core:Pressure . |
| 217 | 228 | ||
| 218 | ep-eqt:maximumPressureForChokeValve | 229 | ep-eqt:maximumPressureForChokeValve |
| 219 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 230 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 220 | rdfs:domain ep-eqt:ChokeValve ; | 231 | rdfs:domain ep-eqt:ChokeValve ; |
| 221 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; | 232 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; |
| 222 | rdfs:range ep-core:Pressure . | 233 | rdfs:range ep-core:Pressure . |
| 223 | 234 | ||
| 224 | ep-eqt:outsideDiameterOfATubular | 235 | ep-eqt:outsideDiameterOfATubular |
| 225 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 236 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 226 | rdfs:domain ep-eqt:CasingLinerTubing ; | 237 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 227 | rdfs:label "outside diameter of a tubular"^^xsd:string ; | 238 | rdfs:label "outside diameter of a tubular"^^xsd:string ; |
| 228 | rdfs:range ep-core:Length . | 239 | rdfs:range ep-core:Length . |
| 229 | 240 | ||
| 230 | ep-eqt:stringLengthOfATubular | 241 | ep-eqt:stringLengthOfATubular |
| 231 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 242 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 232 | rdfs:domain ep-eqt:CasingLinerTubing ; | 243 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 233 | rdfs:label "string length of a tubular"^^xsd:string ; | 244 | rdfs:label "string length of a tubular"^^xsd:string ; |
| 234 | rdfs:range ep-core:Length . | 245 | rdfs:range ep-core:Length . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Sat Sep 24 12:37:52 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:13:56 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#> . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Sep 23 20:49:37 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:55:00 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector |
| 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
| 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo |
| ... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
| 14 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo | 14 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo |
| 15 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | 15 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage |
| 16 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | 16 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo |
| 17 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo | ||
| 17 | # imports: http://www.reportinghub.no/ep/transform/check | 18 | # imports: http://www.reportinghub.no/ep/transform/check |
| 18 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo | 19 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo |
| 19 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | 20 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo |
| ... | @@ -49,10 +50,11 @@ | ... | @@ -49,10 +50,11 @@ |
| 49 | @prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . | 50 | @prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . |
| 50 | @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . | 51 | @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . |
| 51 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . | 52 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . |
| 53 | +@prefix wellTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . | ||
| 52 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | 54 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . |
| 53 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 55 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 54 | 56 | ||
| 55 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> | 57 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> |
| 56 | rdf:type owl:Ontology ; | 58 | rdf:type owl:Ontology ; |
| 57 | - owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; | 59 | + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; |
| 58 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 60 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Sep 23 20:49:37 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:55:00 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 Fri Sep 16 17:51:20 BST 2011 | 1 | +# Saved by TopBraid on Sun Sep 25 12:02:12 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#> . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 24 20:13:09 BST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization | ||
| 3 | -# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | ||
| 4 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | ||
| 5 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation | ||
| 6 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo | ||
| 7 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | ||
| 8 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo | ||
| 9 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | ||
| 10 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo | ||
| 11 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | ||
| 12 | -# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | ||
| 13 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun | ||
| 14 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo | ||
| 15 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | ||
| 16 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | ||
| 17 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo | ||
| 18 | -# imports: http://www.reportinghub.no/swp/ddr | ||
| 19 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo | ||
| 20 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | ||
| 21 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure | ||
| 22 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo | ||
| 23 | - | ||
| 24 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | ||
| 25 | -@prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . | ||
| 26 | -@prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . | ||
| 27 | -@prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . | ||
| 28 | -@prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . | ||
| 29 | -@prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . | ||
| 30 | -@prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . | ||
| 31 | -@prefix fn: <http://www.w3.org/2005/xpath-functions#> . | ||
| 32 | -@prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . | ||
| 33 | -@prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . | ||
| 34 | -@prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . | ||
| 35 | -@prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . | ||
| 36 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 37 | -@prefix perfInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> . | ||
| 38 | -@prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . | ||
| 39 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 40 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 41 | -@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . | ||
| 42 | -@prefix sp: <http://spinrdf.org/sp#> . | ||
| 43 | -@prefix spin: <http://spinrdf.org/spin#> . | ||
| 44 | -@prefix spl: <http://spinrdf.org/spl#> . | ||
| 45 | -@prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . | ||
| 46 | -@prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . | ||
| 47 | -@prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . | ||
| 48 | -@prefix wellTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . | ||
| 49 | -@prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | ||
| 50 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 51 | - | ||
| 52 | -<http://www.reportinghub.no/ep/transform/1.1/normalization> | ||
| 53 | - rdf:type owl:Ontology ; | ||
| 54 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/swp/ddr> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> ; | ||
| 55 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 56 | - | ||
| 57 | -owl:Thing | ||
| 58 | - spin:update | ||
| 59 | - [ rdf:type sp:Modify ; | ||
| 60 | - sp:deletePattern ([ sp:object _:b1 ; | ||
| 61 | - sp:predicate rdfs:label ; | ||
| 62 | - sp:subject _:b2 | ||
| 63 | - ]) ; | ||
| 64 | - sp:insertPattern ([ sp:object _:b3 ; | ||
| 65 | - sp:predicate rdfs:label ; | ||
| 66 | - sp:subject _:b2 | ||
| 67 | - ]) ; | ||
| 68 | - sp:where ([ sp:object _:b2 ; | ||
| 69 | - sp:predicate owl:onProperty ; | ||
| 70 | - sp:subject | ||
| 71 | - [ sp:varName "r"^^xsd:string | ||
| 72 | - ] | ||
| 73 | - ] [ sp:object _:b1 ; | ||
| 74 | - sp:predicate rdfs:label ; | ||
| 75 | - sp:subject _:b2 | ||
| 76 | - ] [ rdf:type sp:Filter ; | ||
| 77 | - sp:expression | ||
| 78 | - [ rdf:type fn:starts-with ; | ||
| 79 | - sp:arg1 _:b1 ; | ||
| 80 | - sp:arg2 "has" | ||
| 81 | - ] | ||
| 82 | - ] [ rdf:type sp:Bind ; | ||
| 83 | - sp:expression | ||
| 84 | - [ rdf:type smf:trim ; | ||
| 85 | - sp:arg1 [ rdf:type smf:regex ; | ||
| 86 | - sp:arg1 _:b1 ; | ||
| 87 | - sp:arg2 "has(.*)" ; | ||
| 88 | - sp:arg3 "$1" | ||
| 89 | - ] | ||
| 90 | - ] ; | ||
| 91 | - sp:variable _:b3 | ||
| 92 | - ]) | ||
| 93 | - ] . | ||
| 94 | - | ||
| 95 | -_:b1 sp:varName "oldLabel"^^xsd:string . | ||
| 96 | - | ||
| 97 | -_:b2 sp:varName "p"^^xsd:string . | ||
| 98 | - | ||
| 99 | -_:b3 sp:varName "newLabel"^^xsd:string . |
| 1 | -# Saved by TopBraid on Wed Aug 24 20:13:09 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 | - <http://spinrdf.org/spin#topSPINOptions> | ||
| 17 | - "singlePass" ; | ||
| 18 | - composite:index "0"^^xsd:int | ||
| 19 | - ] ; | ||
| 20 | - inference:completeMode | ||
| 21 | - "true"^^xsd:boolean . |
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Mon Aug 22 12:56:53 BST 2011 | 1 | +# Saved by TopBraid on Sun Sep 25 13:40:06 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#> . | ... | ... |
-
Please register or login to post a comment