Ekp/Cyclist

From STLab

Jump to: navigation, search

The Cyclist EKP locally defines the following ontology elements:

Classes

  • AdministrativeRegion: administrative region
  • Cyclist: cyclist
  • City: city
  • Race: race
  • Olympics: olympics
  • Country: country

Object Properties

  • hasAdministrativeRegion:
    • Local relation between Cyclist and Administrative Region
    • has Administrative Region
  • hasOlympics:
    • has Olympics
    • Local relation between Cyclist and Olympics
  • hasCyclist:
    • has Cyclist
    • Local relation between Cyclist and Cyclist
  • Event:
    • has Olympics
    • Genaral relation between Cyclist and Race
    • has Race
    • Genaral relation between Cyclist and Olympics
  • hasRace:
    • has Race
    • Local relation between Cyclist and Race
  • Place:
    • Genaral relation between Cyclist and Administrative Region
    • has City
    • has Country
    • Genaral relation between Cyclist and City
    • Genaral relation between Cyclist and Country
    • has Administrative Region
  • Person:
    • has Cyclist
    • Genaral relation between Cyclist and Cyclist
  • hasCity:
    • has City
    • Local relation between Cyclist and City
  • hasCountry:
    • Local relation between Cyclist and Country
    • has Country

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://www.ontologydesignpatterns.org/ekp/Cyclist.owl#hasAdministrativeRegion>

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

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

    Annotations: 
        rdfs:comment "Local relation between Cyclist and Cyclist"@en,
        rdfs:comment "Relazione locale tra Cyclist e Cyclist"@it,
        rdfs:label "has Cyclist"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Person>
    
    
ObjectProperty: <http://dbpedia.org/ontology/Event>

    Annotations: 
        rdfs:comment "Genaral relation between Cyclist and Olympics"@en,
        rdfs:comment "Genaral relation between Cyclist and Race"@en,
        rdfs:comment "Relazione generale tra Cyclist e Olympics"@it,
        rdfs:comment "Relazione generale tra Cyclist e Race"@it,
        rdfs:label "has Olympics"@en,
        rdfs:label "has Race"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Cyclist.owl#hasRace>

    Annotations: 
        rdfs:comment "Local relation between Cyclist and Race"@en,
        rdfs:comment "Relazione locale tra Cyclist e Race"@it,
        rdfs:label "has Race"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Event>
    
    
ObjectProperty: <http://dbpedia.org/ontology/Place>

    Annotations: 
        rdfs:comment "Genaral relation between Cyclist and Administrative Region"@en,
        rdfs:comment "Genaral relation between Cyclist and City"@en,
        rdfs:comment "Genaral relation between Cyclist and Country"@en,
        rdfs:comment "Relazione generale tra Cyclist e Administrative Region"@it,
        rdfs:comment "Relazione generale tra Cyclist e City"@it,
        rdfs:comment "Relazione generale tra Cyclist e Country"@it,
        rdfs:label "has Administrative Region"@en,
        rdfs:label "has City"@en,
        rdfs:label "has Country"@en
    
    
ObjectProperty: <http://dbpedia.org/ontology/Person>

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

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

    Annotations: 
        rdfs:comment "Local relation between Cyclist and Country"@en,
        rdfs:comment "Relazione locale tra Cyclist e Country"@it,
        rdfs:label "has Country"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Place>
    
    
Class: <http://dbpedia.org/ontology/AdministrativeRegion>

    Annotations: 
        rdfs:label "administrative region"@en,
        rdfs:label "région administrative"@fr
    
    
Class: <http://dbpedia.org/ontology/Cyclist>

    Annotations: 
        rdfs:label "cyclist"@en,
        rdfs:label "cycliste"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/Cyclist.owl#hasAdministrativeRegion> only <http://dbpedia.org/ontology/AdministrativeRegion>,
        <http://www.ontologydesignpatterns.org/ekp/Cyclist.owl#hasCity> only <http://dbpedia.org/ontology/City>,
        <http://www.ontologydesignpatterns.org/ekp/Cyclist.owl#hasCountry> only <http://dbpedia.org/ontology/Country>,
        <http://www.ontologydesignpatterns.org/ekp/Cyclist.owl#hasCyclist> only <http://dbpedia.org/ontology/Cyclist>,
        <http://www.ontologydesignpatterns.org/ekp/Cyclist.owl#hasOlympics> only <http://dbpedia.org/ontology/Olympics>,
        <http://www.ontologydesignpatterns.org/ekp/Cyclist.owl#hasRace> only <http://dbpedia.org/ontology/Race>
    
    
Class: <http://dbpedia.org/ontology/City>

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

    Annotations: 
        rdfs:label "course"@fr,
        rdfs:label "race"@en
    
    
Class: <http://dbpedia.org/ontology/Olympics>

    Annotations: 
        rdfs:label "Jeux Olympiques"@fr,
        rdfs:label "olympics"@en
    
    
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: Cyclist
Personal tools