Showing
4 changed files
with
17 additions
and
0 deletions
| ... | @@ -29,6 +29,11 @@ ep-material:BasicSedimentAndWater | ... | @@ -29,6 +29,11 @@ ep-material:BasicSedimentAndWater |
| 29 | rdfs:label "bsw"^^xsd:string , "basic sediment and water"^^xsd:string ; | 29 | rdfs:label "bsw"^^xsd:string , "basic sediment and water"^^xsd:string ; |
| 30 | rdfs:subClassOf ep-material:Fluid . | 30 | rdfs:subClassOf ep-material:Fluid . |
| 31 | 31 | ||
| 32 | +ep-material:BatchOfCargo | ||
| 33 | + rdf:type owl:Class ; | ||
| 34 | + rdfs:label "batch of cargo"^^xsd:string ; | ||
| 35 | + rdfs:subClassOf ep-material:QuantityOfMaterial . | ||
| 36 | + | ||
| 32 | ep-material:Brine | 37 | ep-material:Brine |
| 33 | rdf:type owl:Class ; | 38 | rdf:type owl:Class ; |
| 34 | rdfs:label "brine"^^xsd:string ; | 39 | rdfs:label "brine"^^xsd:string ; |
| ... | @@ -576,6 +581,18 @@ ep-material:partMaterialOfPair | ... | @@ -576,6 +581,18 @@ ep-material:partMaterialOfPair |
| 576 | rdfs:range ep-material:Material ; | 581 | rdfs:range ep-material:Material ; |
| 577 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 582 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
| 578 | 583 | ||
| 584 | +ep-material:ratioOfMassOfFirstMaterialToVolumeOfSecondMaterial | ||
| 585 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 586 | + rdfs:domain ep-material:MaterialPair ; | ||
| 587 | + rdfs:label "ratio of mass of first material to volume of second material"^^xsd:string ; | ||
| 588 | + rdfs:range ep-core:Density . | ||
| 589 | + | ||
| 590 | +ep-material:reidVaporPressure | ||
| 591 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 592 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 593 | + rdfs:label "Reid vapor pressure"^^xsd:string ; | ||
| 594 | + rdfs:range ep-core:Pressure . | ||
| 595 | + | ||
| 579 | ep-material:secondMaterialOfPair | 596 | ep-material:secondMaterialOfPair |
| 580 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 597 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 581 | rdfs:domain ep-material:MaterialPair ; | 598 | rdfs:domain ep-material:MaterialPair ; | ... | ... |
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment