Showing
5 changed files
with
331 additions
and
223 deletions
| 1 | -# Saved by TopBraid on Fri Sep 23 16:31:55 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 12:37:32 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://www.linkedmodel.org/1.2/schema/vaem | ||
| 4 | # 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 | ||
| 5 | 5 | ||
| 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -11,26 +11,26 @@ | ... | @@ -11,26 +11,26 @@ |
| 11 | 11 | ||
| 12 | <http://www.reportinghub.no/ep/schema/1.0/core> | 12 | <http://www.reportinghub.no/ep/schema/1.0/core> |
| 13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/1.2/schema/vaem> ; | 14 | + owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; |
| 15 | owl:versionInfo "0.1.0"^^xsd:string . | 15 | owl:versionInfo "0.1.0"^^xsd:string . |
| 16 | 16 | ||
| 17 | ep-core:Class_of_indirect_property | 17 | ep-core:Class_of_indirect_property |
| 18 | rdf:type owl:Class ; | 18 | rdf:type owl:Class ; |
| 19 | rdfs:label "class of indirect property"^^xsd:string ; | 19 | rdfs:label "class of indirect property"^^xsd:string ; |
| 20 | - rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . | 20 | + rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . |
| 21 | 21 | ||
| 22 | ep-core:Density | 22 | ep-core:Density |
| 23 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 23 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 24 | rdfs:label "density"^^xsd:string ; | 24 | rdfs:label "density"^^xsd:string ; |
| 25 | rdfs:subClassOf owl:Class . | 25 | rdfs:subClassOf owl:Class . |
| 26 | 26 | ||
| 27 | ep-core:Length | 27 | ep-core:Length |
| 28 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 28 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 29 | rdfs:label "length"^^xsd:string ; | 29 | rdfs:label "length"^^xsd:string ; |
| 30 | rdfs:subClassOf owl:Class . | 30 | rdfs:subClassOf owl:Class . |
| 31 | 31 | ||
| 32 | ep-core:MassPerUnitLength | 32 | ep-core:MassPerUnitLength |
| 33 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 33 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 34 | rdfs:label "mass per unit length"^^xsd:string ; | 34 | rdfs:label "mass per unit length"^^xsd:string ; |
| 35 | rdfs:subClassOf owl:Class . | 35 | rdfs:subClassOf owl:Class . |
| 36 | 36 | ||
| ... | @@ -45,17 +45,17 @@ ep-core:PhysicalThing | ... | @@ -45,17 +45,17 @@ ep-core:PhysicalThing |
| 45 | rdfs:subClassOf owl:Thing . | 45 | rdfs:subClassOf owl:Thing . |
| 46 | 46 | ||
| 47 | ep-core:PlaneAngle | 47 | ep-core:PlaneAngle |
| 48 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 48 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 49 | rdfs:label "plane angle"^^xsd:string ; | 49 | rdfs:label "plane angle"^^xsd:string ; |
| 50 | rdfs:subClassOf owl:Class . | 50 | rdfs:subClassOf owl:Class . |
| 51 | 51 | ||
| 52 | ep-core:PlasticViscosity | 52 | ep-core:PlasticViscosity |
| 53 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 53 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 54 | rdfs:label "plastic viscosity"^^xsd:string ; | 54 | rdfs:label "plastic viscosity"^^xsd:string ; |
| 55 | rdfs:subClassOf owl:Class . | 55 | rdfs:subClassOf owl:Class . |
| 56 | 56 | ||
| 57 | ep-core:Pressure | 57 | ep-core:Pressure |
| 58 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 58 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 59 | rdfs:label "pressure"^^xsd:string ; | 59 | rdfs:label "pressure"^^xsd:string ; |
| 60 | rdfs:subClassOf owl:Class . | 60 | rdfs:subClassOf owl:Class . |
| 61 | 61 | ||
| ... | @@ -65,58 +65,58 @@ ep-core:PropertySpace | ... | @@ -65,58 +65,58 @@ ep-core:PropertySpace |
| 65 | rdfs:subClassOf owl:Class . | 65 | rdfs:subClassOf owl:Class . |
| 66 | 66 | ||
| 67 | ep-core:Ratio | 67 | ep-core:Ratio |
| 68 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 68 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 69 | rdfs:label "ratio"^^xsd:string ; | 69 | rdfs:label "ratio"^^xsd:string ; |
| 70 | rdfs:subClassOf owl:Class . | 70 | rdfs:subClassOf owl:Class . |
| 71 | 71 | ||
| 72 | ep-core:Scale | 72 | ep-core:Scale |
| 73 | rdf:type owl:Class ; | 73 | rdf:type owl:Class ; |
| 74 | rdfs:label "scale"^^xsd:string ; | 74 | rdfs:label "scale"^^xsd:string ; |
| 75 | - rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . | 75 | + rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . |
| 76 | 76 | ||
| 77 | ep-core:SpecificVolume | 77 | ep-core:SpecificVolume |
| 78 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 78 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 79 | rdfs:label "specific volume"^^xsd:string ; | 79 | rdfs:label "specific volume"^^xsd:string ; |
| 80 | rdfs:subClassOf owl:Class . | 80 | rdfs:subClassOf owl:Class . |
| 81 | 81 | ||
| 82 | ep-core:Speed | 82 | ep-core:Speed |
| 83 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 83 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 84 | rdfs:label "speed"^^xsd:string ; | 84 | rdfs:label "speed"^^xsd:string ; |
| 85 | rdfs:subClassOf owl:Class . | 85 | rdfs:subClassOf owl:Class . |
| 86 | 86 | ||
| 87 | ep-core:StrengthOfRockFormation | 87 | ep-core:StrengthOfRockFormation |
| 88 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 88 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 89 | rdfs:label "strength of rock formation"^^xsd:string ; | 89 | rdfs:label "strength of rock formation"^^xsd:string ; |
| 90 | rdfs:subClassOf owl:Class . | 90 | rdfs:subClassOf owl:Class . |
| 91 | 91 | ||
| 92 | ep-core:Temperature | 92 | ep-core:Temperature |
| 93 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 93 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 94 | rdfs:label "temperature"^^xsd:string ; | 94 | rdfs:label "temperature"^^xsd:string ; |
| 95 | rdfs:subClassOf owl:Class . | 95 | rdfs:subClassOf owl:Class . |
| 96 | 96 | ||
| 97 | ep-core:TimeDuration | 97 | ep-core:TimeDuration |
| 98 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 98 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 99 | rdfs:label "time duration"^^xsd:string ; | 99 | rdfs:label "time duration"^^xsd:string ; |
| 100 | rdfs:subClassOf owl:Class . | 100 | rdfs:subClassOf owl:Class . |
| 101 | 101 | ||
| 102 | ep-core:Volume | 102 | ep-core:Volume |
| 103 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 103 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 104 | rdfs:label "volume"^^xsd:string ; | 104 | rdfs:label "volume"^^xsd:string ; |
| 105 | rdfs:subClassOf owl:Class . | 105 | rdfs:subClassOf owl:Class . |
| 106 | 106 | ||
| 107 | ep-core:YieldPoint | 107 | ep-core:YieldPoint |
| 108 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 108 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 109 | rdfs:label "yield point"^^xsd:string ; | 109 | rdfs:label "yield point"^^xsd:string ; |
| 110 | rdfs:subClassOf owl:Class . | 110 | rdfs:subClassOf owl:Class . |
| 111 | 111 | ||
| 112 | ep-core:apiName | 112 | ep-core:apiName |
| 113 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 113 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 114 | rdfs:label "API name"^^xsd:string ; | 114 | rdfs:label "API name"^^xsd:string ; |
| 115 | rdfs:range xsd:string ; | 115 | rdfs:range xsd:string ; |
| 116 | rdfs:subPropertyOf ep-core:name . | 116 | rdfs:subPropertyOf ep-core:name . |
| 117 | 117 | ||
| 118 | ep-core:bar | 118 | ep-core:bar |
| 119 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 119 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 120 | rdfs:domain ep-core:Pressure ; | 120 | rdfs:domain ep-core:Pressure ; |
| 121 | rdfs:label "bar"^^xsd:string . | 121 | rdfs:label "bar"^^xsd:string . |
| 122 | 122 | ||
| ... | @@ -125,52 +125,62 @@ ep-core:basisFor | ... | @@ -125,52 +125,62 @@ ep-core:basisFor |
| 125 | rdfs:label "basis for"^^xsd:string . | 125 | rdfs:label "basis for"^^xsd:string . |
| 126 | 126 | ||
| 127 | ep-core:celsius | 127 | ep-core:celsius |
| 128 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 128 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 129 | rdfs:domain ep-core:Temperature ; | 129 | rdfs:domain ep-core:Temperature ; |
| 130 | rdfs:label "celsius"^^xsd:string . | 130 | rdfs:label "celsius"^^xsd:string . |
| 131 | 131 | ||
| 132 | +ep-core:centiPoise | ||
| 133 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 134 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 135 | + rdfs:label "cP"^^xsd:string . | ||
| 136 | + | ||
| 132 | ep-core:day | 137 | ep-core:day |
| 133 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 138 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 134 | rdfs:domain ep-core:TimeDuration ; | 139 | rdfs:domain ep-core:TimeDuration ; |
| 135 | rdfs:label "day"^^xsd:string . | 140 | rdfs:label "day"^^xsd:string . |
| 136 | 141 | ||
| 137 | ep-core:decimetre3 | 142 | ep-core:decimetre3 |
| 138 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 143 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 139 | rdfs:domain ep-core:Volume ; | 144 | rdfs:domain ep-core:Volume ; |
| 140 | rdfs:label "decimetre 3"^^xsd:string . | 145 | rdfs:label "decimetre 3"^^xsd:string . |
| 141 | 146 | ||
| 142 | ep-core:degreesOfAngle | 147 | ep-core:degreesOfAngle |
| 143 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 148 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 144 | rdfs:domain ep-core:PlaneAngle ; | 149 | rdfs:domain ep-core:PlaneAngle ; |
| 145 | rdfs:label "degrees of angle"^^xsd:string . | 150 | rdfs:label "degrees of angle"^^xsd:string . |
| 146 | 151 | ||
| 147 | ep-core:derivedFrom | 152 | ep-core:derivedFrom |
| 148 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 153 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 149 | rdfs:label "derived from"^^xsd:string . | 154 | rdfs:label "derived from"^^xsd:string . |
| 150 | 155 | ||
| 151 | ep-core:dtiName | 156 | ep-core:dtiName |
| 152 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 157 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 153 | rdfs:label "DTI name"^^xsd:string ; | 158 | rdfs:label "DTI name"^^xsd:string ; |
| 154 | rdfs:range xsd:string ; | 159 | rdfs:range xsd:string ; |
| 155 | rdfs:subPropertyOf ep-core:name . | 160 | rdfs:subPropertyOf ep-core:name . |
| 156 | 161 | ||
| 162 | +ep-core:dyne_second_metre-2 | ||
| 163 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 164 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 165 | + rdfs:label "dyne.s.m-2"^^xsd:string . | ||
| 166 | + | ||
| 157 | ep-core:foot | 167 | ep-core:foot |
| 158 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 168 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 159 | rdfs:domain ep-core:Length ; | 169 | rdfs:domain ep-core:Length ; |
| 160 | rdfs:label "foot"^^xsd:string . | 170 | rdfs:label "foot"^^xsd:string . |
| 161 | 171 | ||
| 162 | ep-core:foot3_sack94-1 | 172 | ep-core:foot3_sack94-1 |
| 163 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 173 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 164 | rdfs:domain ep-core:YieldPoint ; | 174 | rdfs:domain ep-core:YieldPoint ; |
| 165 | rdfs:label "foot3 sack94-1"^^xsd:string . | 175 | rdfs:label "foot3 sack94-1"^^xsd:string . |
| 166 | 176 | ||
| 167 | ep-core:footUS | 177 | ep-core:footUS |
| 168 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 178 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 169 | rdfs:domain ep-core:Length ; | 179 | rdfs:domain ep-core:Length ; |
| 170 | rdfs:label "foot (US survey)"^^xsd:string . | 180 | rdfs:label "foot (US survey)"^^xsd:string . |
| 171 | 181 | ||
| 172 | ep-core:gram_cm-3 | 182 | ep-core:gram_cm-3 |
| 173 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 183 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 174 | rdfs:label "gram cm-3"^^xsd:string . | 184 | rdfs:label "gram cm-3"^^xsd:string . |
| 175 | 185 | ||
| 176 | ep-core:hasPart | 186 | ep-core:hasPart |
| ... | @@ -194,52 +204,57 @@ ep-core:hasVolume | ... | @@ -194,52 +204,57 @@ ep-core:hasVolume |
| 194 | rdfs:label "has volume"^^xsd:string . | 204 | rdfs:label "has volume"^^xsd:string . |
| 195 | 205 | ||
| 196 | ep-core:hour | 206 | ep-core:hour |
| 197 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 207 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 198 | rdfs:domain ep-core:TimeDuration ; | 208 | rdfs:domain ep-core:TimeDuration ; |
| 199 | rdfs:label "hour"^^xsd:string . | 209 | rdfs:label "hour"^^xsd:string . |
| 200 | 210 | ||
| 201 | ep-core:inch | 211 | ep-core:inch |
| 202 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 212 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 203 | rdfs:domain ep-core:Length ; | 213 | rdfs:domain ep-core:Length ; |
| 204 | rdfs:label "inch"^^xsd:string . | 214 | rdfs:label "inch"^^xsd:string . |
| 205 | 215 | ||
| 206 | ep-core:inchUS | 216 | ep-core:inchUS |
| 207 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 217 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 208 | rdfs:domain ep-core:Length ; | 218 | rdfs:domain ep-core:Length ; |
| 209 | rdfs:label "inch (US survey)"^^xsd:string . | 219 | rdfs:label "inch (US survey)"^^xsd:string . |
| 210 | 220 | ||
| 221 | +ep-core:kilogramforce_second_metre-2 | ||
| 222 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 223 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 224 | + rdfs:label "kgf.s.m-2"^^xsd:string . | ||
| 225 | + | ||
| 211 | ep-core:localFieldName | 226 | ep-core:localFieldName |
| 212 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 227 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 213 | rdfs:label "local field name"^^xsd:string ; | 228 | rdfs:label "local field name"^^xsd:string ; |
| 214 | rdfs:range xsd:string ; | 229 | rdfs:range xsd:string ; |
| 215 | rdfs:subPropertyOf ep-core:name . | 230 | rdfs:subPropertyOf ep-core:name . |
| 216 | 231 | ||
| 217 | ep-core:megaPa | 232 | ep-core:megaPa |
| 218 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 233 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 219 | rdfs:domain ep-core:Pressure ; | 234 | rdfs:domain ep-core:Pressure ; |
| 220 | rdfs:label "MPa"^^xsd:string . | 235 | rdfs:label "MPa"^^xsd:string . |
| 221 | 236 | ||
| 222 | ep-core:megaPa_second | 237 | ep-core:megaPa_second |
| 223 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 238 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 224 | rdfs:domain ep-core:PlasticViscosity ; | 239 | rdfs:domain ep-core:PlasticViscosity ; |
| 225 | rdfs:label "MPa.second"^^xsd:string . | 240 | rdfs:label "MPa.second"^^xsd:string . |
| 226 | 241 | ||
| 227 | ep-core:metre | 242 | ep-core:metre |
| 228 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 243 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 229 | rdfs:domain ep-core:Length ; | 244 | rdfs:domain ep-core:Length ; |
| 230 | rdfs:label "metre"^^xsd:string . | 245 | rdfs:label "metre"^^xsd:string . |
| 231 | 246 | ||
| 232 | ep-core:metre3 | 247 | ep-core:metre3 |
| 233 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 248 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 234 | rdfs:label "metre3"^^xsd:string . | 249 | rdfs:label "metre3"^^xsd:string . |
| 235 | 250 | ||
| 236 | ep-core:metre_hour-1 | 251 | ep-core:metre_hour-1 |
| 237 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 252 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 238 | rdfs:domain ep-core:Speed ; | 253 | rdfs:domain ep-core:Speed ; |
| 239 | rdfs:label "metre hour-1"^^xsd:string . | 254 | rdfs:label "metre hour-1"^^xsd:string . |
| 240 | 255 | ||
| 241 | ep-core:minute | 256 | ep-core:minute |
| 242 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 257 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 243 | rdfs:domain ep-core:TimeDuration ; | 258 | rdfs:domain ep-core:TimeDuration ; |
| 244 | rdfs:label "minute"^^xsd:string . | 259 | rdfs:label "minute"^^xsd:string . |
| 245 | 260 | ||
| ... | @@ -248,27 +263,32 @@ ep-core:name | ... | @@ -248,27 +263,32 @@ ep-core:name |
| 248 | rdfs:label "name"^^xsd:string ; | 263 | rdfs:label "name"^^xsd:string ; |
| 249 | rdfs:range xsd:string . | 264 | rdfs:range xsd:string . |
| 250 | 265 | ||
| 266 | +ep-core:newton_second_metre-2 | ||
| 267 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 268 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 269 | + rdfs:label "N.s.m-2"^^xsd:string . | ||
| 270 | + | ||
| 251 | ep-core:nominallyExistsAt | 271 | ep-core:nominallyExistsAt |
| 252 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 272 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 253 | rdfs:domain ep-core:PhysicalThing ; | 273 | rdfs:domain ep-core:PhysicalThing ; |
| 254 | rdfs:label "nominally exists at"^^xsd:string ; | 274 | rdfs:label "nominally exists at"^^xsd:string ; |
| 255 | rdfs:range xsd:string ; | 275 | rdfs:range xsd:string ; |
| 256 | rdfs:subPropertyOf ep-core:name . | 276 | rdfs:subPropertyOf ep-core:name . |
| 257 | 277 | ||
| 258 | ep-core:npdCode | 278 | ep-core:npdCode |
| 259 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 279 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 260 | rdfs:label "NPD code"^^xsd:string ; | 280 | rdfs:label "NPD code"^^xsd:string ; |
| 261 | rdfs:range xsd:string ; | 281 | rdfs:range xsd:string ; |
| 262 | rdfs:subPropertyOf ep-core:name . | 282 | rdfs:subPropertyOf ep-core:name . |
| 263 | 283 | ||
| 264 | ep-core:npdName | 284 | ep-core:npdName |
| 265 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 285 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 266 | rdfs:label "NPD name"^^xsd:string ; | 286 | rdfs:label "NPD name"^^xsd:string ; |
| 267 | rdfs:range xsd:string ; | 287 | rdfs:range xsd:string ; |
| 268 | rdfs:subPropertyOf ep-core:name . | 288 | rdfs:subPropertyOf ep-core:name . |
| 269 | 289 | ||
| 270 | ep-core:npdNumber | 290 | ep-core:npdNumber |
| 271 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 291 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 272 | rdfs:label "NPD number"^^xsd:string ; | 292 | rdfs:label "NPD number"^^xsd:string ; |
| 273 | rdfs:range xsd:string ; | 293 | rdfs:range xsd:string ; |
| 274 | rdfs:subPropertyOf ep-core:name . | 294 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -281,43 +301,68 @@ ep-core:partOf | ... | @@ -281,43 +301,68 @@ ep-core:partOf |
| 281 | owl:inverseOf ep-core:hasPart . | 301 | owl:inverseOf ep-core:hasPart . |
| 282 | 302 | ||
| 283 | ep-core:partPerMillionByVolume | 303 | ep-core:partPerMillionByVolume |
| 284 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 304 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 285 | rdfs:domain ep-core:SpecificVolume ; | 305 | rdfs:domain ep-core:SpecificVolume ; |
| 286 | rdfs:label "part per million by volume"^^xsd:string . | 306 | rdfs:label "part per million by volume"^^xsd:string . |
| 287 | 307 | ||
| 288 | ep-core:pascal | 308 | ep-core:pascal |
| 289 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 309 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 290 | rdfs:domain ep-core:Pressure ; | 310 | rdfs:domain ep-core:Pressure ; |
| 291 | rdfs:label "Pascal"^^xsd:string . | 311 | rdfs:label "Pascal"^^xsd:string . |
| 292 | 312 | ||
| 313 | +ep-core:pascal_second | ||
| 314 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 315 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 316 | + rdfs:label "Pa.second"^^xsd:string . | ||
| 317 | + | ||
| 293 | ep-core:perCentByVolume | 318 | ep-core:perCentByVolume |
| 294 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 319 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 295 | rdfs:domain ep-core:SpecificVolume ; | 320 | rdfs:domain ep-core:SpecificVolume ; |
| 296 | rdfs:label "per cent by volume"^^xsd:string . | 321 | rdfs:label "per cent by volume"^^xsd:string . |
| 297 | 322 | ||
| 323 | +ep-core:poise | ||
| 324 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 325 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 326 | + rdfs:label "P"^^xsd:string . | ||
| 327 | + | ||
| 298 | ep-core:pound_foot-1 | 328 | ep-core:pound_foot-1 |
| 299 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 329 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 300 | rdfs:domain ep-core:MassPerUnitLength ; | 330 | rdfs:domain ep-core:MassPerUnitLength ; |
| 301 | rdfs:label "pound foot-1"^^xsd:string . | 331 | rdfs:label "pound foot-1"^^xsd:string . |
| 302 | 332 | ||
| 333 | +ep-core:poundforce_second_foot-2 | ||
| 334 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 335 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 336 | + rdfs:label "lbf.s.ft-2"^^xsd:string . | ||
| 337 | + | ||
| 338 | +ep-core:poundforce_second_inch-2 | ||
| 339 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 340 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 341 | + rdfs:label "lbf.s.in-2"^^xsd:string . | ||
| 342 | + | ||
| 303 | ep-core:prospectName | 343 | ep-core:prospectName |
| 304 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 344 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 305 | rdfs:label "prospect name"^^xsd:string ; | 345 | rdfs:label "prospect name"^^xsd:string ; |
| 306 | rdfs:range xsd:string ; | 346 | rdfs:range xsd:string ; |
| 307 | rdfs:subPropertyOf ep-core:name . | 347 | rdfs:subPropertyOf ep-core:name . |
| 308 | 348 | ||
| 349 | +ep-core:psi_second | ||
| 350 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | ||
| 351 | + rdfs:domain ep-core:PlasticViscosity ; | ||
| 352 | + rdfs:label "psi.s"^^xsd:string . | ||
| 353 | + | ||
| 309 | ep-core:psig | 354 | ep-core:psig |
| 310 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 355 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 311 | rdfs:domain ep-core:Pressure ; | 356 | rdfs:domain ep-core:Pressure ; |
| 312 | rdfs:label "psi gauge"^^xsd:string . | 357 | rdfs:label "psi gauge"^^xsd:string . |
| 313 | 358 | ||
| 314 | ep-core:second | 359 | ep-core:second |
| 315 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 360 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 316 | rdfs:domain ep-core:TimeDuration ; | 361 | rdfs:domain ep-core:TimeDuration ; |
| 317 | rdfs:label "second"^^xsd:string . | 362 | rdfs:label "second"^^xsd:string . |
| 318 | 363 | ||
| 319 | ep-core:specificGravity | 364 | ep-core:specificGravity |
| 320 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 365 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 321 | rdfs:label "specific gravity"^^xsd:string . | 366 | rdfs:label "specific gravity"^^xsd:string . |
| 322 | 367 | ||
| 323 | ep-core:temporalPartOf | 368 | ep-core:temporalPartOf |
| ... | @@ -329,16 +374,16 @@ ep-core:temporalPartOf | ... | @@ -329,16 +374,16 @@ ep-core:temporalPartOf |
| 329 | owl:inverseOf ep-core:hasTemporalPart . | 374 | owl:inverseOf ep-core:hasTemporalPart . |
| 330 | 375 | ||
| 331 | ep-core:undefinedScale | 376 | ep-core:undefinedScale |
| 332 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 377 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 333 | rdfs:domain owl:Class ; | 378 | rdfs:domain owl:Class ; |
| 334 | rdfs:label "undefined scale"^^xsd:string . | 379 | rdfs:label "undefined scale"^^xsd:string . |
| 335 | 380 | ||
| 336 | ep-core:usGallon_sack94-1 | 381 | ep-core:usGallon_sack94-1 |
| 337 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 382 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 338 | rdfs:domain ep-core:SpecificVolume ; | 383 | rdfs:domain ep-core:SpecificVolume ; |
| 339 | rdfs:label "USgallon sack94-1"^^xsd:string . | 384 | rdfs:label "USgallon sack94-1"^^xsd:string . |
| 340 | 385 | ||
| 341 | ep-core:week | 386 | ep-core:week |
| 342 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 387 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 343 | rdfs:domain ep-core:TimeDuration ; | 388 | rdfs:domain ep-core:TimeDuration ; |
| 344 | rdfs:label "week"^^xsd:string . | 389 | rdfs:label "week"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Sep 23 19:55:56 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 12:37:51 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
| 4 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
| ... | @@ -521,12 +521,12 @@ ep-spin-lib:buildURI | ... | @@ -521,12 +521,12 @@ ep-spin-lib:buildURI |
| 521 | ] ; | 521 | ] ; |
| 522 | spin:constraint | 522 | spin:constraint |
| 523 | [ rdf:type spl:Argument ; | 523 | [ rdf:type spl:Argument ; |
| 524 | - spl:predicate sp:arg2 ; | 524 | + spl:predicate sp:arg1 ; |
| 525 | spl:valueType xsd:string | 525 | spl:valueType xsd:string |
| 526 | ] ; | 526 | ] ; |
| 527 | spin:constraint | 527 | spin:constraint |
| 528 | [ rdf:type spl:Argument ; | 528 | [ rdf:type spl:Argument ; |
| 529 | - spl:predicate sp:arg1 ; | 529 | + spl:predicate sp:arg2 ; |
| 530 | spl:valueType xsd:string | 530 | spl:valueType xsd:string |
| 531 | ] . | 531 | ] . |
| 532 | 532 | ||
| ... | @@ -2372,10 +2372,73 @@ ep-spin-lib:selectPlasticViscosityScale | ... | @@ -2372,10 +2372,73 @@ ep-spin-lib:selectPlasticViscosityScale |
| 2372 | [ rdf:type sp:if ; | 2372 | [ rdf:type sp:if ; |
| 2373 | sp:arg1 [ rdf:type sp:eq ; | 2373 | sp:arg1 [ rdf:type sp:eq ; |
| 2374 | sp:arg1 spin:_arg1 ; | 2374 | sp:arg1 spin:_arg1 ; |
| 2375 | + sp:arg2 <http://www.witsml.org/schemas/1series#DVU_Pa.s> | ||
| 2376 | + ] ; | ||
| 2377 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#pascal_second> ; | ||
| 2378 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2379 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2380 | + sp:arg1 spin:_arg1 ; | ||
| 2381 | + sp:arg2 ddr:DVU_cP | ||
| 2382 | + ] ; | ||
| 2383 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#centiPoise> ; | ||
| 2384 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2385 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2386 | + sp:arg1 spin:_arg1 ; | ||
| 2387 | + sp:arg2 ddr:DVU_P | ||
| 2388 | + ] ; | ||
| 2389 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#poise> ; | ||
| 2390 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2391 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2392 | + sp:arg1 spin:_arg1 ; | ||
| 2393 | + sp:arg2 <http://www.witsml.org/schemas/1series#DVU_psi.s> | ||
| 2394 | + ] ; | ||
| 2395 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#psi_second> ; | ||
| 2396 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2397 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2398 | + sp:arg1 spin:_arg1 ; | ||
| 2399 | + sp:arg2 <http://www.witsml.org/schemas/1series#DVU_dyne.scm2> | ||
| 2400 | + ] ; | ||
| 2401 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#dyne_second_metre-2> ; | ||
| 2402 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2403 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2404 | + sp:arg1 spin:_arg1 ; | ||
| 2405 | + sp:arg2 <http://www.witsml.org/schemas/1series#DVU_kgf.sm2> | ||
| 2406 | + ] ; | ||
| 2407 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kilogramforce_second_metre-2> ; | ||
| 2408 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2409 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2410 | + sp:arg1 spin:_arg1 ; | ||
| 2411 | + sp:arg2 <http://www.witsml.org/schemas/1series#DVU_lbf.sft2> | ||
| 2412 | + ] ; | ||
| 2413 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#poundforce_second_foot-2> ; | ||
| 2414 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2415 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2416 | + sp:arg1 spin:_arg1 ; | ||
| 2417 | + sp:arg2 <http://www.witsml.org/schemas/1series#DVU_lbf.sin2> | ||
| 2418 | + ] ; | ||
| 2419 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#poundforce_second_inch-2> ; | ||
| 2420 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2421 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2422 | + sp:arg1 spin:_arg1 ; | ||
| 2375 | sp:arg2 <http://www.witsml.org/schemas/1series#DVU_mPa.s> | 2423 | sp:arg2 <http://www.witsml.org/schemas/1series#DVU_mPa.s> |
| 2376 | ] ; | 2424 | ] ; |
| 2377 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaPa_second> ; | 2425 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaPa_second> ; |
| 2426 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2427 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2428 | + sp:arg1 spin:_arg1 ; | ||
| 2429 | + sp:arg2 <http://www.witsml.org/schemas/1series#DVU_N.sm2> | ||
| 2430 | + ] ; | ||
| 2431 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#newton_second_metre-2> ; | ||
| 2378 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2432 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2433 | + ] | ||
| 2434 | + ] | ||
| 2435 | + ] | ||
| 2436 | + ] | ||
| 2437 | + ] | ||
| 2438 | + ] | ||
| 2439 | + ] | ||
| 2440 | + ] | ||
| 2441 | + ] | ||
| 2379 | ] ; | 2442 | ] ; |
| 2380 | sp:variable _:b62 | 2443 | sp:variable _:b62 |
| 2381 | ]) | 2444 | ]) |
| ... | @@ -3191,254 +3254,254 @@ ddr:TTUC_Enumeration_1 | ... | @@ -3191,254 +3254,254 @@ ddr:TTUC_Enumeration_1 |
| 3191 | rdfs:label "Enumeration"^^xsd:string ; | 3254 | rdfs:label "Enumeration"^^xsd:string ; |
| 3192 | dtype:value ddr:TTUC_degC . | 3255 | dtype:value ddr:TTUC_degC . |
| 3193 | 3256 | ||
| 3194 | -_:b1 sp:varName "uri"^^xsd:string . | 3257 | +_:b62 |
| 3258 | + sp:varName "plasticViscosityScale"^^xsd:string . | ||
| 3195 | 3259 | ||
| 3196 | -_:b2 sp:varName "uri"^^xsd:string . | 3260 | +_:b87 |
| 3261 | + sp:varName "yieldPointScale"^^xsd:string . | ||
| 3197 | 3262 | ||
| 3198 | -_:b3 sp:varName "uri"^^xsd:string . | 3263 | +_:b86 |
| 3264 | + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 3199 | 3265 | ||
| 3200 | -_:b4 sp:varName "uri"^^xsd:string . | 3266 | +_:b85 |
| 3267 | + sp:varName "wellTestType"^^xsd:string . | ||
| 3201 | 3268 | ||
| 3202 | -_:b5 sp:varName "uri"^^xsd:string . | 3269 | +_:b84 |
| 3270 | + sp:varName "wellKillingType"^^xsd:string . | ||
| 3203 | 3271 | ||
| 3204 | -_:b6 sp:varName "uri"^^xsd:string . | 3272 | +_:b83 |
| 3273 | + sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 3205 | 3274 | ||
| 3206 | -_:b7 sp:varName "uri"^^xsd:string . | 3275 | +_:b82 |
| 3276 | + sp:varName "wellCementJobType"^^xsd:string . | ||
| 3207 | 3277 | ||
| 3208 | -_:b8 sp:varName "uri"^^xsd:string . | 3278 | +_:b81 |
| 3279 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 3209 | 3280 | ||
| 3210 | -_:b9 sp:varName "uri"^^xsd:string . | 3281 | +_:b80 |
| 3282 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 3211 | 3283 | ||
| 3212 | -_:b10 | 3284 | +_:b79 |
| 3213 | - sp:varName "uri"^^xsd:string . | 3285 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . |
| 3214 | 3286 | ||
| 3215 | -_:b11 | 3287 | +_:b78 |
| 3216 | - sp:varName "uri"^^xsd:string . | 3288 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . |
| 3217 | 3289 | ||
| 3218 | -_:b12 | 3290 | +_:b77 |
| 3219 | - sp:varName "uri"^^xsd:string . | 3291 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . |
| 3220 | 3292 | ||
| 3221 | -_:b13 | 3293 | +_:b76 |
| 3222 | - sp:varName "uri"^^xsd:string . | 3294 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . |
| 3223 | 3295 | ||
| 3224 | -_:b14 | 3296 | +_:b75 |
| 3225 | - sp:varName "uri"^^xsd:string . | 3297 | + sp:varName "wellBoreTightnessType"^^xsd:string . |
| 3226 | 3298 | ||
| 3227 | -_:b15 | 3299 | +_:b74 |
| 3228 | - sp:varName "uri"^^xsd:string . | 3300 | + sp:varName "wellBoreHphtType"^^xsd:string . |
| 3229 | 3301 | ||
| 3230 | -_:b16 | 3302 | +_:b73 |
| 3231 | - sp:varName "uri"^^xsd:string . | 3303 | + sp:varName "wellBoreDrillingType"^^xsd:string . |
| 3232 | 3304 | ||
| 3233 | -_:b17 | 3305 | +_:b72 |
| 3234 | - sp:varName "uri"^^xsd:string . | 3306 | + sp:varName "volumeScale"^^xsd:string . |
| 3235 | 3307 | ||
| 3236 | -_:b18 | 3308 | +_:b71 |
| 3237 | - sp:varName "uri"^^xsd:string . | 3309 | + sp:varName "tubeType"^^xsd:string . |
| 3238 | 3310 | ||
| 3239 | -_:b19 | 3311 | +_:b70 |
| 3240 | - sp:varName "uri"^^xsd:string . | 3312 | + sp:varName "durationScale"^^xsd:string . |
| 3241 | 3313 | ||
| 3242 | -_:b20 | 3314 | +_:b69 |
| 3243 | - sp:varName "uri"^^xsd:string . | 3315 | + sp:varName "temperatureScale"^^xsd:string . |
| 3244 | 3316 | ||
| 3245 | -_:b21 | 3317 | +_:b68 |
| 3246 | - sp:varName "uri"^^xsd:string . | 3318 | + sp:varName "strengthScale"^^xsd:string . |
| 3247 | 3319 | ||
| 3248 | -_:b22 | 3320 | +_:b67 |
| 3249 | - sp:varName "uri"^^xsd:string . | 3321 | + sp:varName "speedScale"^^xsd:string . |
| 3250 | 3322 | ||
| 3251 | -_:b23 | 3323 | +_:b66 |
| 3252 | - sp:varName "uri"^^xsd:string . | 3324 | + sp:varName "specificVolumeScale"^^xsd:string . |
| 3253 | 3325 | ||
| 3254 | -_:b24 | 3326 | +_:b65 |
| 3255 | - sp:varName "uri"^^xsd:string . | 3327 | + sp:varName "pressureTestType"^^xsd:string . |
| 3256 | 3328 | ||
| 3257 | -_:b27 | 3329 | +_:b64 |
| 3258 | - sp:varName "uri"^^xsd:string . | 3330 | + sp:varName "pressureScale"^^xsd:string . |
| 3259 | 3331 | ||
| 3260 | -_:b28 | 3332 | +_:b63 |
| 3261 | - sp:varName "uri"^^xsd:string . | 3333 | + sp:varName "porePressureDeterminationType"^^xsd:string . |
| 3262 | 3334 | ||
| 3263 | -_:b29 | 3335 | +_:b61 |
| 3264 | - sp:varName "uri"^^xsd:string . | 3336 | + sp:varName "angleScale"^^xsd:string . |
| 3265 | 3337 | ||
| 3266 | -_:b30 | 3338 | +_:b60 |
| 3267 | - sp:varName "uri"^^xsd:string . | 3339 | + sp:varName "mudClass"^^xsd:string . |
| 3268 | 3340 | ||
| 3269 | -_:b31 | 3341 | +_:b59 |
| 3270 | - sp:varName "uri"^^xsd:string . | 3342 | + sp:varName "massPerUnitLengthScale"^^xsd:string . |
| 3271 | 3343 | ||
| 3272 | -_:b32 | 3344 | +_:b58 |
| 3273 | - sp:varName "uri"^^xsd:string . | 3345 | + sp:varName "lengthScale"^^xsd:string . |
| 3274 | 3346 | ||
| 3275 | -_:b33 | 3347 | +_:b57 |
| 3276 | - sp:varName "uri"^^xsd:string . | 3348 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 3277 | 3349 | ||
| 3278 | -_:b34 | 3350 | +_:b56 |
| 3279 | - sp:varName "normalizedStr"^^xsd:string . | 3351 | + sp:varName "innerBarrelType"^^xsd:string . |
| 3280 | 3352 | ||
| 3281 | -_:b35 | 3353 | +_:b55 |
| 3282 | - sp:varName "s1"^^xsd:string . | 3354 | + sp:varName "gasReadingType"^^xsd:string . |
| 3283 | 3355 | ||
| 3284 | -_:b36 | 3356 | +_:b54 |
| 3285 | - sp:varName "s2"^^xsd:string . | 3357 | + sp:varName "fluidType"^^xsd:string . |
| 3286 | 3358 | ||
| 3287 | -_:b37 | 3359 | +_:b53 |
| 3288 | - sp:varName "t0a"^^xsd:string . | 3360 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
| 3289 | 3361 | ||
| 3290 | -_:b38 | 3362 | +_:b52 |
| 3291 | - sp:varName "t0b"^^xsd:string . | 3363 | + sp:varName "drillingEquipmentType"^^xsd:string . |
| 3292 | 3364 | ||
| 3293 | -_:b39 | 3365 | +_:b51 |
| 3294 | - sp:varName "t1"^^xsd:string . | 3366 | + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . |
| 3295 | 3367 | ||
| 3296 | -_:b40 | 3368 | +_:b50 |
| 3297 | - sp:varName "t2"^^xsd:string . | 3369 | + sp:varName "drillingActivityPurposeType"^^xsd:string . |
| 3298 | 3370 | ||
| 3299 | -_:b41 | 3371 | +_:b49 |
| 3300 | - sp:varName "t3"^^xsd:string . | 3372 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . |
| 3301 | 3373 | ||
| 3302 | -_:b42 | 3374 | +_:b48 |
| 3303 | - sp:varName "t4"^^xsd:string . | 3375 | + sp:varName "densityScale"^^xsd:string . |
| 3304 | 3376 | ||
| 3305 | -_:b43 | 3377 | +_:b47 |
| 3306 | - sp:varName "activitySuccessType"^^xsd:string . | 3378 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 3307 | 3379 | ||
| 3308 | -_:b44 | 3380 | +_:b46 |
| 3309 | - sp:varName "casingRoleType"^^xsd:string . | 3381 | + sp:varName "componentType"^^xsd:string . |
| 3310 | 3382 | ||
| 3311 | _:b45 | 3383 | _:b45 |
| 3312 | sp:varName "cementingFluidReturnType"^^xsd:string . | 3384 | sp:varName "cementingFluidReturnType"^^xsd:string . |
| 3313 | 3385 | ||
| 3314 | -_:b46 | 3386 | +_:b44 |
| 3315 | - sp:varName "componentType"^^xsd:string . | 3387 | + sp:varName "casingRoleType"^^xsd:string . |
| 3316 | 3388 | ||
| 3317 | -_:b47 | 3389 | +_:b43 |
| 3318 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 3390 | + sp:varName "activitySuccessType"^^xsd:string . |
| 3319 | 3391 | ||
| 3320 | -_:b48 | 3392 | +_:b42 |
| 3321 | - sp:varName "densityScale"^^xsd:string . | 3393 | + sp:varName "t4"^^xsd:string . |
| 3322 | 3394 | ||
| 3323 | -_:b49 | 3395 | +_:b41 |
| 3324 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | 3396 | + sp:varName "t3"^^xsd:string . |
| 3325 | 3397 | ||
| 3326 | -_:b50 | 3398 | +_:b40 |
| 3327 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | 3399 | + sp:varName "t2"^^xsd:string . |
| 3328 | 3400 | ||
| 3329 | -_:b51 | 3401 | +_:b39 |
| 3330 | - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | 3402 | + sp:varName "t1"^^xsd:string . |
| 3331 | 3403 | ||
| 3332 | -_:b52 | 3404 | +_:b38 |
| 3333 | - sp:varName "drillingEquipmentType"^^xsd:string . | 3405 | + sp:varName "t0b"^^xsd:string . |
| 3334 | 3406 | ||
| 3335 | -_:b53 | 3407 | +_:b37 |
| 3336 | - sp:varName "fixedOrMoveableRigType"^^xsd:string . | 3408 | + sp:varName "t0a"^^xsd:string . |
| 3337 | 3409 | ||
| 3338 | -_:b54 | 3410 | +_:b36 |
| 3339 | - sp:varName "fluidType"^^xsd:string . | 3411 | + sp:varName "s2"^^xsd:string . |
| 3340 | 3412 | ||
| 3341 | -_:b55 | 3413 | +_:b35 |
| 3342 | - sp:varName "gasReadingType"^^xsd:string . | 3414 | + sp:varName "s1"^^xsd:string . |
| 3343 | 3415 | ||
| 3344 | -_:b56 | 3416 | +_:b34 |
| 3345 | - sp:varName "innerBarrelType"^^xsd:string . | 3417 | + sp:varName "normalizedStr"^^xsd:string . |
| 3346 | 3418 | ||
| 3347 | -_:b57 | 3419 | +_:b33 |
| 3348 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 3420 | + sp:varName "uri"^^xsd:string . |
| 3349 | 3421 | ||
| 3350 | -_:b58 | 3422 | +_:b32 |
| 3351 | - sp:varName "lengthScale"^^xsd:string . | 3423 | + sp:varName "uri"^^xsd:string . |
| 3352 | 3424 | ||
| 3353 | -_:b59 | 3425 | +_:b31 |
| 3354 | - sp:varName "massPerUnitLengthScale"^^xsd:string . | 3426 | + sp:varName "uri"^^xsd:string . |
| 3355 | 3427 | ||
| 3356 | -_:b60 | 3428 | +_:b30 |
| 3357 | - sp:varName "mudClass"^^xsd:string . | 3429 | + sp:varName "uri"^^xsd:string . |
| 3358 | 3430 | ||
| 3359 | -_:b61 | 3431 | +_:b29 |
| 3360 | - sp:varName "angleScale"^^xsd:string . | 3432 | + sp:varName "uri"^^xsd:string . |
| 3361 | 3433 | ||
| 3362 | -_:b62 | 3434 | +_:b28 |
| 3363 | - sp:varName "plasticViscosityScale"^^xsd:string . | 3435 | + sp:varName "uri"^^xsd:string . |
| 3364 | 3436 | ||
| 3365 | -_:b63 | 3437 | +_:b27 |
| 3366 | - sp:varName "porePressureDeterminationType"^^xsd:string . | 3438 | + sp:varName "uri"^^xsd:string . |
| 3367 | 3439 | ||
| 3368 | -_:b64 | 3440 | +_:b26 |
| 3369 | - sp:varName "pressureScale"^^xsd:string . | 3441 | + sp:varName "uri"^^xsd:string . |
| 3370 | 3442 | ||
| 3371 | -_:b65 | 3443 | +_:b25 |
| 3372 | - sp:varName "pressureTestType"^^xsd:string . | 3444 | + sp:varName "uri"^^xsd:string . |
| 3373 | 3445 | ||
| 3374 | -_:b66 | 3446 | +_:b24 |
| 3375 | - sp:varName "specificVolumeScale"^^xsd:string . | 3447 | + sp:varName "uri"^^xsd:string . |
| 3376 | 3448 | ||
| 3377 | -_:b67 | 3449 | +_:b23 |
| 3378 | - sp:varName "speedScale"^^xsd:string . | 3450 | + sp:varName "uri"^^xsd:string . |
| 3379 | 3451 | ||
| 3380 | -_:b68 | 3452 | +_:b22 |
| 3381 | - sp:varName "strengthScale"^^xsd:string . | 3453 | + sp:varName "uri"^^xsd:string . |
| 3382 | 3454 | ||
| 3383 | -_:b69 | 3455 | +_:b21 |
| 3384 | - sp:varName "temperatureScale"^^xsd:string . | 3456 | + sp:varName "uri"^^xsd:string . |
| 3385 | 3457 | ||
| 3386 | -_:b70 | 3458 | +_:b20 |
| 3387 | - sp:varName "durationScale"^^xsd:string . | 3459 | + sp:varName "uri"^^xsd:string . |
| 3388 | 3460 | ||
| 3389 | -_:b71 | 3461 | +_:b19 |
| 3390 | - sp:varName "tubeType"^^xsd:string . | 3462 | + sp:varName "uri"^^xsd:string . |
| 3391 | 3463 | ||
| 3392 | -_:b72 | 3464 | +_:b18 |
| 3393 | - sp:varName "volumeScale"^^xsd:string . | 3465 | + sp:varName "uri"^^xsd:string . |
| 3394 | 3466 | ||
| 3395 | -_:b73 | 3467 | +_:b17 |
| 3396 | - sp:varName "wellBoreDrillingType"^^xsd:string . | 3468 | + sp:varName "uri"^^xsd:string . |
| 3397 | 3469 | ||
| 3398 | -_:b74 | 3470 | +_:b16 |
| 3399 | - sp:varName "wellBoreHphtType"^^xsd:string . | 3471 | + sp:varName "uri"^^xsd:string . |
| 3400 | 3472 | ||
| 3401 | -_:b75 | 3473 | +_:b15 |
| 3402 | - sp:varName "wellBoreTightnessType"^^xsd:string . | 3474 | + sp:varName "uri"^^xsd:string . |
| 3403 | 3475 | ||
| 3404 | -_:b76 | 3476 | +_:b14 |
| 3405 | - sp:varName "wellCementJobBottomPlugType"^^xsd:string . | 3477 | + sp:varName "uri"^^xsd:string . |
| 3406 | 3478 | ||
| 3407 | -_:b77 | 3479 | +_:b13 |
| 3408 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 3480 | + sp:varName "uri"^^xsd:string . |
| 3409 | 3481 | ||
| 3410 | -_:b78 | 3482 | +_:b12 |
| 3411 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | 3483 | + sp:varName "uri"^^xsd:string . |
| 3412 | 3484 | ||
| 3413 | -_:b79 | 3485 | +_:b11 |
| 3414 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | 3486 | + sp:varName "uri"^^xsd:string . |
| 3415 | 3487 | ||
| 3416 | -_:b80 | 3488 | +_:b10 |
| 3417 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | 3489 | + sp:varName "uri"^^xsd:string . |
| 3418 | 3490 | ||
| 3419 | -_:b81 | 3491 | +_:b9 sp:varName "uri"^^xsd:string . |
| 3420 | - sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 3421 | 3492 | ||
| 3422 | -_:b82 | 3493 | +_:b8 sp:varName "uri"^^xsd:string . |
| 3423 | - sp:varName "wellCementJobType"^^xsd:string . | ||
| 3424 | 3494 | ||
| 3425 | -_:b83 | 3495 | +_:b7 sp:varName "uri"^^xsd:string . |
| 3426 | - sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 3427 | 3496 | ||
| 3428 | -_:b84 | 3497 | +_:b6 sp:varName "uri"^^xsd:string . |
| 3429 | - sp:varName "wellKillingType"^^xsd:string . | ||
| 3430 | 3498 | ||
| 3431 | -_:b85 | 3499 | +_:b5 sp:varName "uri"^^xsd:string . |
| 3432 | - sp:varName "wellTestType"^^xsd:string . | ||
| 3433 | 3500 | ||
| 3434 | -_:b86 | 3501 | +_:b4 sp:varName "uri"^^xsd:string . |
| 3435 | - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 3436 | 3502 | ||
| 3437 | -_:b87 | 3503 | +_:b3 sp:varName "uri"^^xsd:string . |
| 3438 | - sp:varName "yieldPointScale"^^xsd:string . | ||
| 3439 | 3504 | ||
| 3440 | -_:b26 | 3505 | +_:b2 sp:varName "uri"^^xsd:string . |
| 3441 | - sp:varName "uri"^^xsd:string . | ||
| 3442 | 3506 | ||
| 3443 | -_:b25 | 3507 | +_:b1 sp:varName "uri"^^xsd:string . |
| 3444 | - sp:varName "uri"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Sep 23 19:55:56 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 12:37:52 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