Showing
2 changed files
with
24 additions
and
24 deletions
| ... | @@ -13,30 +13,6 @@ | ... | @@ -13,30 +13,6 @@ |
| 13 | owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; | 13 | owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; |
| 14 | owl:versionInfo "0.1.0"^^xsd:string . | 14 | owl:versionInfo "0.1.0"^^xsd:string . |
| 15 | 15 | ||
| 16 | -<http://www.reportinghub.no/ep/schema/core#0degC> | ||
| 17 | - rdf:type ep-core:Temperature ; | ||
| 18 | - rdfs:label "0 degC"^^xsd:string ; | ||
| 19 | - rdfs:subClassOf ep-core:PhysicalObject ; | ||
| 20 | - ep-core:celsius "0"^^xsd:string . | ||
| 21 | - | ||
| 22 | -<http://www.reportinghub.no/ep/schema/core#15degC> | ||
| 23 | - rdf:type ep-core:Temperature ; | ||
| 24 | - rdfs:label "15 degC"^^xsd:string ; | ||
| 25 | - rdfs:subClassOf ep-core:PhysicalObject ; | ||
| 26 | - ep-core:celsius "15"^^xsd:string . | ||
| 27 | - | ||
| 28 | -<http://www.reportinghub.no/ep/schema/core#1atm> | ||
| 29 | - rdf:type ep-core:Pressure ; | ||
| 30 | - rdfs:label "1 atm"^^xsd:string ; | ||
| 31 | - rdfs:subClassOf ep-core:PhysicalObject ; | ||
| 32 | - ep-core:atmosphere "1"^^xsd:string . | ||
| 33 | - | ||
| 34 | -<http://www.reportinghub.no/ep/schema/core#60degF> | ||
| 35 | - rdf:type ep-core:Temperature ; | ||
| 36 | - rdfs:label "60 degF"^^xsd:string ; | ||
| 37 | - rdfs:subClassOf ep-core:PhysicalObject ; | ||
| 38 | - ep-core:fahrenheit "60"^^xsd:string . | ||
| 39 | - | ||
| 40 | ep-core:Acidity | 16 | ep-core:Acidity |
| 41 | rdf:type rdfs:Class , ep-core:PropertySpace ; | 17 | rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 42 | rdfs:label "acidity"^^xsd:string ; | 18 | rdfs:label "acidity"^^xsd:string ; |
| ... | @@ -250,6 +226,12 @@ ep-core:Pressure | ... | @@ -250,6 +226,12 @@ ep-core:Pressure |
| 250 | rdfs:label "pressure"^^xsd:string ; | 226 | rdfs:label "pressure"^^xsd:string ; |
| 251 | rdfs:subClassOf owl:Class . | 227 | rdfs:subClassOf owl:Class . |
| 252 | 228 | ||
| 229 | +ep-core:PressureValue1atm | ||
| 230 | + rdf:type ep-core:Pressure ; | ||
| 231 | + rdfs:label "1 atm"^^xsd:string ; | ||
| 232 | + rdfs:subClassOf ep-core:PhysicalObject ; | ||
| 233 | + ep-core:atmosphere "1"^^xsd:string . | ||
| 234 | + | ||
| 253 | ep-core:ProductivityIndex | 235 | ep-core:ProductivityIndex |
| 254 | rdf:type rdfs:Class ; | 236 | rdf:type rdfs:Class ; |
| 255 | rdfs:subClassOf owl:Class . | 237 | rdfs:subClassOf owl:Class . |
| ... | @@ -327,6 +309,24 @@ ep-core:Temperature | ... | @@ -327,6 +309,24 @@ ep-core:Temperature |
| 327 | rdfs:label "temperature"^^xsd:string ; | 309 | rdfs:label "temperature"^^xsd:string ; |
| 328 | rdfs:subClassOf owl:Class . | 310 | rdfs:subClassOf owl:Class . |
| 329 | 311 | ||
| 312 | +ep-core:Temperature60degF | ||
| 313 | + rdf:type ep-core:Temperature ; | ||
| 314 | + rdfs:label "60 degF"^^xsd:string ; | ||
| 315 | + rdfs:subClassOf ep-core:PhysicalObject ; | ||
| 316 | + ep-core:fahrenheit "60"^^xsd:string . | ||
| 317 | + | ||
| 318 | +ep-core:TemperatureValue0degC | ||
| 319 | + rdf:type ep-core:Temperature ; | ||
| 320 | + rdfs:label "0 degC"^^xsd:string ; | ||
| 321 | + rdfs:subClassOf ep-core:PhysicalObject ; | ||
| 322 | + ep-core:celsius "0"^^xsd:string . | ||
| 323 | + | ||
| 324 | +ep-core:TemperatureValue15degC | ||
| 325 | + rdf:type ep-core:Temperature ; | ||
| 326 | + rdfs:label "15 degC"^^xsd:string ; | ||
| 327 | + rdfs:subClassOf ep-core:PhysicalObject ; | ||
| 328 | + ep-core:celsius "15"^^xsd:string . | ||
| 329 | + | ||
| 330 | ep-core:TemporalPartOfAPointInSpace | 330 | ep-core:TemporalPartOfAPointInSpace |
| 331 | rdf:type owl:Class ; | 331 | rdf:type owl:Class ; |
| 332 | rdfs:label "temporal part of a point in space"^^xsd:string ; | 332 | rdfs:label "temporal part of a point in space"^^xsd:string ; | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment