Property: sswap:mapsTo

A property that connects a sswap:Subject to a sswap:Object, or vice-versa. For services, this is usually used to establish the transformation from the input to the output. This property is directional (implies a mapping from the domain to the range), but can be used as its own inverse. So one may delineate a mapping from sswap:Subject to sswap:Object, and use another sswap:mapsTo to delineate a mapping from sswap:Object to sswap:Subject.

Types

owl:ObjectProperty

Super Properties

sswap:objectProperty

Domain

sswap:Object
sswap:Subject

Range

sswap:Object OR sswap:Subject

Abstract Syntax

ObjectProperty(sswap:mapsTo annotation(rdfs:label "mapsTo"^^<http://www.w3.org/2001/XMLSchema#string>)
                           annotation(rdfs:comment "A property that connects a sswap:Subject to a sswap:Object, or vice-versa. For services, this is usually used to establish the transformation from the input to the output. This property is directional (implies a mapping from the domain to the range), but can be used as its own inverse. So one may delineate a mapping from sswap:Subject to sswap:Object, and use another sswap:mapsTo to delineate a mapping from sswap:Object to sswap:Subject."^^<http://www.w3.org/2001/XMLSchema#string>)
                           super(sswap:objectProperty)
                           domain(unionOf(sswap:Object
                                          sswap:Subject))
                           range(unionOf(sswap:Object
                                         sswap:Subject)))

Generated with OWLDoc