Ekp/Conifer

From STLab

Jump to: navigation, search

The Conifer EKP locally defines the following ontology elements:

Classes

  • AdministrativeRegion: administrative region
  • Scientist: scientist
  • MountainRange: mountain range
  • Island: island
  • Continent: continent
  • Country: country
  • Conifer: conifer

Object Properties

  • Place:
    • Genaral relation between Conifer and Mountain Range
    • Genaral relation between Conifer and Island
    • Genaral relation between Conifer and Continent
    • has Administrative Region
    • has Mountain Range
    • has Continent
    • Genaral relation between Conifer and Country
    • has Island
    • Genaral relation between Conifer and Administrative Region
    • has Country
  • hasAdministrativeRegion:
    • Local relation between Conifer and Administrative Region
    • has Administrative Region
  • hasScientist:
    • has Scientist
    • Local relation between Conifer and Scientist
  • Person:
    • Genaral relation between Conifer and Scientist
    • has Scientist
  • hasIsland:
    • Local relation between Conifer and Island
    • has Island
  • hasContinent:
    • Local relation between Conifer and Continent
    • has Continent
  • Species:
    • Genaral relation between Conifer and Conifer
    • has Conifer
  • hasCountry:
    • has Country
    • Local relation between Conifer and Country
  • hasMountainRange:
    • Local relation between Conifer and Mountain Range
    • has Mountain Range
  • hasConifer:
    • Local relation between Conifer and Conifer
    • has Conifer

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/Place>

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

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

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

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

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

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

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

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

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

    Annotations: 
        rdfs:comment "Local relation between Conifer and Conifer"@en,
        rdfs:comment "Relazione locale tra Conifer e Conifer"@it,
        rdfs:label "has Conifer"@en
    
    SubPropertyOf: 
        <http://dbpedia.org/ontology/Species>
    
    
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/MountainRange>

    Annotations: 
        rdfs:label "chaîne de montagne"@fr,
        rdfs:label "mountain range"@en
    
    
Class: <http://dbpedia.org/ontology/Island>

    Annotations: 
        rdfs:label "????"@el,
        rdfs:label "island"@en,
        rdfs:label "île"@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
    
    
Class: <http://dbpedia.org/ontology/Conifer>

    Annotations: 
        rdfs:label "conifer"@en,
        rdfs:label "conifères"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/Conifer.owl#hasAdministrativeRegion> only <http://dbpedia.org/ontology/AdministrativeRegion>,
        <http://www.ontologydesignpatterns.org/ekp/Conifer.owl#hasConifer> only <http://dbpedia.org/ontology/Conifer>,
        <http://www.ontologydesignpatterns.org/ekp/Conifer.owl#hasContinent> only <http://dbpedia.org/ontology/Continent>,
        <http://www.ontologydesignpatterns.org/ekp/Conifer.owl#hasCountry> only <http://dbpedia.org/ontology/Country>,
        <http://www.ontologydesignpatterns.org/ekp/Conifer.owl#hasIsland> only <http://dbpedia.org/ontology/Island>,
        <http://www.ontologydesignpatterns.org/ekp/Conifer.owl#hasMountainRange> only <http://dbpedia.org/ontology/MountainRange>,
        <http://www.ontologydesignpatterns.org/ekp/Conifer.owl#hasScientist> only <http://dbpedia.org/ontology/Scientist>
    
    
Link to EKP: Conifer
Personal tools