Property: sswap:providesResource

A property identifying the provided Resource. The Resource's URI must be a lexical sub-path of the Provider, unless the Resource explicitly claims the Provider by including a sswap:providedBy statement, pointing at the Provider, in the Resource's Description Graph (RDG).

Types

owl:ObjectProperty
owl:InverseFunctionalProperty

Super Properties

sswap:objectProperty

Domain

sswap:Provider

Range

sswap:Resource

Inverse Property

sswap:providedBy

Characteristics

Inverse Functional

Abstract Syntax

ObjectProperty(sswap:providesResource annotation(rdfs:label "providesResource"^^<http://www.w3.org/2001/XMLSchema#string>)
                                     annotation(rdfs:comment "A property identifying the provided Resource. The Resource's URI must be a lexical sub-path of the Provider, unless the Resource explicitly claims the Provider by including a sswap:providedBy statement, pointing at the Provider, in the Resource's Description Graph (RDG)."^^<http://www.w3.org/2001/XMLSchema#string>)
                                     super(sswap:objectProperty)
                                     inverseOf(sswap:providedBy)
                                     InverseFunctional
                                     domain(sswap:Provider)
                                     range(sswap:Resource))

Generated with OWLDoc