Swop
Semantic Web-based Open engineering Platform
optimized-by-price.owl
File contents
<?xml version="1.0"?>
<rdf:RDF
xmlns="http://www.swop-project.eu/ontologies/car/optimized-by-price.owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rule="http://www.swop-project.eu/ontologies/pmo/rule.owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:ga="http://www.swop-project.eu/ontologies/ga/ga.owl#"
xmlns:product="http://www.swop-project.eu/ontologies/pmo/product.owl#"
xmlns:frame="http://www.swop-project.eu/ontologies/car/car-frame.owl#"
xml:base="http://www.swop-project.eu/ontologies/car/optimized-by-price.owl">
<owl:Ontology rdf:about="">
<owl:imports rdf:resource="http://www.swop-project.eu/ontologies/ga/ga.owl"/>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Created with TopBraid Composer</owl:versionInfo>
<owl:imports rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl"/>
</owl:Ontology>
<owl:Class rdf:ID="Optimized-by-price">
<rdfs:subClassOf>
<owl:Restriction>
<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>40</owl:hasValue>
<owl:onProperty rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl#wheelFreedomY"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>75</owl:hasValue>
<owl:onProperty rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl#wheelFreedomX"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#float"
>2.5</owl:hasValue>
<owl:onProperty rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl#wheelBaseInM"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>-17</owl:hasValue>
<owl:onProperty rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl#wheelRotation"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl#Car-frame"/>
<ga:optimization rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl#priceTotal"/>
<product:representation>
<rule:Assignment rdf:ID="assignmentCarLength">
<rule:parameter rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl#carLengthInM"/>
<rule:rhs>
<owl:DatatypeProperty rdf:ID="carLengthInM"/>
</rule:rhs>
<rule:next>
<rule:Assignment rdf:ID="assignmentCarWidth">
<rule:parameter rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl#carWidthInM"/>
<rule:rhs>
<owl:DatatypeProperty rdf:ID="carWidthInM"/>
</rule:rhs>
<rule:next>
<rule:Assignment rdf:ID="assignmentWheelDiameter">
<rule:rhs>
<owl:DatatypeProperty rdf:ID="wheelDiameterInInch"/>
</rule:rhs>
<rule:parameter rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl#wheelDiameterInInch"/>
<rule:next>
<rule:Assignment rdf:ID="assignmentWheelThickness">
<rule:parameter rdf:resource="http://www.swop-project.eu/ontologies/car/car-frame.owl#wheelThickness"/>
<rule:rhs>
<owl:DatatypeProperty rdf:ID="wheelThickness"/>
</rule:rhs>
</rule:Assignment>
</rule:next>
</rule:Assignment>
</rule:next>
</rule:Assignment>
</rule:next>
</rule:Assignment>
</product:representation>
</owl:Class>
<owl:DatatypeProperty rdf:about="#carLengthInM">
<product:defaultValue rdf:datatype="http://www.w3.org/2001/XMLSchema#anySimpleType"
>4.3</product:defaultValue>
<rdfs:domain rdf:resource="#Optimized-by-price"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
<product:unit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>m</product:unit>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Car Length</rdfs:label>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#wheelDiameterInInch">
<product:defaultValue rdf:datatype="http://www.w3.org/2001/XMLSchema#anySimpleType"
>19</product:defaultValue>
<rdfs:domain rdf:resource="#Optimized-by-price"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
<product:unit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>inch</product:unit>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Wheel Diameter</rdfs:label>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#wheelThickness">
<product:defaultValue rdf:datatype="http://www.w3.org/2001/XMLSchema#anySimpleType"
>250</product:defaultValue>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
<rdfs:domain rdf:resource="#Optimized-by-price"/>
<product:unit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>mm</product:unit>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Wheel Thickness</rdfs:label>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="#carWidthInM">
<product:defaultValue rdf:datatype="http://www.w3.org/2001/XMLSchema#anySimpleType"
>1.82</product:defaultValue>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
<rdfs:domain rdf:resource="#Optimized-by-price"/>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Car Width</rdfs:label>
<product:unit rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>m</product:unit>
</owl:DatatypeProperty>
<rdf:Description rdf:about="http://www.swop-project.eu/ontologies/pmo/representation.owl#polygon">
<rdfs:subPropertyOf rdf:resource="http://www.swop-project.eu/ontologies/pmo/representation.owl#radius"/>
</rdf:Description>
</rdf:RDF>
<!-- Created with TopBraid Composer -->
Click here to get the file