Ekp/Cycad

From STLab

Jump to: navigation, search

The Cycad EKP locally defines the following ontology elements:

Classes

  • AdministrativeRegion: administrative region
  • Cycad: cycad
  • Country: country

Object Properties

  • hasCountry:
    • has Country
    • Local relation between Cycad and Country
  • Place:
    • has Country
    • Genaral relation between Cycad and Administrative Region
    • has Administrative Region
    • Genaral relation between Cycad and Country
  • Species:
    • Genaral relation between Cycad and Cycad
    • has Cycad
  • hasCycad:
    • has Cycad
    • Local relation between Cycad and Cycad
  • hasAdministrativeRegion:
    • Local relation between Cycad 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/Cycad.owl#hasCountry>

    Annotations: 
        rdfs:comment "Local relation between Cycad and Country"@en,
        rdfs:comment "Relazione locale tra Cycad 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 Cycad and Administrative Region"@en,
        rdfs:comment "Genaral relation between Cycad and Country"@en,
        rdfs:comment "Relazione generale tra Cycad e Administrative Region"@it,
        rdfs:comment "Relazione generale tra Cycad e Country"@it,
        rdfs:label "has Administrative Region"@en,
        rdfs:label "has Country"@en
    
    
ObjectProperty: <http://dbpedia.org/ontology/Species>

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

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

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

    Annotations: 
        rdfs:label "cycad"@en,
        rdfs:label "cycadophytes"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/Cycad.owl#hasAdministrativeRegion> only <http://dbpedia.org/ontology/AdministrativeRegion>,
        <http://www.ontologydesignpatterns.org/ekp/Cycad.owl#hasCountry> only <http://dbpedia.org/ontology/Country>,
        <http://www.ontologydesignpatterns.org/ekp/Cycad.owl#hasCycad> only <http://dbpedia.org/ontology/Cycad>
    
    
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: Cycad
Personal tools