Showing
1 changed file
with
54 additions
and
0 deletions
| ... | @@ -26,3 +26,57 @@ ep-core:hasSetOfAllPartsOfType | ... | @@ -26,3 +26,57 @@ ep-core:hasSetOfAllPartsOfType |
| 26 | ep-core:thousand_barrel | 26 | ep-core:thousand_barrel |
| 27 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 27 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 28 | rdfs:label "thousand barrel"^^xsd:string . | 28 | rdfs:label "thousand barrel"^^xsd:string . |
| 29 | + | ||
| 30 | +ep-core:MeasureOfFlowOfMaterial | ||
| 31 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 32 | + rdfs:label "measure of flow of material"^^xsd:string ; | ||
| 33 | + rdfs:subClassOf owl:Class . | ||
| 34 | + | ||
| 35 | +ep-core:VolumeFlowRateAt15degC1atm | ||
| 36 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 37 | + rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | ||
| 38 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 39 | + | ||
| 40 | +ep-core:VolumeFlowRateAt1degC1atm | ||
| 41 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 42 | + rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | ||
| 43 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 44 | + | ||
| 45 | +ep-core:VolumeFlowRateAt60degF1atm | ||
| 46 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 47 | + rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | ||
| 48 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
| 49 | + | ||
| 50 | +ep-core:atmosphere | ||
| 51 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 52 | + rdfs:domain ep-core:Pressure ; | ||
| 53 | + rdfs:label "atmosphere"^^xsd:string . | ||
| 54 | + | ||
| 55 | +ep-core:barrel_day-1 | ||
| 56 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 57 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 58 | + rdfs:label "barrel day-1"^^xsd:string . | ||
| 59 | + | ||
| 60 | +ep-core:centimetre | ||
| 61 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 62 | + rdfs:domain ep-core:Length ; | ||
| 63 | + rdfs:label "centimetre"^^xsd:string . | ||
| 64 | + | ||
| 65 | +ep-core:fahrenheit | ||
| 66 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 67 | + rdfs:domain ep-core:Temperature ; | ||
| 68 | + rdfs:label "fahrenheit"^^xsd:string . | ||
| 69 | + | ||
| 70 | +ep-core:inch_64 | ||
| 71 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 72 | + rdfs:domain ep-core:Length ; | ||
| 73 | + rdfs:label "inch/64"^^xsd:string . | ||
| 74 | + | ||
| 75 | +ep-core:metre3_hour-1 | ||
| 76 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 77 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 78 | + rdfs:label "metre3 hour-1"^^xsd:string . | ||
| 79 | + | ||
| 80 | +ep-core:thousand_barrel | ||
| 81 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 82 | + rdfs:label "thousand barrel"^^xsd:string . | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment