CSPARQL-Carsimulation/data/carSimulationABox.rdf

132 lines
7.8 KiB
Plaintext
Raw Permalink Normal View History

<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:simobjects="http://example.org/carSim/objects#"
xmlns:simontology="http://example.org/carSim/carSimulationOntology#">
<!-- Car data -->
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Car#0">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<simontology:isCarModel rdf:resource="http://example.org/carSim/objects/CarModel#0"/>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Car#1">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<simontology:isCarModel rdf:resource="http://example.org/carSim/objects/CarModel#2"/>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Car#2">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<simontology:isCarModel rdf:resource="http://example.org/carSim/objects/CarModel#1"/>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Car#3">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<simontology:isCarModel rdf:resource="http://example.org/carSim/objects/CarModel#0"/>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Car#4">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<simontology:isCarModel rdf:resource="http://example.org/carSim/objects/CarModel#2"/>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Car#5">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<simontology:isCarModel rdf:resource="http://example.org/carSim/objects/CarModel#2"/>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Car#6">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<simontology:isCarModel rdf:resource="http://example.org/carSim/objects/CarModel#0"/>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Car#7">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<simontology:isCarModel rdf:resource="http://example.org/carSim/objects/CarModel#1"/>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Car#8">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<simontology:isCarModel rdf:resource="http://example.org/carSim/objects/CarModel#1"/>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Car#9">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Car"/>
<simontology:isCarModel rdf:resource="http://example.org/carSim/objects/CarModel#0"/>
</owl:NamedIndividual>
<!-- Car Model data -->
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/CarModel#0">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#CarModel"/>
<simontology:minimumMotorRPM rdf:datatype="xsd:integer">2000</simontology:minimumMotorRPM>
<simontology:maximumMotorRPM rdf:datatype="xsd:integer">4300</simontology:maximumMotorRPM>
<simontology:minimumTirePressure rdf:datatype="xsd:integer">29</simontology:minimumTirePressure>
<simontology:maximumTirePressure rdf:datatype="xsd:integer">32</simontology:maximumTirePressure>
<simontology:requiresDriverLicense rdf:datatype="xsd:string">B</simontology:requiresDriverLicense>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/CarModel#1">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#CarModel"/>
<simontology:minimumMotorRPM rdf:datatype="xsd:integer">800</simontology:minimumMotorRPM>
<simontology:maximumMotorRPM rdf:datatype="xsd:integer">1900</simontology:maximumMotorRPM>
<simontology:minimumTirePressure rdf:datatype="xsd:integer">35</simontology:minimumTirePressure>
<simontology:maximumTirePressure rdf:datatype="xsd:integer">38</simontology:maximumTirePressure>
<simontology:requiresDriverLicense rdf:datatype="xsd:string">B</simontology:requiresDriverLicense>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/CarModel#2">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#CarModel"/>
<simontology:minimumMotorRPM rdf:datatype="xsd:integer">1400</simontology:minimumMotorRPM>
<simontology:maximumMotorRPM rdf:datatype="xsd:integer">2500</simontology:maximumMotorRPM>
<simontology:minimumTirePressure rdf:datatype="xsd:integer">26</simontology:minimumTirePressure>
<simontology:maximumTirePressure rdf:datatype="xsd:integer">30</simontology:maximumTirePressure>
<simontology:requiresDriverLicense rdf:datatype="xsd:string">B</simontology:requiresDriverLicense>
</owl:NamedIndividual>
<!-- Driver data -->
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Driver#0">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
<simontology:hasName rdf:datatype="xsd:string">Max Mustermann</simontology:hasName>
<simontology:hasPhoneNumber rdf:datatype="xsd:string">+49 111 123456789</simontology:hasPhoneNumber>
<simontology:hasDriverLicense rdf:datatype="xsd:string">B</simontology:hasDriverLicense>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Driver#1">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
<simontology:hasName rdf:datatype="xsd:string">Simone Mustermann</simontology:hasName>
<simontology:hasPhoneNumber rdf:datatype="xsd:string">+49 111 321654987</simontology:hasPhoneNumber>
<simontology:hasDriverLicense rdf:datatype="xsd:string">B</simontology:hasDriverLicense>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Driver#2">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
<simontology:hasName rdf:datatype="xsd:string">Carl Chaos</simontology:hasName>
<simontology:hasPhoneNumber rdf:datatype="xsd:string">+49 111 112112112</simontology:hasPhoneNumber>
<simontology:hasDriverLicense rdf:datatype="xsd:string">B</simontology:hasDriverLicense>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Driver#3">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
<simontology:hasName rdf:datatype="xsd:string">Vincent Vorsicht</simontology:hasName>
<simontology:hasPhoneNumber rdf:datatype="xsd:string">+49 111 000000000</simontology:hasPhoneNumber>
<simontology:hasDriverLicense rdf:datatype="xsd:string">B</simontology:hasDriverLicense>
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="http://example.org/carSim/objects/Driver#4">
<rdf:type rdf:resource="http://example.org/carSim/carSimulationOntology#Driver"/>
<simontology:hasName rdf:datatype="xsd:string">Erwin Eilig</simontology:hasName>
<simontology:hasPhoneNumber rdf:datatype="xsd:string">+49 111 007007007</simontology:hasPhoneNumber>
<simontology:hasDriverLicense rdf:datatype="xsd:string">B</simontology:hasDriverLicense>
</owl:NamedIndividual>
</rdf:RDF>