Showing
3 changed files
with
105 additions
and
81 deletions
| 1 | -# Saved by TopBraid on Tue Sep 27 08:25:02 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 10:01:19 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 | ||
| 4 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 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 | ||
| 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://www.linkedmodel.org/1.2/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; | 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> ; |
| 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:FunctionalProperty , owl:ObjectProperty . | 20 | + rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . |
| 21 | 21 | ||
| 22 | ep-core:Density | 22 | ep-core:Density |
| 23 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 23 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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 ep-core:PropertySpace , rdfs:Class ; | 28 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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 ep-core:PropertySpace , rdfs:Class ; | 33 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 48 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 53 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 ep-core:PropertySpace , rdfs:Class ; | 58 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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,68 +65,68 @@ ep-core:PropertySpace | ... | @@ -65,68 +65,68 @@ 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 rdfs:Class , ep-core:PropertySpace ; | 68 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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:FunctionalProperty , owl:DatatypeProperty . | 75 | + rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . |
| 76 | 76 | ||
| 77 | ep-core:SpecificMass | 77 | ep-core:SpecificMass |
| 78 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 78 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 79 | rdfs:label "specific mass"^^xsd:string ; | 79 | rdfs:label "specific mass"^^xsd:string ; |
| 80 | rdfs:subClassOf owl:Class . | 80 | rdfs:subClassOf owl:Class . |
| 81 | 81 | ||
| 82 | ep-core:SpecificVolume | 82 | ep-core:SpecificVolume |
| 83 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 83 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 84 | rdfs:label "specific volume"^^xsd:string ; | 84 | rdfs:label "specific volume"^^xsd:string ; |
| 85 | rdfs:subClassOf owl:Class . | 85 | rdfs:subClassOf owl:Class . |
| 86 | 86 | ||
| 87 | ep-core:Speed | 87 | ep-core:Speed |
| 88 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 88 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 89 | rdfs:label "speed"^^xsd:string ; | 89 | rdfs:label "speed"^^xsd:string ; |
| 90 | rdfs:subClassOf owl:Class . | 90 | rdfs:subClassOf owl:Class . |
| 91 | 91 | ||
| 92 | ep-core:StrengthOfRockFormation | 92 | ep-core:StrengthOfRockFormation |
| 93 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 93 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 94 | rdfs:label "strength of rock formation"^^xsd:string ; | 94 | rdfs:label "strength of rock formation"^^xsd:string ; |
| 95 | rdfs:subClassOf owl:Class . | 95 | rdfs:subClassOf owl:Class . |
| 96 | 96 | ||
| 97 | ep-core:Temperature | 97 | ep-core:Temperature |
| 98 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 98 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 99 | rdfs:label "temperature"^^xsd:string ; | 99 | rdfs:label "temperature"^^xsd:string ; |
| 100 | rdfs:subClassOf owl:Class . | 100 | rdfs:subClassOf owl:Class . |
| 101 | 101 | ||
| 102 | ep-core:TimeDuration | 102 | ep-core:TimeDuration |
| 103 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 103 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 104 | rdfs:label "time duration"^^xsd:string ; | 104 | rdfs:label "time duration"^^xsd:string ; |
| 105 | rdfs:subClassOf owl:Class . | 105 | rdfs:subClassOf owl:Class . |
| 106 | 106 | ||
| 107 | ep-core:Volume | 107 | ep-core:Volume |
| 108 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 108 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 109 | rdfs:label "volume"^^xsd:string ; | 109 | rdfs:label "volume"^^xsd:string ; |
| 110 | rdfs:subClassOf owl:Class . | 110 | rdfs:subClassOf owl:Class . |
| 111 | 111 | ||
| 112 | ep-core:VolumetricFlowRate | 112 | ep-core:VolumetricFlowRate |
| 113 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 113 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 114 | rdfs:label "volumetric flow rate"^^xsd:string ; | 114 | rdfs:label "volumetric flow rate"^^xsd:string ; |
| 115 | rdfs:subClassOf owl:Class . | 115 | rdfs:subClassOf owl:Class . |
| 116 | 116 | ||
| 117 | ep-core:YieldPoint | 117 | ep-core:YieldPoint |
| 118 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 118 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 119 | rdfs:label "yield point"^^xsd:string ; | 119 | rdfs:label "yield point"^^xsd:string ; |
| 120 | rdfs:subClassOf owl:Class . | 120 | rdfs:subClassOf owl:Class . |
| 121 | 121 | ||
| 122 | ep-core:apiName | 122 | ep-core:apiName |
| 123 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 123 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 124 | rdfs:label "API name"^^xsd:string ; | 124 | rdfs:label "API name"^^xsd:string ; |
| 125 | rdfs:range xsd:string ; | 125 | rdfs:range xsd:string ; |
| 126 | rdfs:subPropertyOf ep-core:name . | 126 | rdfs:subPropertyOf ep-core:name . |
| 127 | 127 | ||
| 128 | ep-core:bar | 128 | ep-core:bar |
| 129 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 129 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 130 | rdfs:domain ep-core:Pressure ; | 130 | rdfs:domain ep-core:Pressure ; |
| 131 | rdfs:label "bar"^^xsd:string . | 131 | rdfs:label "bar"^^xsd:string . |
| 132 | 132 | ||
| ... | @@ -135,67 +135,67 @@ ep-core:basisFor | ... | @@ -135,67 +135,67 @@ ep-core:basisFor |
| 135 | rdfs:label "basis for"^^xsd:string . | 135 | rdfs:label "basis for"^^xsd:string . |
| 136 | 136 | ||
| 137 | ep-core:celsius | 137 | ep-core:celsius |
| 138 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 138 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 139 | rdfs:domain ep-core:Temperature ; | 139 | rdfs:domain ep-core:Temperature ; |
| 140 | rdfs:label "celsius"^^xsd:string . | 140 | rdfs:label "celsius"^^xsd:string . |
| 141 | 141 | ||
| 142 | ep-core:centiPoise | 142 | ep-core:centiPoise |
| 143 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 143 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 144 | rdfs:domain ep-core:PlasticViscosity ; | 144 | rdfs:domain ep-core:PlasticViscosity ; |
| 145 | rdfs:label "cP"^^xsd:string . | 145 | rdfs:label "cP"^^xsd:string . |
| 146 | 146 | ||
| 147 | ep-core:day | 147 | ep-core:day |
| 148 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 148 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 149 | rdfs:domain ep-core:TimeDuration ; | 149 | rdfs:domain ep-core:TimeDuration ; |
| 150 | rdfs:label "day"^^xsd:string . | 150 | rdfs:label "day"^^xsd:string . |
| 151 | 151 | ||
| 152 | ep-core:decimetre3 | 152 | ep-core:decimetre3 |
| 153 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 153 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 154 | rdfs:domain ep-core:Volume ; | 154 | rdfs:domain ep-core:Volume ; |
| 155 | rdfs:label "decimetre 3"^^xsd:string . | 155 | rdfs:label "decimetre 3"^^xsd:string . |
| 156 | 156 | ||
| 157 | ep-core:degreesOfAngle | 157 | ep-core:degreesOfAngle |
| 158 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 158 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 159 | rdfs:domain ep-core:PlaneAngle ; | 159 | rdfs:domain ep-core:PlaneAngle ; |
| 160 | rdfs:label "degrees of angle"^^xsd:string . | 160 | rdfs:label "degrees of angle"^^xsd:string . |
| 161 | 161 | ||
| 162 | ep-core:derivedFrom | 162 | ep-core:derivedFrom |
| 163 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 163 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 164 | rdfs:label "derived from"^^xsd:string . | 164 | rdfs:label "derived from"^^xsd:string . |
| 165 | 165 | ||
| 166 | ep-core:dtiName | 166 | ep-core:dtiName |
| 167 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 167 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 168 | rdfs:label "DTI name"^^xsd:string ; | 168 | rdfs:label "DTI name"^^xsd:string ; |
| 169 | rdfs:range xsd:string ; | 169 | rdfs:range xsd:string ; |
| 170 | rdfs:subPropertyOf ep-core:name . | 170 | rdfs:subPropertyOf ep-core:name . |
| 171 | 171 | ||
| 172 | ep-core:dyne_second_metre-2 | 172 | ep-core:dyne_second_metre-2 |
| 173 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 173 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 174 | rdfs:domain ep-core:PlasticViscosity ; | 174 | rdfs:domain ep-core:PlasticViscosity ; |
| 175 | rdfs:label "dyne.s.m-2"^^xsd:string . | 175 | rdfs:label "dyne.s.m-2"^^xsd:string . |
| 176 | 176 | ||
| 177 | ep-core:foot | 177 | ep-core:foot |
| 178 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 178 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 179 | rdfs:domain ep-core:Length ; | 179 | rdfs:domain ep-core:Length ; |
| 180 | rdfs:label "foot"^^xsd:string . | 180 | rdfs:label "foot"^^xsd:string . |
| 181 | 181 | ||
| 182 | ep-core:foot3_sack94-1 | 182 | ep-core:foot3_sack94-1 |
| 183 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 183 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 184 | rdfs:domain ep-core:YieldPoint ; | 184 | rdfs:domain ep-core:YieldPoint ; |
| 185 | rdfs:label "foot3 sack94-1"^^xsd:string . | 185 | rdfs:label "foot3 sack94-1"^^xsd:string . |
| 186 | 186 | ||
| 187 | ep-core:footUS | 187 | ep-core:footUS |
| 188 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 188 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 189 | rdfs:domain ep-core:Length ; | 189 | rdfs:domain ep-core:Length ; |
| 190 | rdfs:label "foot (US survey)"^^xsd:string . | 190 | rdfs:label "foot (US survey)"^^xsd:string . |
| 191 | 191 | ||
| 192 | ep-core:fractionByVolume | 192 | ep-core:fractionByVolume |
| 193 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 193 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 194 | rdfs:domain ep-core:SpecificVolume ; | 194 | rdfs:domain ep-core:SpecificVolume ; |
| 195 | rdfs:label "fraction by volume"^^xsd:string . | 195 | rdfs:label "fraction by volume"^^xsd:string . |
| 196 | 196 | ||
| 197 | ep-core:gram_cm-3 | 197 | ep-core:gram_cm-3 |
| 198 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 198 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 199 | rdfs:label "gram cm-3"^^xsd:string . | 199 | rdfs:label "gram cm-3"^^xsd:string . |
| 200 | 200 | ||
| 201 | ep-core:hasPart | 201 | ep-core:hasPart |
| ... | @@ -219,7 +219,7 @@ ep-core:hasVolume | ... | @@ -219,7 +219,7 @@ ep-core:hasVolume |
| 219 | rdfs:label "has volume"^^xsd:string . | 219 | rdfs:label "has volume"^^xsd:string . |
| 220 | 220 | ||
| 221 | ep-core:hour | 221 | ep-core:hour |
| 222 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 222 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 223 | rdfs:domain ep-core:TimeDuration ; | 223 | rdfs:domain ep-core:TimeDuration ; |
| 224 | rdfs:label "hour"^^xsd:string . | 224 | rdfs:label "hour"^^xsd:string . |
| 225 | 225 | ||
| ... | @@ -230,66 +230,76 @@ ep-core:humanRecognizableName | ... | @@ -230,66 +230,76 @@ ep-core:humanRecognizableName |
| 230 | rdfs:subPropertyOf ep-core:name . | 230 | rdfs:subPropertyOf ep-core:name . |
| 231 | 231 | ||
| 232 | ep-core:inch | 232 | ep-core:inch |
| 233 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 233 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 234 | rdfs:domain ep-core:Length ; | 234 | rdfs:domain ep-core:Length ; |
| 235 | rdfs:label "inch"^^xsd:string . | 235 | rdfs:label "inch"^^xsd:string . |
| 236 | 236 | ||
| 237 | ep-core:inchUS | 237 | ep-core:inchUS |
| 238 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 238 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 239 | rdfs:domain ep-core:Length ; | 239 | rdfs:domain ep-core:Length ; |
| 240 | rdfs:label "inch (US survey)"^^xsd:string . | 240 | rdfs:label "inch (US survey)"^^xsd:string . |
| 241 | 241 | ||
| 242 | ep-core:kilogramforce_second_metre-2 | 242 | ep-core:kilogramforce_second_metre-2 |
| 243 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 243 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 244 | rdfs:domain ep-core:PlasticViscosity ; | 244 | rdfs:domain ep-core:PlasticViscosity ; |
| 245 | rdfs:label "kgf.s.m-2"^^xsd:string . | 245 | rdfs:label "kgf.s.m-2"^^xsd:string . |
| 246 | 246 | ||
| 247 | ep-core:localFieldName | 247 | ep-core:localFieldName |
| 248 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 248 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 249 | rdfs:label "local field name"^^xsd:string ; | 249 | rdfs:label "local field name"^^xsd:string ; |
| 250 | rdfs:range xsd:string ; | 250 | rdfs:range xsd:string ; |
| 251 | rdfs:subPropertyOf ep-core:name . | 251 | rdfs:subPropertyOf ep-core:name . |
| 252 | 252 | ||
| 253 | ep-core:megaPa | 253 | ep-core:megaPa |
| 254 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 254 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 255 | rdfs:domain ep-core:Pressure ; | 255 | rdfs:domain ep-core:Pressure ; |
| 256 | rdfs:label "MPa"^^xsd:string . | 256 | rdfs:label "MPa"^^xsd:string . |
| 257 | 257 | ||
| 258 | ep-core:megaPa_second | 258 | ep-core:megaPa_second |
| 259 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 259 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 260 | rdfs:domain ep-core:PlasticViscosity ; | 260 | rdfs:domain ep-core:PlasticViscosity ; |
| 261 | rdfs:label "MPa.second"^^xsd:string . | 261 | rdfs:label "MPa.second"^^xsd:string . |
| 262 | 262 | ||
| 263 | ep-core:metre | 263 | ep-core:metre |
| 264 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 264 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 265 | rdfs:domain ep-core:Length ; | 265 | rdfs:domain ep-core:Length ; |
| 266 | rdfs:label "metre"^^xsd:string . | 266 | rdfs:label "metre"^^xsd:string . |
| 267 | 267 | ||
| 268 | ep-core:metre3 | 268 | ep-core:metre3 |
| 269 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 269 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 270 | rdfs:label "metre3"^^xsd:string . | 270 | rdfs:label "metre3"^^xsd:string . |
| 271 | 271 | ||
| 272 | +ep-core:metre3_day-1 | ||
| 273 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 274 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 275 | + rdfs:label "metre3 day-1"^^xsd:string . | ||
| 276 | + | ||
| 277 | +ep-core:metre3_minute-1 | ||
| 278 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 279 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 280 | + rdfs:label "metre3 minute-1"^^xsd:string . | ||
| 281 | + | ||
| 272 | ep-core:metre_hour-1 | 282 | ep-core:metre_hour-1 |
| 273 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 283 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 274 | rdfs:domain ep-core:Speed ; | 284 | rdfs:domain ep-core:Speed ; |
| 275 | rdfs:label "metre hour-1"^^xsd:string . | 285 | rdfs:label "metre hour-1"^^xsd:string . |
| 276 | 286 | ||
| 277 | ep-core:millimetre | 287 | ep-core:millimetre |
| 278 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 288 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 279 | rdfs:domain ep-core:Length ; | 289 | rdfs:domain ep-core:Length ; |
| 280 | rdfs:label "millimetre"^^xsd:string . | 290 | rdfs:label "millimetre"^^xsd:string . |
| 281 | 291 | ||
| 282 | ep-core:million_metre3 | 292 | ep-core:million_metre3 |
| 283 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 293 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 284 | rdfs:label "million metre3"^^xsd:string . | 294 | rdfs:label "million metre3"^^xsd:string . |
| 285 | 295 | ||
| 286 | ep-core:million_metre3_day-1 | 296 | ep-core:million_metre3_day-1 |
| 287 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 297 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 288 | rdfs:domain ep-core:VolumetricFlowRate ; | 298 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 289 | rdfs:label "million metre3 day-1"^^xsd:string . | 299 | rdfs:label "million metre3 day-1"^^xsd:string . |
| 290 | 300 | ||
| 291 | ep-core:minute | 301 | ep-core:minute |
| 292 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 302 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 293 | rdfs:domain ep-core:TimeDuration ; | 303 | rdfs:domain ep-core:TimeDuration ; |
| 294 | rdfs:label "minute"^^xsd:string . | 304 | rdfs:label "minute"^^xsd:string . |
| 295 | 305 | ||
| ... | @@ -299,31 +309,31 @@ ep-core:name | ... | @@ -299,31 +309,31 @@ ep-core:name |
| 299 | rdfs:range xsd:string . | 309 | rdfs:range xsd:string . |
| 300 | 310 | ||
| 301 | ep-core:newton_second_metre-2 | 311 | ep-core:newton_second_metre-2 |
| 302 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 312 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 303 | rdfs:domain ep-core:PlasticViscosity ; | 313 | rdfs:domain ep-core:PlasticViscosity ; |
| 304 | rdfs:label "N.s.m-2"^^xsd:string . | 314 | rdfs:label "N.s.m-2"^^xsd:string . |
| 305 | 315 | ||
| 306 | ep-core:nominallyExistsAt | 316 | ep-core:nominallyExistsAt |
| 307 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 317 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 308 | rdfs:domain ep-core:PhysicalThing ; | 318 | rdfs:domain ep-core:PhysicalThing ; |
| 309 | rdfs:label "nominally exists at"^^xsd:string ; | 319 | rdfs:label "nominally exists at"^^xsd:string ; |
| 310 | rdfs:range xsd:string ; | 320 | rdfs:range xsd:string ; |
| 311 | rdfs:subPropertyOf ep-core:name . | 321 | rdfs:subPropertyOf ep-core:name . |
| 312 | 322 | ||
| 313 | ep-core:npdCode | 323 | ep-core:npdCode |
| 314 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 324 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 315 | rdfs:label "NPD code"^^xsd:string ; | 325 | rdfs:label "NPD code"^^xsd:string ; |
| 316 | rdfs:range xsd:string ; | 326 | rdfs:range xsd:string ; |
| 317 | rdfs:subPropertyOf ep-core:name . | 327 | rdfs:subPropertyOf ep-core:name . |
| 318 | 328 | ||
| 319 | ep-core:npdName | 329 | ep-core:npdName |
| 320 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 330 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 321 | rdfs:label "NPD name"^^xsd:string ; | 331 | rdfs:label "NPD name"^^xsd:string ; |
| 322 | rdfs:range xsd:string ; | 332 | rdfs:range xsd:string ; |
| 323 | rdfs:subPropertyOf ep-core:name . | 333 | rdfs:subPropertyOf ep-core:name . |
| 324 | 334 | ||
| 325 | ep-core:npdNumber | 335 | ep-core:npdNumber |
| 326 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 336 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 327 | rdfs:label "NPD number"^^xsd:string ; | 337 | rdfs:label "NPD number"^^xsd:string ; |
| 328 | rdfs:range xsd:string ; | 338 | rdfs:range xsd:string ; |
| 329 | rdfs:subPropertyOf ep-core:name . | 339 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -336,73 +346,73 @@ ep-core:partOf | ... | @@ -336,73 +346,73 @@ ep-core:partOf |
| 336 | owl:inverseOf ep-core:hasPart . | 346 | owl:inverseOf ep-core:hasPart . |
| 337 | 347 | ||
| 338 | ep-core:partPerMillionByMass | 348 | ep-core:partPerMillionByMass |
| 339 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 349 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 340 | rdfs:domain ep-core:SpecificMass ; | 350 | rdfs:domain ep-core:SpecificMass ; |
| 341 | rdfs:label "part per million (by mass)"^^xsd:string . | 351 | rdfs:label "part per million (by mass)"^^xsd:string . |
| 342 | 352 | ||
| 343 | ep-core:partPerMillionByVolume | 353 | ep-core:partPerMillionByVolume |
| 344 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 354 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 345 | rdfs:domain ep-core:SpecificVolume ; | 355 | rdfs:domain ep-core:SpecificVolume ; |
| 346 | rdfs:label "part per million (by volume)"^^xsd:string . | 356 | rdfs:label "part per million (by volume)"^^xsd:string . |
| 347 | 357 | ||
| 348 | ep-core:pascal | 358 | ep-core:pascal |
| 349 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 359 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 350 | rdfs:domain ep-core:Pressure ; | 360 | rdfs:domain ep-core:Pressure ; |
| 351 | rdfs:label "Pascal"^^xsd:string . | 361 | rdfs:label "Pascal"^^xsd:string . |
| 352 | 362 | ||
| 353 | ep-core:pascal_second | 363 | ep-core:pascal_second |
| 354 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 364 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 355 | rdfs:domain ep-core:PlasticViscosity ; | 365 | rdfs:domain ep-core:PlasticViscosity ; |
| 356 | rdfs:label "Pa.second"^^xsd:string . | 366 | rdfs:label "Pa.second"^^xsd:string . |
| 357 | 367 | ||
| 358 | ep-core:perCentByVolume | 368 | ep-core:perCentByVolume |
| 359 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 369 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 360 | rdfs:domain ep-core:SpecificVolume ; | 370 | rdfs:domain ep-core:SpecificVolume ; |
| 361 | rdfs:label "per cent by volume"^^xsd:string . | 371 | rdfs:label "per cent by volume"^^xsd:string . |
| 362 | 372 | ||
| 363 | ep-core:poise | 373 | ep-core:poise |
| 364 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 374 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 365 | rdfs:domain ep-core:PlasticViscosity ; | 375 | rdfs:domain ep-core:PlasticViscosity ; |
| 366 | rdfs:label "P"^^xsd:string . | 376 | rdfs:label "P"^^xsd:string . |
| 367 | 377 | ||
| 368 | ep-core:pound_foot-1 | 378 | ep-core:pound_foot-1 |
| 369 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 379 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 370 | rdfs:domain ep-core:MassPerUnitLength ; | 380 | rdfs:domain ep-core:MassPerUnitLength ; |
| 371 | rdfs:label "pound foot-1"^^xsd:string . | 381 | rdfs:label "pound foot-1"^^xsd:string . |
| 372 | 382 | ||
| 373 | ep-core:poundforce_second_foot-2 | 383 | ep-core:poundforce_second_foot-2 |
| 374 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 384 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 375 | rdfs:domain ep-core:PlasticViscosity ; | 385 | rdfs:domain ep-core:PlasticViscosity ; |
| 376 | rdfs:label "lbf.s.ft-2"^^xsd:string . | 386 | rdfs:label "lbf.s.ft-2"^^xsd:string . |
| 377 | 387 | ||
| 378 | ep-core:poundforce_second_inch-2 | 388 | ep-core:poundforce_second_inch-2 |
| 379 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 389 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 380 | rdfs:domain ep-core:PlasticViscosity ; | 390 | rdfs:domain ep-core:PlasticViscosity ; |
| 381 | rdfs:label "lbf.s.in-2"^^xsd:string . | 391 | rdfs:label "lbf.s.in-2"^^xsd:string . |
| 382 | 392 | ||
| 383 | ep-core:prospectName | 393 | ep-core:prospectName |
| 384 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 394 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 385 | rdfs:label "prospect name"^^xsd:string ; | 395 | rdfs:label "prospect name"^^xsd:string ; |
| 386 | rdfs:range xsd:string ; | 396 | rdfs:range xsd:string ; |
| 387 | rdfs:subPropertyOf ep-core:name . | 397 | rdfs:subPropertyOf ep-core:name . |
| 388 | 398 | ||
| 389 | ep-core:psi_second | 399 | ep-core:psi_second |
| 390 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 400 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 391 | rdfs:domain ep-core:PlasticViscosity ; | 401 | rdfs:domain ep-core:PlasticViscosity ; |
| 392 | rdfs:label "psi.s"^^xsd:string . | 402 | rdfs:label "psi.s"^^xsd:string . |
| 393 | 403 | ||
| 394 | ep-core:psig | 404 | ep-core:psig |
| 395 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 405 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 396 | rdfs:domain ep-core:Pressure ; | 406 | rdfs:domain ep-core:Pressure ; |
| 397 | rdfs:label "psi gauge"^^xsd:string . | 407 | rdfs:label "psi gauge"^^xsd:string . |
| 398 | 408 | ||
| 399 | ep-core:second | 409 | ep-core:second |
| 400 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 410 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 401 | rdfs:domain ep-core:TimeDuration ; | 411 | rdfs:domain ep-core:TimeDuration ; |
| 402 | rdfs:label "second"^^xsd:string . | 412 | rdfs:label "second"^^xsd:string . |
| 403 | 413 | ||
| 404 | ep-core:specificGravity | 414 | ep-core:specificGravity |
| 405 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 415 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 406 | rdfs:label "specific gravity"^^xsd:string . | 416 | rdfs:label "specific gravity"^^xsd:string . |
| 407 | 417 | ||
| 408 | ep-core:temporalPartOf | 418 | ep-core:temporalPartOf |
| ... | @@ -414,16 +424,16 @@ ep-core:temporalPartOf | ... | @@ -414,16 +424,16 @@ ep-core:temporalPartOf |
| 414 | owl:inverseOf ep-core:hasTemporalPart . | 424 | owl:inverseOf ep-core:hasTemporalPart . |
| 415 | 425 | ||
| 416 | ep-core:undefinedScale | 426 | ep-core:undefinedScale |
| 417 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 427 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 418 | rdfs:domain owl:Class ; | 428 | rdfs:domain owl:Class ; |
| 419 | rdfs:label "undefined scale"^^xsd:string . | 429 | rdfs:label "undefined scale"^^xsd:string . |
| 420 | 430 | ||
| 421 | ep-core:usGallon_sack94-1 | 431 | ep-core:usGallon_sack94-1 |
| 422 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 432 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 423 | rdfs:domain ep-core:SpecificVolume ; | 433 | rdfs:domain ep-core:SpecificVolume ; |
| 424 | rdfs:label "USgallon sack94-1"^^xsd:string . | 434 | rdfs:label "USgallon sack94-1"^^xsd:string . |
| 425 | 435 | ||
| 426 | ep-core:week | 436 | ep-core:week |
| 427 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 437 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 428 | rdfs:domain ep-core:TimeDuration ; | 438 | rdfs:domain ep-core:TimeDuration ; |
| 429 | rdfs:label "week"^^xsd:string . | 439 | rdfs:label "week"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Sep 27 08:25:47 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 10:05:18 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 |
| ... | @@ -504,12 +504,12 @@ ep-spin-lib:buildURI | ... | @@ -504,12 +504,12 @@ ep-spin-lib:buildURI |
| 504 | ] ; | 504 | ] ; |
| 505 | spin:constraint | 505 | spin:constraint |
| 506 | [ rdf:type spl:Argument ; | 506 | [ rdf:type spl:Argument ; |
| 507 | - spl:predicate sp:arg2 ; | 507 | + spl:predicate sp:arg1 ; |
| 508 | spl:valueType xsd:string | 508 | spl:valueType xsd:string |
| 509 | ] ; | 509 | ] ; |
| 510 | spin:constraint | 510 | spin:constraint |
| 511 | [ rdf:type spl:Argument ; | 511 | [ rdf:type spl:Argument ; |
| 512 | - spl:predicate sp:arg1 ; | 512 | + spl:predicate sp:arg2 ; |
| 513 | spl:valueType xsd:string | 513 | spl:valueType xsd:string |
| 514 | ] . | 514 | ] . |
| 515 | 515 | ||
| ... | @@ -2841,7 +2841,21 @@ ep-spin-lib:selectVolumetricFlowRateScale | ... | @@ -2841,7 +2841,21 @@ ep-spin-lib:selectVolumetricFlowRateScale |
| 2841 | sp:arg2 ddr:VFRUMCMPD_Mm3d | 2841 | sp:arg2 ddr:VFRUMCMPD_Mm3d |
| 2842 | ] ; | 2842 | ] ; |
| 2843 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#million_metre3_day-1> ; | 2843 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#million_metre3_day-1> ; |
| 2844 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2845 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2846 | + sp:arg1 spin:_arg1 ; | ||
| 2847 | + sp:arg2 ddr:VFRUCMPD_m3d | ||
| 2848 | + ] ; | ||
| 2849 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3_day-1> ; | ||
| 2850 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2851 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2852 | + sp:arg1 spin:_arg1 ; | ||
| 2853 | + sp:arg2 ddr:VFRUCMPM_m3min | ||
| 2854 | + ] ; | ||
| 2855 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3_minute-1> ; | ||
| 2844 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2856 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2857 | + ] | ||
| 2858 | + ] | ||
| 2845 | ] ; | 2859 | ] ; |
| 2846 | sp:variable _:b73 | 2860 | sp:variable _:b73 |
| 2847 | ]) | 2861 | ]) |
| ... | @@ -3300,8 +3314,8 @@ ddr:TTUC_Enumeration_1 | ... | @@ -3300,8 +3314,8 @@ ddr:TTUC_Enumeration_1 |
| 3300 | rdfs:label "Enumeration"^^xsd:string ; | 3314 | rdfs:label "Enumeration"^^xsd:string ; |
| 3301 | dtype:value ddr:TTUC_degC . | 3315 | dtype:value ddr:TTUC_degC . |
| 3302 | 3316 | ||
| 3303 | -_:b57 | 3317 | +_:b73 |
| 3304 | - sp:varName "lengthScale"^^xsd:string . | 3318 | + sp:varName "volumetricFlowRateScale"^^xsd:string . |
| 3305 | 3319 | ||
| 3306 | _:b88 | 3320 | _:b88 |
| 3307 | sp:varName "yieldPointScale"^^xsd:string . | 3321 | sp:varName "yieldPointScale"^^xsd:string . |
| ... | @@ -3348,9 +3362,6 @@ _:b75 | ... | @@ -3348,9 +3362,6 @@ _:b75 |
| 3348 | _:b74 | 3362 | _:b74 |
| 3349 | sp:varName "wellBoreDrillingType"^^xsd:string . | 3363 | sp:varName "wellBoreDrillingType"^^xsd:string . |
| 3350 | 3364 | ||
| 3351 | -_:b73 | ||
| 3352 | - sp:varName "volumetricFlowRateScale"^^xsd:string . | ||
| 3353 | - | ||
| 3354 | _:b72 | 3365 | _:b72 |
| 3355 | sp:varName "volumeScale"^^xsd:string . | 3366 | sp:varName "volumeScale"^^xsd:string . |
| 3356 | 3367 | ||
| ... | @@ -3396,6 +3407,9 @@ _:b59 | ... | @@ -3396,6 +3407,9 @@ _:b59 |
| 3396 | _:b58 | 3407 | _:b58 |
| 3397 | sp:varName "massPerUnitLengthScale"^^xsd:string . | 3408 | sp:varName "massPerUnitLengthScale"^^xsd:string . |
| 3398 | 3409 | ||
| 3410 | +_:b57 | ||
| 3411 | + sp:varName "lengthScale"^^xsd:string . | ||
| 3412 | + | ||
| 3399 | _:b56 | 3413 | _:b56 |
| 3400 | sp:varName "dailyDrillingReportType"^^xsd:string . | 3414 | sp:varName "dailyDrillingReportType"^^xsd:string . |
| 3401 | 3415 | ... | ... |
| 1 | -# Saved by TopBraid on Tue Sep 27 08:25:47 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 10:05:18 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