Ekp/Amphibian

From STLab

Jump to: navigation, search

The Amphibian EKP locally defines the following ontology elements:

Classes

  • Amphibian: amphibian
  • Country: country

Object Properties

  • Place:
    • Genaral relation between Amphibian and Country
    • has Country
  • hasCountry:
    • has Country
    • Local relation between Amphibian and Country
  • Species:
    • Genaral relation between Amphibian and Amphibian
    • has Amphibian
  • hasAmphibian:
    • Local relation between Amphibian and Amphibian
    • has Amphibian

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 Amphibian and Country"@en,
        rdfs:comment "Relazione generale tra Amphibian e Country"@it,
        rdfs:label "has Country"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Amphibian.owl#hasCountry>

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

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

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

    Annotations: 
        rdfs:label "amphibian"@en,
        rdfs:label "amphibien"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/Amphibian.owl#hasAmphibian> only <http://dbpedia.org/ontology/Amphibian>,
        <http://www.ontologydesignpatterns.org/ekp/Amphibian.owl#hasCountry> only <http://dbpedia.org/ontology/Country>
    
    
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: Amphibian
Personal tools