http://toposkg.di.uoa.gr/ontology/Mountain
Class representing mountains, hills, mountain ranges etc.
Instances of topos:Mountain can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class topos:Mountain | |||
| topos:hasMountainLevel | owl:DatatypeProperty | Level or granularity descriptor associated with a mountain feature. | xsd:string |
| topos:inContinent | owl:DatatypeProperty | Associates a mountain feature with the continent in which it is located. | xsd:string |
| topos:inCountry | owl:DatatypeProperty | Associates a mountain feature with the country in which it is located. | xsd:string |
| topos:hasUpperMountain | owl:ObjectProperty | Links a mountain feature to a broader mountain or mountain range entity. | topos:Mountain |
| From class topos:ToposKGFeature | |||
| topos:hasArea | owl:DatatypeProperty | Area associated with a ToposKG geospatial feature. | xsd:double |
| topos:hasDescription | owl:DatatypeProperty | Textual description associated with a ToposKG feature. | xsd:string |
| topos:hasName | owl:DatatypeProperty | Human-readable name associated with a ToposKG feature. | xsd:double |
| topos:hasWikidataLink | owl:ObjectProperty | Link from a ToposKG feature to an associated Wikidata resource. | topos:WikidataLink topos:WikidataURL |
| From class geo:Feature | |||
| geo:hasGeometry | rdf:Property | A spatial representation for a given Feature. | geo:Geometry |
| From class owl:Thing | |||
| topos:osmKey | owl:AnnotationProperty | OpenStreetMap key aligned with a ToposKG predicate. | owl:Thing |
| topos:osmTag | owl:AnnotationProperty | OpenStreetMap key/value tag or wildcard key alignment. | owl:Thing |
| topos:osmValue | owl:AnnotationProperty | OpenStreetMap value aligned with a ToposKG predicate when the mapping is key=value. | owl:Thing |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix topos: <http://toposkg.di.uoa.gr/ontology/> .
topos:Mountain a owl:Class ;
rdfs:subClassOf topos:Natural ;
skos:definition "Class representing mountains, hills, mountain ranges etc."@en ;
skos:prefLabel "Mountain"@en .