<!--
-->
<rdf:RDF
xml:base="http://www.xyz-corp.com/2008/xyzsales"
xmlns="http://www.xyz-corp.com/2008/xyzsales#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:part2="http://dm.rdlfacade.org/data#"
xmlns:part4="http://rdl.rdlfacade.org/data#"
xmlns:part7="http://tpl.rdlfacade.org/data#"
xmlns:oim="http://oim.rdlfacade.org/data#">
<owl:Ontology rdf:about="">
<!--
On 2008-01-15 the transfer file T02-tf has been received by the "xyzsales" facade.
The "data" section of that facade was empty at that time.
After execution of the populate API method the data in the "data" section of that facade is storing the information:
1) declaring Model 123 horizontal vessel
2) Model 123 has a nom. volume capacity of 100 m3
3) Model 123 has a max. allowable working pressure of 125 barg
4) Model 123 has a min. allowable working temperature of -20 degrees Celsius
5) declaring Model 124 vertical vessel
6) Model 124 has a nom. volume capacity of 50 m3
7) Model 124 has a max. allowable working pressure of 220 barg
8) Model 124 has a min. allowable working temperature of -20 degrees Celsius
-->
<owl:imports rdf:resource="http://dm.rdlfacade.org/data"/>
<owl:imports rdf:resource="http://rdl.rdlfacade.org/data"/>
<owl:imports rdf:resource="http://tpl.rdlfacade.org/data"/>
<owl:imports rdf:resource="http://oim.rdlfacade.org/data"/>
<owl:imports rdf:resource="http://oim.xyz-corp.com/oim"/>
</owl:Ontology>
<!--about Model 123 Horizontal Vessel class-->
<part2:ClassOfInanimatePhysicalObject rdf:ID="Model_123">
<rdfs:label xml:lang="en">Model 123</rdfs:label>
<rdfs:subClassOf rdf:resource="http://rdl.rdlfacade.org/data#RDS437354"/>
</part2:ClassOfInanimatePhysicalObject>
<!--nominal volume capacity of Model 123 (specialization of a standard OIM template)-->
<part2:ClassOfMultidimensionalObject rdf:ID="ST-Model_123-3401-002">
<rdfs:label xml:lang="en">Model 123 has a nominal volume capacity of 100m3</rdfs:label>
<rdfs:subClassOf rdf:resource="http://oim.rdlfacade.org/data#ST-VESSEL-3401-002"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#possessor"/>
<owl:allValuesFrom rdf:resource="#Model-123"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#numericalValue"/>
<owl:hasValue rdf:resource="#XSFL_100"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#unitOfMeasure"/>
<owl:hasValue rdf:resource="http://rdl.rdlfacade.org/data#RDS994572"/><!--cubic meters-->
</owl:Restriction>
</rdfs:subClassOf>
</part2:ClassOfMultidimensionalObject>
<!--maximum allowable working pressure of Model 123-->
<part2:ClassOfMultidimensionalObject rdf:ID="ST-Model_123-3401-003">
<rdfs:label xml:lang="en">Model 123 has a maximum allowable working pressure of 125 barg</rdfs:label>
<rdfs:subClassOf rdf:resource="http://oim.rdlfacade.org/data#ST-VESSEL-3401-003"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#possessor"/>
<owl:allValuesFrom rdf:resource="#Model-123"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#numericalValue"/>
<owl:hasValue rdf:resource="#XSFL_125"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#unitOfMeasure"/>
<owl:hasValue rdf:resource="http://rdl.rdlfacade.org/data#RDS994438"/> <!--barg-->
</owl:Restriction>
</rdfs:subClassOf>
</part2:ClassOfMultidimensionalObject>
<!--minimum allowable working temperature of Model 123-->
<part2:ClassOfMultidimensionalObject rdf:ID="ST-Model_123-3401-004">
<rdfs:label xml:lang="en">Model 123 has a minimum allowable working temperature of -20 degrees Celsius</rdfs:label>
<rdfs:subClassOf rdf:resource="http://oim.rdlfacade.org/data#ST-VESSEL-3401-004"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#possessor"/>
<owl:allValuesFrom rdf:resource="#Model-123"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#numericalValue"/>
<owl:hasValue rdf:resource="#XSFL_-20"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#unitOfMeasure"/>
<owl:hasValue rdf:resource="http://rdl.rdlfacade.org/data#RDS994601"/><!--degree Celsius-->
</owl:Restriction>
</rdfs:subClassOf>
</part2:ClassOfMultidimensionalObject>
<!--about Model 124 Vertical Vessel class-->
<part2:ClassOfInanimatePhysicalObject rdf:ID="Model_124">
<rdfs:label xml:lang="en">Model 124</rdfs:label>
<rdfs:subClassOf rdf:resource="http://rdl.rdlfacade.org/data#RDS438839"/>
</part2:ClassOfInanimatePhysicalObject>
<!--nominal volume capacity of Model 124-->
<part2:ClassOfMultidimensionalObject rdf:ID="ST-Model_124-3401-002">
<rdfs:label xml:lang="en">Model 124 has a nominal volume capacity of 50m3</rdfs:label>
<rdfs:subClassOf rdf:resource="http://oim.rdlfacade.org/data#ST-VESSEL-3401-002"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#possessor"/>
<owl:allValuesFrom rdf:resource="#Model-123"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#numericalValue"/>
<owl:hasValue rdf:resource="#XSFL_50"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#unitOfMeasure"/>
<owl:hasValue rdf:resource="http://rdl.rdlfacade.org/data#RDS994572"/>
</owl:Restriction>
</rdfs:subClassOf>
</part2:ClassOfMultidimensionalObject>
<!--maximum allowable working pressure of Model 124-->
<part2:ClassOfMultidimensionalObject rdf:ID="ST-Model_124-3401-003">
<rdfs:label xml:lang="en">Model 124 has a maximum allowable working pressure of 125 barg</rdfs:label>
<rdfs:subClassOf rdf:resource="http://oim.rdlfacade.org/data#ST-VESSEL-3401-003"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#possessor"/>
<owl:allValuesFrom rdf:resource="#Model-124"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#numericalValue"/>
<owl:hasValue rdf:resource="#XSFL_220"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#unitOfMeasure"/>
<owl:hasValue rdf:resource="http://rdl.rdlfacade.org/data#RDS994438"/>
</owl:Restriction>
</rdfs:subClassOf>
</part2:ClassOfMultidimensionalObject>
<!--minimum allowable working temperature of Model 124-->
<part2:ClassOfMultidimensionalObject rdf:ID="ST-Model_124-3401-004">
<rdfs:label xml:lang="en">Model 124 has a minimum allowable working temperature of -20 degrees Celsius</rdfs:label>
<rdfs:subClassOf rdf:resource="http://oim.rdlfacade.org/data#ST-VESSEL-3401-004"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#possessor"/>
<owl:allValuesFrom rdf:resource="#Model-124"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#numericalValue"/>
<owl:hasValue rdf:resource="#XSFL_-20"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://tpl.rdlfacade.org/data#unitOfMeasure"/>
<owl:hasValue rdf:resource="http://rdl.rdlfacade.org/data#RDS994601"/>
</owl:Restriction>
</rdfs:subClassOf>
</part2:ClassOfMultidimensionalObject>
<!--Literals-->
<part2:ClassOfInformationRepresentation rdf:ID="XSST_732834">
<rdf:type rdf:resource="http://rdl.rdlfacade.org/data#XmlSchemaString"/>
<part2:content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Model 123</part2:content>
</part2:ClassOfInformationRepresentation>
<part2:ClassOfInformationRepresentation rdf:ID="XSST_732835">
<rdf:type rdf:resource="http://rdl.rdlfacade.org/data#XmlSchemaString"/>
<part2:content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Model 124</part2:content>
</part2:ClassOfInformationRepresentation>
<part2:ClassOfInformationRepresentation rdf:ID="XSFL_-20">
<rdf:type rdf:resource="http://rdl.rdlfacade.org/data#XmlSchemaFloat"/>
<part2:content rdf:datatype="http://www.w3.org/2001/XMLSchema#float">-20</part2:content>
</part2:ClassOfInformationRepresentation>
<part2:ClassOfInformationRepresentation rdf:ID="XSFL_50">
<rdf:type rdf:resource="http://rdl.rdlfacade.org/data#XmlSchemaFloat"/>
<part2:content rdf:datatype="http://www.w3.org/2001/XMLSchema#float">50</part2:content>
</part2:ClassOfInformationRepresentation>
<part2:ClassOfInformationRepresentation rdf:ID="XSFL_100">
<rdf:type rdf:resource="http://rdl.rdlfacade.org/data#XmlSchemaFloat"/>
<part2:content rdf:datatype="http://www.w3.org/2001/XMLSchema#float">100</part2:content>
</part2:ClassOfInformationRepresentation>
<part2:ClassOfInformationRepresentation rdf:ID="XSFL_125">
<rdf:type rdf:resource="http://rdl.rdlfacade.org/data#XmlSchemaFloat"/>
<part2:content rdf:datatype="http://www.w3.org/2001/XMLSchema#float">125</part2:content>
</part2:ClassOfInformationRepresentation>
<part2:ClassOfInformationRepresentation rdf:ID="XSFL_220">
<rdf:type rdf:resource="http://rdl.rdlfacade.org/data#XmlSchemaFloat"/>
<part2:content rdf:datatype="http://www.w3.org/2001/XMLSchema#float">220</part2:content>
</part2:ClassOfInformationRepresentation>
</rdf:RDF>