Property: sswap:aboutURI

Points to a URI for additional information. It is expected that the URI may resolve to a human-readable web page (an HTML resource). Programs may dereference the URI to provide users with additional information describing a sswap:Resource or sswap:Provider.

Types

owl:DatatypeProperty
owl:FunctionalProperty

Super Properties

sswap:datatypeProperty

Domain

sswap:Provider
sswap:Resource

Range

http://www.w3.org/2001/XMLSchema#anyURI

Characteristics

Functional

Abstract Syntax

ObjectProperty(sswap:aboutURI annotation(rdfs:label "aboutURI"^^<http://www.w3.org/2001/XMLSchema#string>)
                             annotation(rdfs:comment "Points to a URI for additional information. It is expected that the URI may resolve to a human-readable web page (an HTML resource). Programs may dereference the URI to provide users with additional information describing a sswap:Resource or sswap:Provider."^^<http://www.w3.org/2001/XMLSchema#string>)
                             super(sswap:datatypeProperty)
                             Functional
                             domain(unionOf(sswap:Provider
                                            sswap:Resource))
                             range(<http://www.w3.org/2001/XMLSchema#anyURI>))

Generated with OWLDoc