mirror of
https://github.com/felixfoertsch/Bachelorarbeit.git
synced 2026-05-02 06:07:00 +02:00
09ab8b9353
This is a test, if it is possible to clean up the commit history. I am using this chance, to properly write commit messages and try using the GitHub issue system.
105 lines
5.3 KiB
Plaintext
105 lines
5.3 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE rdf:RDF [
|
|
<!ENTITY gist "https://ontologies.semanticarts.com/gist/">
|
|
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
|
|
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
|
|
<!ENTITY xs "http://www.w3.org/2001/XMLSchema#">
|
|
]>
|
|
<rdf:RDF
|
|
xmlns:gist="https://ontologies.semanticarts.com/gist/"
|
|
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema#">
|
|
|
|
<owl:Ontology rdf:about="https://ontologies.semanticarts.com/o/gistAddress">
|
|
<rdfs:comment rdf:datatype="&xs;string">gist:Address where we have the various kinds of addresses (postal, building as well as electronic)</rdfs:comment>
|
|
<rdfs:comment rdf:datatype="&xs;string">gistAddress</rdfs:comment>
|
|
<owl:imports rdf:resource="https://ontologies.semanticarts.com/o/gistPlace9.0.0"/>
|
|
<owl:versionIRI rdf:resource="https://ontologies.semanticarts.com/o/gistAddress9.0.0"/>
|
|
<owl:versionInfo rdf:datatype="&xs;string">Created with e6Tools Graphical OWL Editor from S:\_SemanticArts\Offerings\gist\_daveGistGit\gist\gist9.0.0.vsd Page:address</owl:versionInfo>
|
|
<gist:license rdf:datatype="&xs;string">https://creativecommons.org/licenses/by-sa/3.0/</gist:license>
|
|
</owl:Ontology>
|
|
|
|
<owl:AnnotationProperty rdf:about="&rdfs;comment">
|
|
</owl:AnnotationProperty>
|
|
|
|
<owl:AnnotationProperty rdf:about="&rdfs;label">
|
|
</owl:AnnotationProperty>
|
|
|
|
<owl:Class rdf:about="&gist;Address">
|
|
<rdfs:subClassOf rdf:resource="&gist;Content"/>
|
|
<rdfs:label rdf:datatype="&xs;string">Address</rdfs:label>
|
|
<rdfs:comment rdf:datatype="&xs;string">A reference to a place (real or virtual) that can be located by some routing algorithm, and where messages or things can be sent to or retrieved from. E.g. PO Box or URL to a pdf file.</rdfs:comment>
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;BuildingAddress">
|
|
<rdfs:subClassOf rdf:resource="&gist;Address"/>
|
|
<rdfs:subClassOf>
|
|
<owl:Restriction>
|
|
<owl:onProperty rdf:resource="&gist;streetAddressOf"/>
|
|
<owl:someValuesFrom rdf:resource="&gist;Building"/>
|
|
</owl:Restriction>
|
|
</rdfs:subClassOf>
|
|
<rdfs:label rdf:datatype="&xs;string">Building Address</rdfs:label>
|
|
<rdfs:comment rdf:datatype="&xs;string">An address to which you can send mail, or that you could find in the physical world.</rdfs:comment>
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;Content">
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;ElectronicMessageAddress">
|
|
<rdfs:subClassOf rdf:resource="&gist;Address"/>
|
|
<rdfs:label rdf:datatype="&xs;string">Electronic Message Address</rdfs:label>
|
|
<rdfs:comment rdf:datatype="&xs;string">Any place an electronic message (email, fax, etc.) can be sent.</rdfs:comment>
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;Organization">
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;Person">
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;PostalAddress">
|
|
<rdfs:subClassOf rdf:resource="&gist;Address"/>
|
|
<rdfs:label rdf:datatype="&xs;string">Postal Address</rdfs:label>
|
|
<rdfs:comment rdf:datatype="&xs;string">A set of codes the postal authorities can use to deliver physical mail.</rdfs:comment>
|
|
<rdfs:comment rdf:datatype="&xs;string">EXAMPLES: a street address, a PO Box, an FPO code, or the route codes.</rdfs:comment>
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="&gist;TelephoneNumber">
|
|
<rdfs:subClassOf rdf:resource="&gist;Address"/>
|
|
<rdfs:label rdf:datatype="&xs;string">Telephone Number</rdfs:label>
|
|
<rdfs:comment rdf:datatype="&xs;string">A numeric code a telephonic device uses for contacting another telephonic device.</rdfs:comment>
|
|
<rdfs:comment rdf:datatype="&xs;string">EXAMPLES: Mobile, fax, or landline phone number.</rdfs:comment>
|
|
</owl:Class>
|
|
|
|
<owl:ObjectProperty rdf:about="&gist;communicationAddressOf">
|
|
<rdfs:label rdf:datatype="&xs;string">Communication Address Of</rdfs:label>
|
|
<rdfs:comment rdf:datatype="&xs;string">Whose address is this</rdfs:comment>
|
|
</owl:ObjectProperty>
|
|
|
|
<owl:ObjectProperty rdf:about="&gist;hasCommunicationAddress">
|
|
<rdfs:label rdf:datatype="&xs;string">Has Communication Address</rdfs:label>
|
|
<rdfs:comment rdf:datatype="&xs;string">Points to a general class of places you can send messages including postal addresses, fax numbers, phone numbers, email, web site, etc.</rdfs:comment>
|
|
<rdfs:range rdf:resource="&gist;Address"/>
|
|
<owl:inverseOf rdf:resource="&gist;communicationAddressOf"/>
|
|
</owl:ObjectProperty>
|
|
|
|
<owl:ObjectProperty rdf:about="&gist;hasStreetAddress">
|
|
<rdfs:label rdf:datatype="&xs;string">Has Street Address</rdfs:label>
|
|
<rdfs:comment rdf:datatype="&xs;string">A place that can be found on a map, has geo coordinates; you could live or work there.</rdfs:comment>
|
|
<rdfs:range rdf:resource="&gist;BuildingAddress"/>
|
|
<owl:inverseOf rdf:resource="&gist;streetAddressOf"/>
|
|
</owl:ObjectProperty>
|
|
|
|
<owl:AnnotationProperty rdf:about="&gist;license">
|
|
</owl:AnnotationProperty>
|
|
|
|
<owl:ObjectProperty rdf:about="&gist;streetAddressOf">
|
|
<rdfs:label rdf:datatype="&xs;string">Street Address Of</rdfs:label>
|
|
<rdfs:comment rdf:datatype="&xs;string">Whose street address is this</rdfs:comment>
|
|
</owl:ObjectProperty>
|
|
|
|
</rdf:RDF> |