Class: sswap:Subject

A sswap:Subject is the subject of a mapping; it is the data consumed by (input to) the service. In the concept of a service mapping an input to an output, the sswap:Subject corresponds to the input. The property sswap:mapsTo explicitly demarcates the mapping (or transformation) from this input to its output. One can also use sswap:mapsTo to describe inverse mappings where the stated relationship is from a sswap:Object to a sswap:Subject. Required predicates: sswap:mapsTo; Optional predicates: (none).

•owl:Thing
        •sswap:SSWAP
                •sswap:Subject

Super Classes

sswap:SSWAP

Equivalent Classes (Necessary and Sufficient Conditions)

sswap:mapsTo SOME sswap:Object
sswap:mapsTo ONLY sswap:Object

Abstract Syntax

Class(sswap:Subject complete annotation(rdfs:label "Subject"^^<http://www.w3.org/2001/XMLSchema#string>)
                            annotation(rdfs:comment "A sswap:Subject is the subject of a mapping; it is the data consumed by (input to) the service.

In the concept of a service mapping an input to an output, the sswap:Subject corresponds to the input. The property sswap:mapsTo explicitly demarcates the mapping (or transformation) from this input to its output. One can also use sswap:mapsTo to describe inverse mappings where the stated relationship is from a sswap:Object to a sswap:Subject.

        Required predicates: sswap:mapsTo;

        Optional predicates: (none)."^^<http://www.w3.org/2001/XMLSchema#string>)
                            restriction(sswap:mapsTo someValuesFrom(sswap:Object))
                            restriction(sswap:mapsTo allValuesFrom(sswap:Object)))

SubClassOf(sswap:Subject sswap:SSWAP)

Usage

Class Description/Definition (Necessary Conditions)

sswap:Graph, sswap:Object, sswap:Subject

Domain of

sswap:mapsTo
Generated with OWLDoc