Ekp/ClubMoss

From STLab

Jump to: navigation, search

The ClubMoss EKP locally defines the following ontology elements:

Classes

  • AdministrativeRegion: administrative region
  • Scientist: scientist
  • ClubMoss: club moss
  • Continent: continent
  • Country: country

Object Properties

  • hasClubMoss:
    • Local relation between Club Moss and Club Moss
    • has Club Moss
  • Place:
    • Genaral relation between Club Moss and Administrative Region
    • Genaral relation between Club Moss and Continent
    • has Country
    • has Administrative Region
    • Genaral relation between Club Moss and Country
    • has Continent
  • hasCountry:
    • Local relation between Club Moss and Country
    • has Country
  • hasContinent:
    • Local relation between Club Moss and Continent
    • has Continent
  • Person:
    • Genaral relation between Club Moss and Scientist
    • has Scientist
  • Species:
    • has Club Moss
    • Genaral relation between Club Moss and Club Moss
  • hasScientist:
    • has Scientist
    • Local relation between Club Moss and Scientist
  • hasAdministrativeRegion:
    • Local relation between Club Moss 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/ClubMoss.owl#hasClubMoss>

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

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

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

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

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

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

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

    Annotations: 
        rdfs:comment "Local relation between Club Moss and Administrative Region"@en,
        rdfs:comment "Relazione locale tra Club Moss 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/ClubMoss>

    Annotations: 
        rdfs:label "club moss"@en,
        rdfs:label "lycopodiopsida"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/ClubMoss.owl#hasAdministrativeRegion> only <http://dbpedia.org/ontology/AdministrativeRegion>,
        <http://www.ontologydesignpatterns.org/ekp/ClubMoss.owl#hasClubMoss> only <http://dbpedia.org/ontology/ClubMoss>,
        <http://www.ontologydesignpatterns.org/ekp/ClubMoss.owl#hasContinent> only <http://dbpedia.org/ontology/Continent>,
        <http://www.ontologydesignpatterns.org/ekp/ClubMoss.owl#hasCountry> only <http://dbpedia.org/ontology/Country>,
        <http://www.ontologydesignpatterns.org/ekp/ClubMoss.owl#hasScientist> only <http://dbpedia.org/ontology/Scientist>
    
    
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: ClubMoss
Personal tools