Ekp/Bird

From STLab

Jump to: navigation, search

The Bird EKP locally defines the following ontology elements:

Classes

  • AdministrativeRegion: administrative region
  • Scientist: scientist
  • Bird: bird
  • Island: island
  • Insect: insect
  • Continent: continent
  • Country: country

Object Properties

  • hasIsland:
    • has Island
    • Local relation between Bird and Island
  • hasInsect:
    • has Insect
    • Local relation between Bird and Insect
  • hasCountry:
    • has Country
    • Local relation between Bird and Country
  • Place:
    • Genaral relation between Bird and Administrative Region
    • has Island
    • Genaral relation between Bird and Country
    • has Country
    • Genaral relation between Bird and Island
    • has Administrative Region
    • Genaral relation between Bird and Continent
    • has Continent
  • hasBird:
    • has Bird
    • Local relation between Bird and Bird
  • Person:
    • Genaral relation between Bird and Scientist
    • has Scientist
  • Species:
    • has Insect
    • Genaral relation between Bird and Bird
    • Genaral relation between Bird and Insect
    • has Bird
  • hasScientist:
    • Local relation between Bird and Scientist
    • has Scientist
  • hasContinent:
    • Local relation between Bird and Continent
    • has Continent
  • hasAdministrativeRegion:
    • Local relation between Bird and Administrative Region
    • has Administrative Region

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/Bird.owl#hasIsland>

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

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

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

    Annotations: 
        rdfs:comment "Genaral relation between Bird and Administrative Region"@en,
        rdfs:comment "Genaral relation between Bird and Continent"@en,
        rdfs:comment "Genaral relation between Bird and Country"@en,
        rdfs:comment "Genaral relation between Bird and Island"@en,
        rdfs:comment "Relazione generale tra Bird e Administrative Region"@it,
        rdfs:comment "Relazione generale tra Bird e Continent"@it,
        rdfs:comment "Relazione generale tra Bird e Country"@it,
        rdfs:comment "Relazione generale tra Bird e Island"@it,
        rdfs:label "has Administrative Region"@en,
        rdfs:label "has Continent"@en,
        rdfs:label "has Country"@en,
        rdfs:label "has Island"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Bird.owl#hasBird>

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

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

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

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

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

    Annotations: 
        rdfs:comment "Local relation between Bird and Administrative Region"@en,
        rdfs:comment "Relazione locale tra Bird e Administrative Region"@it,
        rdfs:label "has Administrative Region"@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/Scientist>

    Annotations: 
        rdfs:label "Wissenschaftler"@de,
        rdfs:label "scientifique"@fr,
        rdfs:label "scientist"@en
    
    
Class: <http://dbpedia.org/ontology/Bird>

    Annotations: 
        rdfs:label "bird"@en,
        rdfs:label "oiseau"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/Bird.owl#hasAdministrativeRegion> only <http://dbpedia.org/ontology/AdministrativeRegion>,
        <http://www.ontologydesignpatterns.org/ekp/Bird.owl#hasBird> only <http://dbpedia.org/ontology/Bird>,
        <http://www.ontologydesignpatterns.org/ekp/Bird.owl#hasContinent> only <http://dbpedia.org/ontology/Continent>,
        <http://www.ontologydesignpatterns.org/ekp/Bird.owl#hasCountry> only <http://dbpedia.org/ontology/Country>,
        <http://www.ontologydesignpatterns.org/ekp/Bird.owl#hasInsect> only <http://dbpedia.org/ontology/Insect>,
        <http://www.ontologydesignpatterns.org/ekp/Bird.owl#hasIsland> only <http://dbpedia.org/ontology/Island>,
        <http://www.ontologydesignpatterns.org/ekp/Bird.owl#hasScientist> only <http://dbpedia.org/ontology/Scientist>
    
    
Class: <http://dbpedia.org/ontology/Island>

    Annotations: 
        rdfs:label "????"@el,
        rdfs:label "island"@en,
        rdfs:label "île"@fr
    
    
Class: <http://dbpedia.org/ontology/Insect>

    Annotations: 
        rdfs:label "insect"@en,
        rdfs:label "insecte"@fr
    
    
Class: <http://dbpedia.org/ontology/Continent>

    Annotations: 
        rdfs:label "?π?????"@el,
        rdfs:label "continent"@en,
        rdfs:label "continent"@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: Bird
Personal tools