topos:ToposKGFeature


URI

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

Label

ToposKG Feature

Description

Top level class for the ToposKG ontology.

Superclasses (2)

Usage

Instances of topos:ToposKGFeature 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 geo: <http://www.opengis.net/ont/geosparql#> .
@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:ToposKGFeature a owl:Class ;
    rdfs:subClassOf geo:Feature ;
    skos:definition "Top level class for the ToposKG ontology."@en ;
    skos:prefLabel "ToposKG Feature"@en .