Property: map:onMap

Relates a MapPosition to a Map. The onMap relation is stronger than the hasMap relation: the onMap predicate forces the domain of MapPosition on the subject.

Types

owl:ObjectProperty

Super Properties

map:hasMap

Domain

map:MapPosition

Range

map:Map

Inverse Property

map:includesMapPosition

Abstract Syntax

ObjectProperty(map:onMap annotation(rdfs:comment "Relates a MapPosition to a Map.

The onMap relation is stronger than the hasMap relation: the onMap predicate forces the domain of MapPosition on the subject."^^<http://www.w3.org/2001/XMLSchema#string>)
                        super(map:hasMap)
                        inverseOf(map:includesMapPosition)
                        domain(map:MapPosition)
                        range(map:Map))

Generated with OWLDoc