http://toposkg.di.uoa.gr/ontology/Sea
Class representing seas and ocean segments
Instances of topos:Sea can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class topos:Sea | |||
| topos:hasMRGID | owl:DatatypeProperty | MarineRegions Gazetteer identifier associated with a sea feature. | xsd:string |
| 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:Sea a owl:Class ;
rdfs:subClassOf topos:Natural ;
owl:disjointWith topos:Forest,
topos:Mountain,
topos:Waterbody ;
skos:definition "Class representing seas and ocean segments"@en ;
skos:prefLabel "Sea"@en .