Property: map:hasMapPosition

Relates a Map or a Mappable Object to a MapPosition. See also onMap and positionOf.

Types

owl:ObjectProperty

Super Properties

map:objectProperties

Domain

map:Map
map:MapCorrespondence
map:MappableObject

Range

map:MapPosition

Abstract Syntax

ObjectProperty(map:hasMapPosition annotation(rdfs:comment "Relates a Map or a Mappable Object to a MapPosition.  See also onMap and positionOf."^^<http://www.w3.org/2001/XMLSchema#string>)
                                 super(map:objectProperties)
                                 domain(unionOf(map:Map
                                                map:MapCorrespondence
                                                map:MappableObject))
                                 range(map:MapPosition))

Generated with OWLDoc