topos:General


URI

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

Label

General

Description

A geospatial feature whose identity is primarily defined by human use, function, social convention, infrastructure, or cultural significance, rather than by administrative authority or natural geographic formation.

Usage

Instances of topos:General 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:General a owl:Class ;
    rdfs:subClassOf topos:ToposKGFeature ;
    skos:definition "A geospatial feature whose identity is primarily defined by human use, function, social convention, infrastructure, or cultural significance, rather than by administrative authority or natural geographic formation."@en ;
    skos:prefLabel "General"@en .