Swop
Semantic Web-based Open engineering Platform
materials.owl
File contents
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
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#"
xmlns:materials="http://www.swop-project.eu/ontologies/manubuild/materials.owl#"
xml:base="http://www.swop-project.eu/ontologies/manubuild/materials.owl">
<owl:Ontology rdf:about="">
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Created with iBuild PMO Manager 0.1.11 [17-07-2007]</owl:versionInfo>
<owl:imports rdf:resource="http://www.swop-project.eu/ontologies/pmo/product.owl"/>
</owl:Ontology>
<owl:Class rdf:ID="Materials">
<rdfs:subClassOf rdf:resource="http://www.swop-project.eu/ontologies/pmo/representation.owl#Shape"/>
</owl:Class>
<operation:Value rdf:ID="halfTone">
<operation:value rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
>0.4</operation:value>
</operation:Value>
<representation:Material rdf:ID="outerWallMaterial">
<representation:ambientColor>
<representation:Color rdf:ID="lightRed">
<representation:redComponent rdf:resource="#halfTone"/>
</representation:Color>
</representation:ambientColor>
</representation:Material>
<representation:Color rdf:ID="lightGrey">
<representation:blueComponent rdf:resource="#halfTone"/>
<representation:greenComponent rdf:resource="#halfTone"/>
<representation:redComponent rdf:resource="#halfTone"/>
</representation:Color>
<representation:Color rdf:ID="lightBlue">
<representation:blueComponent rdf:resource="#halfTone"/>
</representation:Color>
<representation:Material rdf:ID="houseDividingWallMaterial">
<representation:ambientColor rdf:resource="#lightBlue"/>
</representation:Material>
<representation:Material rdf:ID="floorMaterial">
<representation:ambientColor rdf:resource="#lightGrey"/>
</representation:Material>
<representation:Material rdf:ID="innerWallMaterial">
<representation:ambientColor>
<representation:Color rdf:ID="lightGreen">
<representation:greenComponent rdf:resource="#halfTone"/>
</representation:Color>
</representation:ambientColor>
</representation:Material>
</rdf:RDF>
Click here to get the file