s4lift:hasCoverage — has coverage

IRI
https://saref.etsi.org/saref4lift/hasCoverage
Is defined by
https://saref.etsi.org/saref4lift/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4lift/v1.1.1/
Download serialization
License

Definition of s4lift:hasCoverage

Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:

Coverage of the network

Description as an Object Property

has super-properties
saref:hasProperty
has domain
s4lift:NetworkAccess
has range
saref:Property

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 s4lift: <https://saref.etsi.org/saref4lift/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

s4lift:hasCoverage a owl:ObjectProperty ;
    rdfs:label "has coverage"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/> ;
    rdfs:comment "Coverage of the network"@en ;
    rdfs:domain s4lift:NetworkAccess ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/> ;
    rdfs:range saref:Property ;
    rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/> ;
    rdfs:subPropertyOf saref:hasProperty ;
    skos:hiddenLabel "hasCoverage" .

<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:hasCoverage ;
    dct:subject s4lift:hasCoverage .