s4envi:isAccessibleThrough — is accessible through

IRI
https://saref.etsi.org/saref4envi/isAccessibleThrough
Is defined by
https://saref.etsi.org/saref4envi/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4envi/v2.1.1/
Download serialization
License

Definition of s4envi:isAccessibleThrough

Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:

The relation between a digital representation and the service which it is accessible through.

Description as an Object Property

has characteristics
functional
has domain
s4envi:DigitalRepresentation
has range
saref:Service

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

s4envi:isAccessibleThrough a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "is accessible through"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:comment "The relation between a digital representation and the service which it is accessible through."@en ;
    rdfs:domain s4envi:DigitalRepresentation ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:range saref:Service ;
    rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    skos:hiddenLabel "isAccessibleThrough" .

<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:isAccessibleThrough ;
    dct:subject s4envi:isAccessibleThrough .