67 lines
2.8 KiB
Plaintext
67 lines
2.8 KiB
Plaintext
|
<rdf:RDF
|
||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#Car">
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#Driver">
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#Event">
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#CarEvent">
|
||
|
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#Event"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#CarAirbagEvent">
|
||
|
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#CarEvent"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#CarStatusEvent">
|
||
|
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#CarEvent"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#CarUserEvent">
|
||
|
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#CarEvent"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#CarTakenEvent">
|
||
|
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#CarUserEvent"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#CarReturnedEvent">
|
||
|
<rdfs:subClassOf rdf:resource="http://jpt.lu/carSimulationOntology#CarUserEvent"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#drives">
|
||
|
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#Driver"/>
|
||
|
<rdfs:range rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description 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"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#relatedCar">
|
||
|
<rdfs:domain rdf:resource="http://jpt.lu/carSimulationOntology#CarEvent"/>
|
||
|
<rdfs:range rdf:resource="http://jpt.lu/carSimulationOntology#Car"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description 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"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
<rdf:Description rdf:about="http://jpt.lu/carSimulationOntology#relatedEvent">
|
||
|
<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"/>
|
||
|
</rdf:Description>
|
||
|
|
||
|
|
||
|
</rdf:RDF>
|