CSPARQL-Carsimulation/data/carSimulationTBox.rdf

79 lines
3.9 KiB
Plaintext
Raw Normal View History

<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://example.org/carSim/carSimulationOntology#Car">
</rdf:Description>
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarModel">
</rdf:Description>
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#Driver">
</rdf:Description>
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#Event">
</rdf:Description>
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarEvent">
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#Event"/>
</rdf:Description>
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarAirbagEvent">
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
</rdf:Description>
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarStatusEvent">
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
</rdf:Description>
<rdf:Description rdf:about="http://example.org/carSim/carSimulationOntology#CarUserEvent">
<rdfs:subClassOf rdf:resource="http://example.org/carSim/carSimulationOntology#CarEvent"/>
</rdf:Description>
<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"/>
</rdf:Description>
<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>
<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"/>
</rdf:Description>
<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"/>
</rdf:Description>
<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"/>
</rdf:Description>
<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"/>
</rdf:Description>
<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"/>
</rdf:Description>
</rdf:RDF>