Ekp/Bridge

From STLab

Jump to: navigation, search

The Bridge EKP locally defines the following ontology elements:

Classes

  • AdministrativeRegion: administrative region
  • Town: town
  • River: river
  • City: city
  • Road: road
  • Country: country
  • Bridge: bridge

Object Properties

  • hasRiver:
    • has River
    • Local relation between Bridge and River
  • hasTown:
    • has Town
    • Local relation between Bridge and Town
  • hasAdministrativeRegion:
    • has Administrative Region
    • Local relation between Bridge and Administrative Region
  • hasCity:
    • has City
    • Local relation between Bridge and City
  • hasRoad:
    • has Road
    • Local relation between Bridge and Road
  • Place:
    • Genaral relation between Bridge and Town
    • Genaral relation between Bridge and Bridge
    • has River
    • has Town
    • has Administrative Region
    • Genaral relation between Bridge and City
    • Genaral relation between Bridge and Administrative Region
    • Genaral relation between Bridge and River
    • has City
    • has Bridge
    • Genaral relation between Bridge and Country
    • has Country
  • Infrastructure:
    • Genaral relation between Bridge and Road
    • has Road
  • hasBridge:
    • has Bridge
    • Local relation between Bridge and Bridge
  • hasCountry:
    • Local relation between Bridge and Country
    • has Country

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/Bridge.owl#hasRiver>

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

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

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

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

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

    Annotations: 
        rdfs:comment "Genaral relation between Bridge and Administrative Region"@en,
        rdfs:comment "Genaral relation between Bridge and Bridge"@en,
        rdfs:comment "Genaral relation between Bridge and City"@en,
        rdfs:comment "Genaral relation between Bridge and Country"@en,
        rdfs:comment "Genaral relation between Bridge and River"@en,
        rdfs:comment "Genaral relation between Bridge and Town"@en,
        rdfs:comment "Relazione generale tra Bridge e Administrative Region"@it,
        rdfs:comment "Relazione generale tra Bridge e Bridge"@it,
        rdfs:comment "Relazione generale tra Bridge e City"@it,
        rdfs:comment "Relazione generale tra Bridge e Country"@it,
        rdfs:comment "Relazione generale tra Bridge e River"@it,
        rdfs:comment "Relazione generale tra Bridge e Town"@it,
        rdfs:label "has Administrative Region"@en,
        rdfs:label "has Bridge"@en,
        rdfs:label "has City"@en,
        rdfs:label "has Country"@en,
        rdfs:label "has River"@en,
        rdfs:label "has Town"@en
    
    
ObjectProperty: <http://dbpedia.org/ontology/Infrastructure>

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

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

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

    Annotations: 
        rdfs:label "town"@en,
        rdfs:label "ville"@fr
    
    
Class: <http://dbpedia.org/ontology/River>

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

    Annotations: 
        rdfs:label "city"@en,
        rdfs:label "cité"@fr
    
    
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
    
    
Class: <http://dbpedia.org/ontology/Bridge>

    Annotations: 
        rdfs:label "bridge"@en,
        rdfs:label "pont"@fr
    
    SubClassOf: 
        <http://www.ontologydesignpatterns.org/ekp/Bridge.owl#hasAdministrativeRegion> only <http://dbpedia.org/ontology/AdministrativeRegion>,
        <http://www.ontologydesignpatterns.org/ekp/Bridge.owl#hasBridge> only <http://dbpedia.org/ontology/Bridge>,
        <http://www.ontologydesignpatterns.org/ekp/Bridge.owl#hasCity> only <http://dbpedia.org/ontology/City>,
        <http://www.ontologydesignpatterns.org/ekp/Bridge.owl#hasCountry> only <http://dbpedia.org/ontology/Country>,
        <http://www.ontologydesignpatterns.org/ekp/Bridge.owl#hasRiver> only <http://dbpedia.org/ontology/River>,
        <http://www.ontologydesignpatterns.org/ekp/Bridge.owl#hasRoad> only <http://dbpedia.org/ontology/Road>,
        <http://www.ontologydesignpatterns.org/ekp/Bridge.owl#hasTown> only <http://dbpedia.org/ontology/Town>
    
    
Link to EKP: Bridge
Personal tools