Ekp/Automobile

From STLab

Jump to: navigation, search

The Automobile EKP locally defines the following ontology elements:

Classes

  • City: city
  • Automobile: automobile
  • AutomobileEngine: automobile engine
  • Country: country

Object Properties

  • MeanOfTransportation:
    • has Automobile
    • Genaral relation between Automobile and Automobile
  • Device:
    • Genaral relation between Automobile and Automobile Engine
    • has Automobile Engine
  • Place:
    • Genaral relation between Automobile and Country
    • has City
    • has Country
    • Genaral relation between Automobile and City
  • hasCity:
    • has City
    • Local relation between Automobile and City
  • hasCountry:
    • Local relation between Automobile and Country
    • has Country
  • hasAutomobile:
    • has Automobile
    • Local relation between Automobile and Automobile
  • hasAutomobileEngine:
    • Local relation between Automobile and Automobile Engine
    • has Automobile Engine

Manchester syntax snippet

Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Prefix: rdfs: <http://www.w3.org/2000/01/rdf-schema#>
Prefix: skos: <http://www.w3.org/2004/02/skos/core#>



Ontology: 

AnnotationProperty: rdfs:label

    
AnnotationProperty: rdfs:comment

    
ObjectProperty: <http://dbpedia.org/ontology/MeanOfTransportation>

    Annotations: 
        rdfs:comment "Genaral relation between Automobile and Automobile"@en,
        rdfs:comment "Relazione generale tra Automobile e Automobile"@it,
        rdfs:label "has Automobile"@en
    
    
ObjectProperty: <http://dbpedia.org/ontology/Device>

    Annotations: 
        rdfs:comment "Genaral relation between Automobile and Automobile Engine"@en,
        rdfs:comment "Relazione generale tra Automobile e Automobile Engine"@it,
        rdfs:label "has Automobile Engine"@en
    
    
ObjectProperty: <http://dbpedia.org/ontology/Place>

    Annotations: 
        rdfs:comment "Genaral relation between Automobile and City"@en,
        rdfs:comment "Genaral relation between Automobile and Country"@en,
        rdfs:comment "Relazione generale tra Automobile e City"@it,
        rdfs:comment "Relazione generale tra Automobile e Country"@it,
        rdfs:label "has City"@en,
        rdfs:label "has Country"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Automobile.owl#hasCity>

    Annotations: 
        rdfs:comment "Local relation between Automobile and City"@en,
        rdfs:comment "Relazione locale tra Automobile e City"@it,
        rdfs:label "has City"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Place>
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Automobile.owl#hasCountry>

    Annotations: 
        rdfs:comment "Local relation between Automobile and Country"@en,
        rdfs:comment "Relazione locale tra Automobile e Country"@it,
        rdfs:label "has Country"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Place>
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Automobile.owl#hasAutomobile>

    Annotations: 
        rdfs:comment "Local relation between Automobile and Automobile"@en,
        rdfs:comment "Relazione locale tra Automobile e Automobile"@it,
        rdfs:label "has Automobile"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/MeanOfTransportation>
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Automobile.owl#hasAutomobileEngine>

    Annotations: 
        rdfs:comment "Local relation between Automobile and Automobile Engine"@en,
        rdfs:comment "Relazione locale tra Automobile e Automobile Engine"@it,
        rdfs:label "has Automobile Engine"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Device>
    
    
Class: <http://dbpedia.org/ontology/City>

    Annotations: 
        rdfs:label "city"@en,
        rdfs:label "cité"@fr
    
    
Class: <http://dbpedia.org/ontology/Automobile>

    Annotations: 
        rdfs:label "automobile"@en,
        rdfs:label "automobile"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/Automobile.owl#hasAutomobile> only <http://dbpedia.org/ontology/Automobile>,
        <http://www.ontologydesignpatterns.org/ekp/Automobile.owl#hasAutomobileEngine> only <http://dbpedia.org/ontology/AutomobileEngine>,
        <http://www.ontologydesignpatterns.org/ekp/Automobile.owl#hasCity> only <http://dbpedia.org/ontology/City>,
        <http://www.ontologydesignpatterns.org/ekp/Automobile.owl#hasCountry> only <http://dbpedia.org/ontology/Country>
    
    
Class: <http://dbpedia.org/ontology/AutomobileEngine>

    Annotations: 
        rdfs:label "automobile engine"@en,
        rdfs:label "moteur d'automobile"@fr
    
    
Class: <http://dbpedia.org/ontology/Country>

    Annotations: 
        rdfs:label "????"@el,
        rdfs:label "Staat"@de,
        rdfs:label "country"@en,
        rdfs:label "pays"@fr
    
    
Link to EKP: Automobile
Personal tools