CSPARQL-Carsimulation/data/carSimulationOntology.owl

310 lines
11 KiB
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<rdf:RDF xmlns="http://jpt.lu/carSimulationOntology#"
xml:base="http://jpt.lu/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://jpt.lu/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://jpt.lu/carSimulationOntology#">
<rdfs:comment xml:lang="de">Beispielhafte Ontologie für die Autosimulation</rdfs:comment>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://jpt.lu/carSimulationOntology#drives -->
<owl:ObjectProperty rdf:about="http://jpt.lu/carSimulationOntology#drives">
<owl:inverseOf rdf:resource="http://jpt.lu/carSimulationOntology#isDrivenBy"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Driver"/>
<rdfs:range rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
</owl:ObjectProperty>
<!-- http://jpt.lu/carSimulationOntology#isDrivenBy -->
<owl:ObjectProperty rdf:about="http://jpt.lu/carSimulationOntology#isDrivenBy">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://jpt.lu/carSimulationOntology#Driver"/>
</owl:ObjectProperty>
<!-- http://jpt.lu/carSimulationOntology#relatedCar -->
<owl:ObjectProperty rdf:about="http://jpt.lu/carSimulationOntology#relatedCar">
<owl:inverseOf rdf:resource="http://jpt.lu/carSimulationOntology#relatedEvent"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#CarEvent"/>
<rdfs:range rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
</owl:ObjectProperty>
<!-- http://jpt.lu/carSimulationOntology#relatedEvent -->
<owl:ObjectProperty rdf:about="http://jpt.lu/carSimulationOntology#relatedEvent">
<owl:inverseOf rdf:resource="http://jpt.lu/carSimulationOntology#relatedUser"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Driver"/>
<rdfs:range rdf:resource="http://jpt.lu/carSimulationOntology#Event"/>
</owl:ObjectProperty>
<!-- http://jpt.lu/carSimulationOntology#relatedUser -->
<owl:ObjectProperty rdf:about="http://jpt.lu/carSimulationOntology#relatedUser">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Event"/>
<rdfs:range rdf:resource="http://jpt.lu/carSimulationOntology#Driver"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://jpt.lu/carSimulationOntology#hasName -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#hasName">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Driver"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#hasPhoneNumber -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#hasPhoneNumber">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Driver"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#handbrakeEngaged -->
2016-08-12 16:01:31 +02:00
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#handbrakeEngaged">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
2016-08-12 16:01:31 +02:00
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#hasDriverLicense -->
2016-08-12 16:01:31 +02:00
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#hasDriverLicense">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Driver"/>
2016-08-12 16:01:31 +02:00
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#locked -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#locked">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#minimumMotorRPM -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#minimumMotorRPM">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#minimumTirePressure -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#minimumTirePressure">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#motorOn -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#motorOn">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#motorRPM -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#motorRPM">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#requiresDriverLicense -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#requiresDriverLicense">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#speed -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#speed">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#tirePressure -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#tirePressure">
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#CarStatusEvent"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:DatatypeProperty>
<!-- http://jpt.lu/carSimulationOntology#usagePeriod -->
<owl:DatatypeProperty rdf:about="http://jpt.lu/carSimulationOntology#usagePeriod">
<rdfs:domain rdf:resource="http://jpt.lu/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://jpt.lu/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://jpt.lu/carSimulationOntology#Car"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#double"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://jpt.lu/carSimulationOntology#Car -->
<owl:Class rdf:about="http://jpt.lu/carSimulationOntology#Car"/>
<!-- http://jpt.lu/carSimulationOntology#CarAirbagEvent -->
<owl:Class rdf:about="http://jpt.lu/carSimulationOntology#CarAirbagEvent">
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#CarEvent"/>
</owl:Class>
<!-- http://jpt.lu/carSimulationOntology#CarEvent -->
<owl:Class rdf:about="http://jpt.lu/carSimulationOntology#CarEvent">
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#Event"/>
</owl:Class>
<!-- http://jpt.lu/carSimulationOntology#CarReturnedEvent -->
<owl:Class rdf:about="http://jpt.lu/carSimulationOntology#CarReturnedEvent">
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#CarUserEvent"/>
</owl:Class>
<!-- http://jpt.lu/carSimulationOntology#CarStatusEvent -->
<owl:Class rdf:about="http://jpt.lu/carSimulationOntology#CarStatusEvent">
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#CarEvent"/>
</owl:Class>
<!-- http://jpt.lu/carSimulationOntology#CarTakenEvent -->
<owl:Class rdf:about="http://jpt.lu/carSimulationOntology#CarTakenEvent">
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#CarUserEvent"/>
</owl:Class>
<!-- http://jpt.lu/carSimulationOntology#CarUserEvent -->
<owl:Class rdf:about="http://jpt.lu/carSimulationOntology#CarUserEvent">
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#CarEvent"/>
</owl:Class>
<!-- http://jpt.lu/carSimulationOntology#Driver -->
<owl:Class rdf:about="http://jpt.lu/carSimulationOntology#Driver"/>
<!-- http://jpt.lu/carSimulationOntology#Event -->
<owl:Class rdf:about="http://jpt.lu/carSimulationOntology#Event"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.5.20160517-0735) https://github.com/owlcs/owlapi -->