2016-08-15 14:22:25 +02:00
|
|
|
<rdf:RDF
|
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
|
|
|
|
2016-10-09 14:10:23 +02:00
|
|
|
<!-- Classes -->
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#Car">
|
2016-10-07 18:16:58 +02:00
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarModel">
|
2016-10-07 18:16:58 +02:00
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#Driver">
|
2016-10-07 18:16:58 +02:00
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#Event">
|
2016-10-07 18:16:58 +02:00
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarEvent">
|
2016-10-07 18:16:58 +02:00
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#Event"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-10-09 14:10:23 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarAirbagTriggeredEvent">
|
2016-10-07 18:16:58 +02:00
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarStatusEvent">
|
2016-10-07 18:16:58 +02:00
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-10-09 14:10:23 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarCheckEngineEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarUserEvent">
|
2016-10-07 18:16:58 +02:00
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarTakenEvent">
|
2016-10-07 18:16:58 +02:00
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarUserEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarReturnedEvent">
|
2016-10-07 18:16:58 +02:00
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarUserEvent"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
|
2016-10-09 14:10:23 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarHandbrakeEngageEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarHandbrakeReleaseEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarLockEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarUnlockEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarStrongAcceleratingEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarStrongBrakingEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarStandingEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarMovingEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarWearEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarEngineWearEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarWearEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarBrakeWearEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarWearEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarHandbrakeWearEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarWearEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarTireWearEvent">
|
|
|
|
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarWearEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<!-- Attributes -->
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description 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"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#hasCarInstances">
|
|
|
|
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarModel"/>
|
|
|
|
<rdfs:range rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
|
|
|
|
</rdf:Description>
|
2016-08-15 14:22:25 +02:00
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#drives">
|
|
|
|
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
|
|
|
|
<rdfs:range rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description 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"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#relatedCar">
|
|
|
|
<rdfs:domain rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
|
|
|
|
<rdfs:range rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description 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"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
2016-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#relatedEvent">
|
|
|
|
<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"/>
|
2016-08-15 14:22:25 +02:00
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
</rdf:RDF>
|