Definition of s4envi:isAccesibleThrough
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
The relation between a digital representation and the service which it is accesible through.
Description as an Object Property
- has characteristics
- functional
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@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/> .
s4envi:DigitalRepresentation rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Service ;
owl:onProperty s4envi:isAccesibleThrough ] .
s4envi:isAccesibleThrough a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "is accesible through"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
rdfs:comment "The relation between a digital representation and the service which it is accesible through."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v1.1.2/> ;
ns1:hiddenLabel "isAccesibleThrough" .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:isAccesibleThrough ;
dct:subject s4envi:isAccesibleThrough .