Ekp/AdministrativeRegion

From STLab

Jump to: navigation, search

The AdministrativeRegion EKP locally defines the following ontology elements:

Classes

  • AdministrativeRegion: administrative region
  • City: city
  • Country: country

Object Properties

  • hasCity:
    • has City
    • Local relation between Administrative Region and City
  • hasAdministrativeRegion:
    • Local relation between Administrative Region and Administrative Region
    • has Administrative Region
  • hasCountry:
    • has Country
    • Local relation between Administrative Region and Country
  • Place:
    • has City
    • Genaral relation between Administrative Region and Administrative Region
    • has Country
    • has Administrative Region
    • Genaral relation between Administrative Region and Country
    • Genaral relation between Administrative Region and City

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/AdministrativeRegion.owl#hasCity>

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

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

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

    Annotations: 
        rdfs:label "administrative region"@en,
        rdfs:label "région administrative"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/AdministrativeRegion.owl#hasAdministrativeRegion> only <http://dbpedia.org/ontology/AdministrativeRegion>,
        <http://www.ontologydesignpatterns.org/ekp/AdministrativeRegion.owl#hasCity> only <http://dbpedia.org/ontology/City>,
        <http://www.ontologydesignpatterns.org/ekp/AdministrativeRegion.owl#hasCountry> only <http://dbpedia.org/ontology/Country>
    
    
Class: <http://dbpedia.org/ontology/City>

    Annotations: 
        rdfs:label "city"@en,
        rdfs:label "cité"@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: AdministrativeRegion
Personal tools