CSPARQL-Carsimulation/data/carSimulationOntology.owl

335 lines
13 KiB
Plaintext
Raw Permalink Normal View History

<?xml version="1.0"?>
<rdf:RDF xmlns="http://example.org/carSim/carSimulationOntology#"
xml:base="http://example.org/carSim/carSimulationOntology"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:simontology="http://example.org/carSim/carSimulationOntology#"
2016-08-12 16:01:31 +02:00
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:simobjects="http://simobjects.org/">
<owl:Ontology rdf:about="http://example.org/carSim/carSimulationOntology#">
<rdfs:comment xml:lang="de">Beispielhafte Ontologie für die Autosimulation</rdfs:comment>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://example.org/carSim/carSimulationOntology#drives -->
<owl:ObjectProperty rdf:about="http://example.org/carSim/carSimulationOntology#drives">
<owl:inverseOf rdf:resource="http://example.org/carSim/carSimulationOntology#isDrivenBy"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
<rdfs:range rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
</owl:ObjectProperty>
<!-- http://example.org/carSim/carSimulationOntology#hasCarInstances -->
<owl:ObjectProperty rdf:about="http://example.org/carSim/carSimulationOntology#hasCarInstances">
<owl:inverseOf rdf:resource="http://example.org/carSim/carSimulationOntology#isOfCarModel"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarModel"/>
<rdfs:range rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
</owl:ObjectProperty>
<!-- http://example.org/carSim/carSimulationOntology#isDrivenBy -->
<owl:ObjectProperty rdf:about="http://example.org/carSim/carSimulationOntology#isDrivenBy">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
</owl:ObjectProperty>
<!-- http://example.org/carSim/carSimulationOntology#isOfCarModel -->
<owl:ObjectProperty rdf:about="http://example.org/carSim/carSimulationOntology#isOfCarModel">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://example.org/carSim/carSimulationOntology#CarModel"/>
</owl:ObjectProperty>
<!-- http://example.org/carSim/carSimulationOntology#relatedCar -->
<owl:ObjectProperty rdf:about="http://example.org/carSim/carSimulationOntology#relatedCar">
<owl:inverseOf rdf:resource="http://example.org/carSim/carSimulationOntology#relatedEvent"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
<rdfs:range rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
</owl:ObjectProperty>
<!-- http://example.org/carSim/carSimulationOntology#relatedEvent -->
<owl:ObjectProperty rdf:about="http://example.org/carSim/carSimulationOntology#relatedEvent">
<owl:inverseOf rdf:resource="http://example.org/carSim/carSimulationOntology#relatedUser"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
<rdfs:range rdf:resource="http://example.org/carSim/carSimulationOntology#Event"/>
</owl:ObjectProperty>
<!-- http://example.org/carSim/carSimulationOntology#relatedUser -->
<owl:ObjectProperty rdf:about="http://example.org/carSim/carSimulationOntology#relatedUser">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Event"/>
<rdfs:range rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://example.org/carSim/carSimulationOntology#handbrakeEngaged -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#handbrakeEngaged">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#hasDriverLicense -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#hasDriverLicense">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#hasName -->
2016-08-12 16:01:31 +02:00
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#hasName">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
2016-08-12 16:01:31 +02:00
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#hasPhoneNumber -->
2016-08-12 16:01:31 +02:00
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#hasPhoneNumber">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
2016-08-12 16:01:31 +02:00
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#locked -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#locked">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#minimumMotorRPM -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#minimumMotorRPM">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#minimumTirePressure -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#minimumTirePressure">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#motorOn -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#motorOn">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#motorRPM -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#motorRPM">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#requiresDriverLicense -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#requiresDriverLicense">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#speed -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#speed">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#tirePressure -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#tirePressure">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:DatatypeProperty>
<!-- http://example.org/carSim/carSimulationOntology#usagePeriod -->
<owl:DatatypeProperty rdf:about="http://example.org/carSim/carSimulationOntology#usagePeriod">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarTakenEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</owl:DatatypeProperty>
<!-- http://simobjects.org/maximumMotorRPM -->
<owl:DatatypeProperty rdf:about="http://simobjects.org/maximumMotorRPM">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</owl:DatatypeProperty>
<!-- http://simobjects.org/maximumTirePressure -->
<owl:DatatypeProperty rdf:about="http://simobjects.org/maximumTirePressure">
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://example.org/carSim/carSimulationOntology#Car -->
<owl:Class rdf:about="http://example.org/carSim/carSimulationOntology#Car"/>
<!-- http://example.org/carSim/carSimulationOntology#CarAirbagEvent -->
<owl:Class rdf:about="http://example.org/carSim/carSimulationOntology#CarAirbagEvent">
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
</owl:Class>
<!-- http://example.org/carSim/carSimulationOntology#CarEvent -->
<owl:Class rdf:about="http://example.org/carSim/carSimulationOntology#CarEvent">
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#Event"/>
</owl:Class>
<!-- http://example.org/carSim/carSimulationOntology#CarModel -->
<owl:Class rdf:about="http://example.org/carSim/carSimulationOntology#CarModel"/>
<!-- http://example.org/carSim/carSimulationOntology#CarReturnedEvent -->
<owl:Class rdf:about="http://example.org/carSim/carSimulationOntology#CarReturnedEvent">
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarUserEvent"/>
</owl:Class>
<!-- http://example.org/carSim/carSimulationOntology#CarStatusEvent -->
<owl:Class rdf:about="http://example.org/carSim/carSimulationOntology#CarStatusEvent">
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
</owl:Class>
<!-- http://example.org/carSim/carSimulationOntology#CarTakenEvent -->
<owl:Class rdf:about="http://example.org/carSim/carSimulationOntology#CarTakenEvent">
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarUserEvent"/>
</owl:Class>
<!-- http://example.org/carSim/carSimulationOntology#CarUserEvent -->
<owl:Class rdf:about="http://example.org/carSim/carSimulationOntology#CarUserEvent">
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
</owl:Class>
<!-- http://example.org/carSim/carSimulationOntology#Driver -->
<owl:Class rdf:about="http://example.org/carSim/carSimulationOntology#Driver"/>
<!-- http://example.org/carSim/carSimulationOntology#Event -->
<owl:Class rdf:about="http://example.org/carSim/carSimulationOntology#Event"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.5.20160517-0735) https://github.com/owlcs/owlapi -->