Swop
Semantic Web-based Open engineering Platform
floor.owl
File contents
<?xml version="1.0"?>
<rdf:RDF
xmlns:cuboidcenter="http://www.swop-project.eu/ontologies/dynamic/cuboidcenter.owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:floor="http://www.swop-project.eu/ontologies/dynamic/floor.owl#"
xmlns:representation="http://www.swop-project.eu/ontologies/pmo/representation.owl#"
xmlns:operation="http://www.swop-project.eu/ontologies/pmo/operation.owl#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rule="http://www.swop-project.eu/ontologies/pmo/rule.owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:product="http://www.swop-project.eu/ontologies/pmo/product.owl#"
xmlns:owl11="http://www.w3.org/2006/12/owl11#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://www.swop-project.eu/ontologies/dynamic/floor.owl">
<owl:Ontology rdf:about="">
<owl:imports rdf:resource="http://www.swop-project.eu/ontologies/pmo/product.owl"/>
<owl:imports rdf:resource="http://www.swop-project.eu/ontologies/dynamic/cuboidcenter.owl"/>
</owl:Ontology>
<owl:Class rdf:ID="Floor">
<product:representation>
<cuboidcenter:CuboidCenter rdf:ID="CreateFloor">
<cuboidcenter:height>
<owl:DatatypeProperty rdf:ID="width"/>
</cuboidcenter:height>
<cuboidcenter:width>
<owl:DatatypeProperty rdf:ID="length"/>
</cuboidcenter:width>
<cuboidcenter:depth>
<owl:DatatypeProperty rdf:ID="thickness"/>
</cuboidcenter:depth>
</cuboidcenter:CuboidCenter>
</product:representation>
<rdfs:subClassOf rdf:resource="http://www.swop-project.eu/ontologies/pmo/product.owl#Product"/>
</owl:Class>
<owl:DatatypeProperty rdf:about="#thickness">
<rdfs:domain rdf:resource="#Floor"/>
<product:unit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>m</product:unit>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
<product:defaultValue rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
>0.3</product:defaultValue>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#length">
<rdfs:domain rdf:resource="#Floor"/>
<product:unit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>m</product:unit>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
<product:defaultValue rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
>4</product:defaultValue>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#width">
<rdfs:domain rdf:resource="#Floor"/>
<product:unit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>m</product:unit>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
<product:defaultValue rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
>2</product:defaultValue>
</owl:DatatypeProperty>
</rdf:RDF>
Click here to get the file