topos:Natural


URI

http://toposkg.di.uoa.gr/ontology/Natural

Label

Mountain

Description

Super class for natural resources available in ToposKG

Usage

Instances of topos:Natural can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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

Implementation

@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:Natural a owl:Class ;
    rdfs:subClassOf topos:ToposKGFeature ;
    skos:definition "Super class for natural resources available in ToposKG"@en ;
    skos:prefLabel "Mountain"@en .