millimeter -> millimetre in UoM to be consistent with spelling elsewhere.
Showing
3 changed files
with
80 additions
and
80 deletions
| 1 | -# Saved by TopBraid on Sun Sep 25 18:55:19 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 08:25: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://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,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 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:SpecificMass | 77 | ep-core:SpecificMass |
| 78 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 78 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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 ep-core:PropertySpace , rdfs:Class ; | 83 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 88 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 93 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 98 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 103 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 108 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 rdfs:Class , ep-core:PropertySpace ; | 113 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 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 ep-core:PropertySpace , rdfs:Class ; | 118 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 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:DatatypeProperty , owl:FunctionalProperty ; | 123 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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 owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 129 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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 owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 138 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 143 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 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 owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 148 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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 ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 153 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 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 owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 158 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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:ObjectProperty , owl:TransitiveProperty ; | 163 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 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:FunctionalProperty , owl:DatatypeProperty ; | 167 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 173 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 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 owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 178 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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 owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 183 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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 owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 188 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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 ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 193 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 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 owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 198 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 222 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 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,66 @@ ep-core:humanRecognizableName | ... | @@ -230,66 +230,66 @@ 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 owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 233 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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 owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 238 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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 owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 243 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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:DatatypeProperty , owl:FunctionalProperty ; | 248 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 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 owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 254 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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 owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 259 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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 owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 264 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 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 owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 269 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 270 | rdfs:label "metre3"^^xsd:string . | 270 | rdfs:label "metre3"^^xsd:string . |
| 271 | 271 | ||
| 272 | ep-core:metre_hour-1 | 272 | ep-core:metre_hour-1 |
| 273 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 273 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 274 | rdfs:domain ep-core:Speed ; | 274 | rdfs:domain ep-core:Speed ; |
| 275 | rdfs:label "metre hour-1"^^xsd:string . | 275 | rdfs:label "metre hour-1"^^xsd:string . |
| 276 | 276 | ||
| 277 | -ep-core:millimeter | 277 | +ep-core:millimetre |
| 278 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 278 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 279 | rdfs:domain ep-core:Length ; | 279 | rdfs:domain ep-core:Length ; |
| 280 | rdfs:label "millimetre"^^xsd:string . | 280 | rdfs:label "millimetre"^^xsd:string . |
| 281 | 281 | ||
| 282 | ep-core:million_metre3 | 282 | ep-core:million_metre3 |
| 283 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 283 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 284 | rdfs:label "million metre3"^^xsd:string . | 284 | rdfs:label "million metre3"^^xsd:string . |
| 285 | 285 | ||
| 286 | ep-core:million_metre3_day-1 | 286 | ep-core:million_metre3_day-1 |
| 287 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 287 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 288 | rdfs:domain ep-core:VolumetricFlowRate ; | 288 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 289 | rdfs:label "million metre3 day-1"^^xsd:string . | 289 | rdfs:label "million metre3 day-1"^^xsd:string . |
| 290 | 290 | ||
| 291 | ep-core:minute | 291 | ep-core:minute |
| 292 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 292 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 293 | rdfs:domain ep-core:TimeDuration ; | 293 | rdfs:domain ep-core:TimeDuration ; |
| 294 | rdfs:label "minute"^^xsd:string . | 294 | rdfs:label "minute"^^xsd:string . |
| 295 | 295 | ||
| ... | @@ -299,31 +299,31 @@ ep-core:name | ... | @@ -299,31 +299,31 @@ ep-core:name |
| 299 | rdfs:range xsd:string . | 299 | rdfs:range xsd:string . |
| 300 | 300 | ||
| 301 | ep-core:newton_second_metre-2 | 301 | ep-core:newton_second_metre-2 |
| 302 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 302 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 303 | rdfs:domain ep-core:PlasticViscosity ; | 303 | rdfs:domain ep-core:PlasticViscosity ; |
| 304 | rdfs:label "N.s.m-2"^^xsd:string . | 304 | rdfs:label "N.s.m-2"^^xsd:string . |
| 305 | 305 | ||
| 306 | ep-core:nominallyExistsAt | 306 | ep-core:nominallyExistsAt |
| 307 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 307 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 308 | rdfs:domain ep-core:PhysicalThing ; | 308 | rdfs:domain ep-core:PhysicalThing ; |
| 309 | rdfs:label "nominally exists at"^^xsd:string ; | 309 | rdfs:label "nominally exists at"^^xsd:string ; |
| 310 | rdfs:range xsd:string ; | 310 | rdfs:range xsd:string ; |
| 311 | rdfs:subPropertyOf ep-core:name . | 311 | rdfs:subPropertyOf ep-core:name . |
| 312 | 312 | ||
| 313 | ep-core:npdCode | 313 | ep-core:npdCode |
| 314 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 314 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 315 | rdfs:label "NPD code"^^xsd:string ; | 315 | rdfs:label "NPD code"^^xsd:string ; |
| 316 | rdfs:range xsd:string ; | 316 | rdfs:range xsd:string ; |
| 317 | rdfs:subPropertyOf ep-core:name . | 317 | rdfs:subPropertyOf ep-core:name . |
| 318 | 318 | ||
| 319 | ep-core:npdName | 319 | ep-core:npdName |
| 320 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 320 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 321 | rdfs:label "NPD name"^^xsd:string ; | 321 | rdfs:label "NPD name"^^xsd:string ; |
| 322 | rdfs:range xsd:string ; | 322 | rdfs:range xsd:string ; |
| 323 | rdfs:subPropertyOf ep-core:name . | 323 | rdfs:subPropertyOf ep-core:name . |
| 324 | 324 | ||
| 325 | ep-core:npdNumber | 325 | ep-core:npdNumber |
| 326 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 326 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 327 | rdfs:label "NPD number"^^xsd:string ; | 327 | rdfs:label "NPD number"^^xsd:string ; |
| 328 | rdfs:range xsd:string ; | 328 | rdfs:range xsd:string ; |
| 329 | rdfs:subPropertyOf ep-core:name . | 329 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -336,73 +336,73 @@ ep-core:partOf | ... | @@ -336,73 +336,73 @@ ep-core:partOf |
| 336 | owl:inverseOf ep-core:hasPart . | 336 | owl:inverseOf ep-core:hasPart . |
| 337 | 337 | ||
| 338 | ep-core:partPerMillionByMass | 338 | ep-core:partPerMillionByMass |
| 339 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 339 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 340 | rdfs:domain ep-core:SpecificMass ; | 340 | rdfs:domain ep-core:SpecificMass ; |
| 341 | rdfs:label "part per million (by mass)"^^xsd:string . | 341 | rdfs:label "part per million (by mass)"^^xsd:string . |
| 342 | 342 | ||
| 343 | ep-core:partPerMillionByVolume | 343 | ep-core:partPerMillionByVolume |
| 344 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 344 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 345 | rdfs:domain ep-core:SpecificVolume ; | 345 | rdfs:domain ep-core:SpecificVolume ; |
| 346 | rdfs:label "part per million (by volume)"^^xsd:string . | 346 | rdfs:label "part per million (by volume)"^^xsd:string . |
| 347 | 347 | ||
| 348 | ep-core:pascal | 348 | ep-core:pascal |
| 349 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 349 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 350 | rdfs:domain ep-core:Pressure ; | 350 | rdfs:domain ep-core:Pressure ; |
| 351 | rdfs:label "Pascal"^^xsd:string . | 351 | rdfs:label "Pascal"^^xsd:string . |
| 352 | 352 | ||
| 353 | ep-core:pascal_second | 353 | ep-core:pascal_second |
| 354 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 354 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 355 | rdfs:domain ep-core:PlasticViscosity ; | 355 | rdfs:domain ep-core:PlasticViscosity ; |
| 356 | rdfs:label "Pa.second"^^xsd:string . | 356 | rdfs:label "Pa.second"^^xsd:string . |
| 357 | 357 | ||
| 358 | ep-core:perCentByVolume | 358 | ep-core:perCentByVolume |
| 359 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 359 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 360 | rdfs:domain ep-core:SpecificVolume ; | 360 | rdfs:domain ep-core:SpecificVolume ; |
| 361 | rdfs:label "per cent by volume"^^xsd:string . | 361 | rdfs:label "per cent by volume"^^xsd:string . |
| 362 | 362 | ||
| 363 | ep-core:poise | 363 | ep-core:poise |
| 364 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 364 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 365 | rdfs:domain ep-core:PlasticViscosity ; | 365 | rdfs:domain ep-core:PlasticViscosity ; |
| 366 | rdfs:label "P"^^xsd:string . | 366 | rdfs:label "P"^^xsd:string . |
| 367 | 367 | ||
| 368 | ep-core:pound_foot-1 | 368 | ep-core:pound_foot-1 |
| 369 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 369 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 370 | rdfs:domain ep-core:MassPerUnitLength ; | 370 | rdfs:domain ep-core:MassPerUnitLength ; |
| 371 | rdfs:label "pound foot-1"^^xsd:string . | 371 | rdfs:label "pound foot-1"^^xsd:string . |
| 372 | 372 | ||
| 373 | ep-core:poundforce_second_foot-2 | 373 | ep-core:poundforce_second_foot-2 |
| 374 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 374 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 375 | rdfs:domain ep-core:PlasticViscosity ; | 375 | rdfs:domain ep-core:PlasticViscosity ; |
| 376 | rdfs:label "lbf.s.ft-2"^^xsd:string . | 376 | rdfs:label "lbf.s.ft-2"^^xsd:string . |
| 377 | 377 | ||
| 378 | ep-core:poundforce_second_inch-2 | 378 | ep-core:poundforce_second_inch-2 |
| 379 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 379 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 380 | rdfs:domain ep-core:PlasticViscosity ; | 380 | rdfs:domain ep-core:PlasticViscosity ; |
| 381 | rdfs:label "lbf.s.in-2"^^xsd:string . | 381 | rdfs:label "lbf.s.in-2"^^xsd:string . |
| 382 | 382 | ||
| 383 | ep-core:prospectName | 383 | ep-core:prospectName |
| 384 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 384 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 385 | rdfs:label "prospect name"^^xsd:string ; | 385 | rdfs:label "prospect name"^^xsd:string ; |
| 386 | rdfs:range xsd:string ; | 386 | rdfs:range xsd:string ; |
| 387 | rdfs:subPropertyOf ep-core:name . | 387 | rdfs:subPropertyOf ep-core:name . |
| 388 | 388 | ||
| 389 | ep-core:psi_second | 389 | ep-core:psi_second |
| 390 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 390 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 391 | rdfs:domain ep-core:PlasticViscosity ; | 391 | rdfs:domain ep-core:PlasticViscosity ; |
| 392 | rdfs:label "psi.s"^^xsd:string . | 392 | rdfs:label "psi.s"^^xsd:string . |
| 393 | 393 | ||
| 394 | ep-core:psig | 394 | ep-core:psig |
| 395 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 395 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 396 | rdfs:domain ep-core:Pressure ; | 396 | rdfs:domain ep-core:Pressure ; |
| 397 | rdfs:label "psi gauge"^^xsd:string . | 397 | rdfs:label "psi gauge"^^xsd:string . |
| 398 | 398 | ||
| 399 | ep-core:second | 399 | ep-core:second |
| 400 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 400 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 401 | rdfs:domain ep-core:TimeDuration ; | 401 | rdfs:domain ep-core:TimeDuration ; |
| 402 | rdfs:label "second"^^xsd:string . | 402 | rdfs:label "second"^^xsd:string . |
| 403 | 403 | ||
| 404 | ep-core:specificGravity | 404 | ep-core:specificGravity |
| 405 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 405 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 406 | rdfs:label "specific gravity"^^xsd:string . | 406 | rdfs:label "specific gravity"^^xsd:string . |
| 407 | 407 | ||
| 408 | ep-core:temporalPartOf | 408 | ep-core:temporalPartOf |
| ... | @@ -414,16 +414,16 @@ ep-core:temporalPartOf | ... | @@ -414,16 +414,16 @@ ep-core:temporalPartOf |
| 414 | owl:inverseOf ep-core:hasTemporalPart . | 414 | owl:inverseOf ep-core:hasTemporalPart . |
| 415 | 415 | ||
| 416 | ep-core:undefinedScale | 416 | ep-core:undefinedScale |
| 417 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 417 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 418 | rdfs:domain owl:Class ; | 418 | rdfs:domain owl:Class ; |
| 419 | rdfs:label "undefined scale"^^xsd:string . | 419 | rdfs:label "undefined scale"^^xsd:string . |
| 420 | 420 | ||
| 421 | ep-core:usGallon_sack94-1 | 421 | ep-core:usGallon_sack94-1 |
| 422 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 422 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 423 | rdfs:domain ep-core:SpecificVolume ; | 423 | rdfs:domain ep-core:SpecificVolume ; |
| 424 | rdfs:label "USgallon sack94-1"^^xsd:string . | 424 | rdfs:label "USgallon sack94-1"^^xsd:string . |
| 425 | 425 | ||
| 426 | ep-core:week | 426 | ep-core:week |
| 427 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 427 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 428 | rdfs:domain ep-core:TimeDuration ; | 428 | rdfs:domain ep-core:TimeDuration ; |
| 429 | rdfs:label "week"^^xsd:string . | 429 | rdfs:label "week"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Sep 26 12:11:08 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 08:25:47 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:arg1 ; | 507 | + spl:predicate sp:arg2 ; |
| 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:arg2 ; | 512 | + spl:predicate sp:arg1 ; |
| 513 | spl:valueType xsd:string | 513 | spl:valueType xsd:string |
| 514 | ] . | 514 | ] . |
| 515 | 515 | ||
| ... | @@ -2256,7 +2256,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -2256,7 +2256,7 @@ ep-spin-lib:selectLengthScale |
| 2256 | sp:arg1 spin:_arg1 ; | 2256 | sp:arg1 spin:_arg1 ; |
| 2257 | sp:arg2 ddr:LUMM_mm | 2257 | sp:arg2 ddr:LUMM_mm |
| 2258 | ] ; | 2258 | ] ; |
| 2259 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#millimeter> ; | 2259 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#millimetre> ; |
| 2260 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2260 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2261 | ] | 2261 | ] |
| 2262 | ] | 2262 | ] |
| ... | @@ -3300,6 +3300,9 @@ ddr:TTUC_Enumeration_1 | ... | @@ -3300,6 +3300,9 @@ ddr:TTUC_Enumeration_1 |
| 3300 | rdfs:label "Enumeration"^^xsd:string ; | 3300 | rdfs:label "Enumeration"^^xsd:string ; |
| 3301 | dtype:value ddr:TTUC_degC . | 3301 | dtype:value ddr:TTUC_degC . |
| 3302 | 3302 | ||
| 3303 | +_:b57 | ||
| 3304 | + sp:varName "lengthScale"^^xsd:string . | ||
| 3305 | + | ||
| 3303 | _:b88 | 3306 | _:b88 |
| 3304 | sp:varName "yieldPointScale"^^xsd:string . | 3307 | sp:varName "yieldPointScale"^^xsd:string . |
| 3305 | 3308 | ||
| ... | @@ -3551,6 +3554,3 @@ _:b3 sp:varName "uri"^^xsd:string . | ... | @@ -3551,6 +3554,3 @@ _:b3 sp:varName "uri"^^xsd:string . |
| 3551 | _:b2 sp:varName "uri"^^xsd:string . | 3554 | _:b2 sp:varName "uri"^^xsd:string . |
| 3552 | 3555 | ||
| 3553 | _:b1 sp:varName "uri"^^xsd:string . | 3556 | _:b1 sp:varName "uri"^^xsd:string . |
| 3554 | - | ||
| 3555 | -_:b57 | ||
| 3556 | - sp:varName "lengthScale"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Sep 26 12:11:09 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 08:25:47 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