Property: map:containsMap

Relates a MapSet to the Map(s) it contains. The containsMap relation is stronger than the hasMap relation: the containsMap predicate forces the domain of MapSet on the subject.

Types

owl:ObjectProperty

Super Properties

map:hasMap

Domain

map:MapSet

Inverse Property

map:belongsToMapSet

Abstract Syntax

ObjectProperty(map:containsMap annotation(rdfs:comment "Relates a MapSet to the Map(s) it contains.

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

Generated with OWLDoc