Property: map:hasMappableObject

Relates a Map or MapPosition to a MappableObject (a mappable element).

Types

owl:ObjectProperty

Super Properties

map:objectProperties

Domain

map:Map
map:MapCorrespondence
map:MapPosition

Range

map:MappableObject

Abstract Syntax

ObjectProperty(map:hasMappableObject annotation(rdfs:comment "Relates a Map or MapPosition to a MappableObject (a mappable element)."^^<http://www.w3.org/2001/XMLSchema#string>)
                                    super(map:objectProperties)
                                    domain(unionOf(map:Map
                                                   map:MapCorrespondence
                                                   map:MapPosition))
                                    range(map:MappableObject))

Generated with OWLDoc