Class: map:MapPosition

The class of things that have positional information about a subject's location on a map.

•owl:Thing
        •map:Maps
                •map:MapPosition

Super Classes

map:onMap ONLY map:Map
map:hasPositionCorrespondence ONLY map:MapCorrespondence
map:mapPositionForObject ONLY map:MappableObject
map:Maps

Equivalent Classes (Necessary and Sufficient Conditions)

map:endPosition EQ 1 owl:Thing
map:startPosition EQ 1 owl:Thing
map:units EQ 1 owl:Thing

Abstract Syntax

Class(map:MapPosition complete annotation(rdfs:comment "The class of things that have positional information about a subject's location on a map."^^<http://www.w3.org/2001/XMLSchema#string>)
                              restriction(map:endPosition cardinality(1))
                              restriction(map:startPosition cardinality(1))
                              restriction(map:units cardinality(1)))

SubClassOf(map:MapPosition restriction(map:onMap allValuesFrom(map:Map)))
SubClassOf(map:MapPosition restriction(map:hasPositionCorrespondence allValuesFrom(map:MapCorrespondence)))
SubClassOf(map:MapPosition restriction(map:mapPositionForObject allValuesFrom(map:MappableObject)))
SubClassOf(map:MapPosition map:Maps)

Usage

Class Description/Definition (Necessary Conditions)

map:Map, map:MapCorrespondence, map:MappableObject, map:MapPosition

Domain of

map:endPosition, map:hasMapCorrespondence, map:hasMappableObject, map:hasPositionCorrespondence, map:mapPositionForObject, map:onMap, map:startPosition, map:units
Generated with OWLDoc