Ekp/AutoRacingLeague

From STLab

Jump to: navigation, search

The AutoRacingLeague EKP locally defines the following ontology elements:

Classes

  • AutoRacingLeague: auto racing league
  • AdministrativeRegion: administrative region
  • Town: town
  • IceHockeyPlayer: ice hockey player
  • FormulaOneRacer: Formula One racer
  • City: city
  • Automobile: automobile
  • Broadcast: broadcast
  • Country: country
  • NascarDriver: nascar driver
  • Sport: sport

Object Properties

  • hasAdministrativeRegion:
    • Local relation between Auto Racing League and Administrative Region
    • has Administrative Region
  • hasAutomobile:
    • has Automobile
    • Local relation between Auto Racing League and Automobile
  • hasSport:
    • has Sport
    • Local relation between Auto Racing League and Sport
  • hasCity:
    • has City
    • Local relation between Auto Racing League and City
  • MeanOfTransportation:
    • Genaral relation between Auto Racing League and Automobile
    • has Automobile
  • hasNascarDriver:
    • Local relation between Auto Racing League and Nascar Driver
    • has Nascar Driver
  • Place:
    • Genaral relation between Auto Racing League and Town
    • has City
    • Genaral relation between Auto Racing League and Administrative Region
    • Genaral relation between Auto Racing League and City
    • has Country
    • has Town
    • has Administrative Region
    • Genaral relation between Auto Racing League and Country
  • hasAutoRacingLeague:
    • Local relation between Auto Racing League and Auto Racing League
    • has Auto Racing League
  • hasTown:
    • has Town
    • Local relation between Auto Racing League and Town
  • hasCountry:
    • Local relation between Auto Racing League and Country
    • has Country
  • hasIceHockeyPlayer:
    • Local relation between Auto Racing League and Ice Hockey Player
    • has Ice Hockey Player
  • Person:
    • Genaral relation between Auto Racing League and Ice Hockey Player
    • Genaral relation between Auto Racing League and Formula One Racer
    • Genaral relation between Auto Racing League and Nascar Driver
    • has Nascar Driver
    • has Formula One Racer
    • has Ice Hockey Player
  • Organisation:
    • Genaral relation between Auto Racing League and Auto Racing League
    • has Broadcast
    • has Auto Racing League
    • Genaral relation between Auto Racing League and Broadcast
  • hasFormulaOneRacer:
    • Local relation between Auto Racing League and Formula One Racer
    • has Formula One Racer
  • Activity:
    • Genaral relation between Auto Racing League and Sport
    • has Sport
  • hasBroadcast:
    • has Broadcast
    • Local relation between Auto Racing League and Broadcast

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/AutoRacingLeague.owl#hasAdministrativeRegion>

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

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

    Annotations: 
        rdfs:comment "Local relation between Auto Racing League and Sport"@en,
        rdfs:comment "Relazione locale tra Auto Racing League e Sport"@it,
        rdfs:label "has Sport"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Activity>
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasCity>

    Annotations: 
        rdfs:comment "Local relation between Auto Racing League and City"@en,
        rdfs:comment "Relazione locale tra Auto Racing League e City"@it,
        rdfs:label "has City"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Place>
    
    
ObjectProperty: <http://dbpedia.org/ontology/MeanOfTransportation>

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

    Annotations: 
        rdfs:comment "Local relation between Auto Racing League and Nascar Driver"@en,
        rdfs:comment "Relazione locale tra Auto Racing League e Nascar Driver"@it,
        rdfs:label "has Nascar Driver"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Person>
    
    
ObjectProperty: <http://dbpedia.org/ontology/Place>

    Annotations: 
        rdfs:comment "Genaral relation between Auto Racing League and Administrative Region"@en,
        rdfs:comment "Genaral relation between Auto Racing League and City"@en,
        rdfs:comment "Genaral relation between Auto Racing League and Country"@en,
        rdfs:comment "Genaral relation between Auto Racing League and Town"@en,
        rdfs:comment "Relazione generale tra Auto Racing League e Administrative Region"@it,
        rdfs:comment "Relazione generale tra Auto Racing League e City"@it,
        rdfs:comment "Relazione generale tra Auto Racing League e Country"@it,
        rdfs:comment "Relazione generale tra Auto Racing League e Town"@it,
        rdfs:label "has Administrative Region"@en,
        rdfs:label "has City"@en,
        rdfs:label "has Country"@en,
        rdfs:label "has Town"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasAutoRacingLeague>

    Annotations: 
        rdfs:comment "Local relation between Auto Racing League and Auto Racing League"@en,
        rdfs:comment "Relazione locale tra Auto Racing League e Auto Racing League"@it,
        rdfs:label "has Auto Racing League"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Organisation>
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasTown>

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

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

    Annotations: 
        rdfs:comment "Local relation between Auto Racing League and Ice Hockey Player"@en,
        rdfs:comment "Relazione locale tra Auto Racing League e Ice Hockey Player"@it,
        rdfs:label "has Ice Hockey Player"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Person>
    
    
ObjectProperty: <http://dbpedia.org/ontology/Person>

    Annotations: 
        rdfs:comment "Genaral relation between Auto Racing League and Formula One Racer"@en,
        rdfs:comment "Genaral relation between Auto Racing League and Ice Hockey Player"@en,
        rdfs:comment "Genaral relation between Auto Racing League and Nascar Driver"@en,
        rdfs:comment "Relazione generale tra Auto Racing League e Formula One Racer"@it,
        rdfs:comment "Relazione generale tra Auto Racing League e Ice Hockey Player"@it,
        rdfs:comment "Relazione generale tra Auto Racing League e Nascar Driver"@it,
        rdfs:label "has Formula One Racer"@en,
        rdfs:label "has Ice Hockey Player"@en,
        rdfs:label "has Nascar Driver"@en
    
    
ObjectProperty: <http://dbpedia.org/ontology/Organisation>

    Annotations: 
        rdfs:comment "Genaral relation between Auto Racing League and Auto Racing League"@en,
        rdfs:comment "Genaral relation between Auto Racing League and Broadcast"@en,
        rdfs:comment "Relazione generale tra Auto Racing League e Auto Racing League"@it,
        rdfs:comment "Relazione generale tra Auto Racing League e Broadcast"@it,
        rdfs:label "has Auto Racing League"@en,
        rdfs:label "has Broadcast"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasFormulaOneRacer>

    Annotations: 
        rdfs:comment "Local relation between Auto Racing League and Formula One Racer"@en,
        rdfs:comment "Relazione locale tra Auto Racing League e Formula One Racer"@it,
        rdfs:label "has Formula One Racer"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Person>
    
    
ObjectProperty: <http://dbpedia.org/ontology/Activity>

    Annotations: 
        rdfs:comment "Genaral relation between Auto Racing League and Sport"@en,
        rdfs:comment "Relazione generale tra Auto Racing League e Sport"@it,
        rdfs:label "has Sport"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasBroadcast>

    Annotations: 
        rdfs:comment "Local relation between Auto Racing League and Broadcast"@en,
        rdfs:comment "Relazione locale tra Auto Racing League e Broadcast"@it,
        rdfs:label "has Broadcast"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Organisation>
    
    
Class: <http://dbpedia.org/ontology/AutoRacingLeague>

    Annotations: 
        rdfs:label "auto racing league"@en,
        rdfs:label "la ligue de course automobile"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasAdministrativeRegion> only <http://dbpedia.org/ontology/AdministrativeRegion>,
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasAutoRacingLeague> only <http://dbpedia.org/ontology/AutoRacingLeague>,
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasAutomobile> only <http://dbpedia.org/ontology/Automobile>,
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasBroadcast> only <http://dbpedia.org/ontology/Broadcast>,
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasCity> only <http://dbpedia.org/ontology/City>,
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasCountry> only <http://dbpedia.org/ontology/Country>,
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasFormulaOneRacer> only <http://dbpedia.org/ontology/FormulaOneRacer>,
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasIceHockeyPlayer> only <http://dbpedia.org/ontology/IceHockeyPlayer>,
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasNascarDriver> only <http://dbpedia.org/ontology/NascarDriver>,
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasSport> only <http://dbpedia.org/ontology/Sport>,
        <http://www.ontologydesignpatterns.org/ekp/AutoRacingLeague.owl#hasTown> only <http://dbpedia.org/ontology/Town>
    
    
Class: <http://dbpedia.org/ontology/AdministrativeRegion>

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

    Annotations: 
        rdfs:label "town"@en,
        rdfs:label "ville"@fr
    
    
Class: <http://dbpedia.org/ontology/IceHockeyPlayer>

    Annotations: 
        rdfs:label "ice hockey player"@en,
        rdfs:label "joueur de hockey sur glace"@fr
    
    
Class: <http://dbpedia.org/ontology/FormulaOneRacer>

    Annotations: 
        rdfs:label "Formula One racer"@en,
        rdfs:label "pilote de formule 1"@fr
    
    
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
    
    
Class: <http://dbpedia.org/ontology/Broadcast>

    Annotations: 
        rdfs:label "broadcast"@en,
        rdfs:label "Émission de télévision"@fr
    
    
Class: <http://dbpedia.org/ontology/Country>

    Annotations: 
        rdfs:label "????"@el,
        rdfs:label "Staat"@de,
        rdfs:label "country"@en,
        rdfs:label "pays"@fr
    
    
Class: <http://dbpedia.org/ontology/NascarDriver>

    Annotations: 
        rdfs:label "nascar driver"@en,
        rdfs:label "pilote de la nascar"@fr
    
    
Class: <http://dbpedia.org/ontology/Sport>

    Annotations: 
        rdfs:label "sport"@en,
        rdfs:label "sport"@fr
    
    
Link to EKP: AutoRacingLeague
Personal tools