Ekp/Canal

From STLab

Jump to: navigation, search

The Canal EKP locally defines the following ontology elements:

Classes

  • AdministrativeRegion: administrative region
  • River: river
  • Lake: lake
  • City: city
  • Company: company
  • Canal: canal
  • Road: road
  • Country: country

Object Properties

  • hasCanal:
    • has Canal
    • Local relation between Canal and Canal
  • hasCountry:
    • Local relation between Canal and Country
    • has Country
  • Place:
    • Genaral relation between Canal and Canal
    • Genaral relation between Canal and Lake
    • has River
    • has Administrative Region
    • Genaral relation between Canal and Country
    • has Lake
    • Genaral relation between Canal and River
    • has City
    • Genaral relation between Canal and Administrative Region
    • Genaral relation between Canal and City
    • has Country
    • has Canal
  • hasCompany:
    • has Company
    • Local relation between Canal and Company
  • hasRoad:
    • has Road
    • Local relation between Canal and Road
  • Infrastructure:
    • Genaral relation between Canal and Road
    • has Road
  • hasAdministrativeRegion:
    • Local relation between Canal and Administrative Region
    • has Administrative Region
  • Organisation:
    • Genaral relation between Canal and Company
    • has Company
  • hasLake:
    • has Lake
    • Local relation between Canal and Lake
  • hasCity:
    • has City
    • Local relation between Canal and City
  • hasRiver:
    • Local relation between Canal and River
    • has River

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/Canal.owl#hasCanal>

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

    Annotations: 
        rdfs:comment "Local relation between Canal and Country"@en,
        rdfs:comment "Relazione locale tra Canal 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 Canal and Administrative Region"@en,
        rdfs:comment "Genaral relation between Canal and Canal"@en,
        rdfs:comment "Genaral relation between Canal and City"@en,
        rdfs:comment "Genaral relation between Canal and Country"@en,
        rdfs:comment "Genaral relation between Canal and Lake"@en,
        rdfs:comment "Genaral relation between Canal and River"@en,
        rdfs:comment "Relazione generale tra Canal e Administrative Region"@it,
        rdfs:comment "Relazione generale tra Canal e Canal"@it,
        rdfs:comment "Relazione generale tra Canal e City"@it,
        rdfs:comment "Relazione generale tra Canal e Country"@it,
        rdfs:comment "Relazione generale tra Canal e Lake"@it,
        rdfs:comment "Relazione generale tra Canal e River"@it,
        rdfs:label "has Administrative Region"@en,
        rdfs:label "has Canal"@en,
        rdfs:label "has City"@en,
        rdfs:label "has Country"@en,
        rdfs:label "has Lake"@en,
        rdfs:label "has River"@en
    
    
ObjectProperty: <http://www.ontologydesignpatterns.org/ekp/Canal.owl#hasCompany>

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

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

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

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

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

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

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

    Annotations: 
        rdfs:comment "Local relation between Canal and River"@en,
        rdfs:comment "Relazione locale tra Canal e River"@it,
        rdfs:label "has River"@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/River>

    Annotations: 
        rdfs:label "river"@en,
        rdfs:label "rivière"@fr
    
    
Class: <http://dbpedia.org/ontology/Lake>

    Annotations: 
        rdfs:label "lac"@fr,
        rdfs:label "lake"@en
    
    
Class: <http://dbpedia.org/ontology/City>

    Annotations: 
        rdfs:label "city"@en,
        rdfs:label "cité"@fr
    
    
Class: <http://dbpedia.org/ontology/Company>

    Annotations: 
        rdfs:label "company"@en,
        rdfs:label "entreprise"@fr
    
    
Class: <http://dbpedia.org/ontology/Canal>

    Annotations: 
        rdfs:label "canal"@en,
        rdfs:label "canal"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/Canal.owl#hasAdministrativeRegion> only <http://dbpedia.org/ontology/AdministrativeRegion>,
        <http://www.ontologydesignpatterns.org/ekp/Canal.owl#hasCanal> only <http://dbpedia.org/ontology/Canal>,
        <http://www.ontologydesignpatterns.org/ekp/Canal.owl#hasCity> only <http://dbpedia.org/ontology/City>,
        <http://www.ontologydesignpatterns.org/ekp/Canal.owl#hasCompany> only <http://dbpedia.org/ontology/Company>,
        <http://www.ontologydesignpatterns.org/ekp/Canal.owl#hasCountry> only <http://dbpedia.org/ontology/Country>,
        <http://www.ontologydesignpatterns.org/ekp/Canal.owl#hasLake> only <http://dbpedia.org/ontology/Lake>,
        <http://www.ontologydesignpatterns.org/ekp/Canal.owl#hasRiver> only <http://dbpedia.org/ontology/River>,
        <http://www.ontologydesignpatterns.org/ekp/Canal.owl#hasRoad> only <http://dbpedia.org/ontology/Road>
    
    
Class: <http://dbpedia.org/ontology/Road>

    Annotations: 
        rdfs:label "road"@en,
        rdfs:label "route"@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: Canal
Personal tools