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-08-17 15:48:13 +02:00
|
|
|
<rdf:Description rdf:about="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#CarModel">
|
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-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-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">
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#Event"/>
|
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#CarAirbagEvent">
|
|
|
|
<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">
|
|
|
|
<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#CarUserEvent">
|
|
|
|
<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">
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarUserEvent"/>
|
|
|
|
</rdf:Description>
|
|
|
|
|
|
|
|
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarReturnedEvent">
|
|
|
|
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarUserEvent"/>
|
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#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>
|