Property: sswap:providedBy

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

Types

owl:ObjectProperty
owl:FunctionalProperty

Super Properties

sswap:objectProperty

Domain

sswap:Resource

Range

sswap:Provider

Inverse Property

sswap:providesResource

Characteristics

Functional

Abstract Syntax

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

Generated with OWLDoc