Definition of saref:isOfferedBy
Defined in https://saref.etsi.org/core/v3.1.1/ as:
A relationship between a service and a device that offers the service
Description as an Object Property
- has domain
- saref:Service
- has range
- saref:Device
- is inverse of
- saref:offers
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 saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
saref:SwitchOnService rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty saref:isOfferedBy ;
owl:someValuesFrom saref:LightSwitch ] .
saref:Service rdfs:subClassOf [ a owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass saref:Device ;
owl:onProperty saref:isOfferedBy ] .
<https://saref.etsi.org/core/v3.1.1/example/doorswitch#> dct:references saref:isOfferedBy .
<https://saref.etsi.org/core/v3.1.1/example/energymeter#> dct:references saref:isOfferedBy .
<https://saref.etsi.org/core/v3.1.1/example/lightswitch#> dct:references saref:isOfferedBy .
<https://saref.etsi.org/core/v3.1.1/example/smokesensor#> dct:references saref:isOfferedBy .
<https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#> dct:references saref:isOfferedBy .
<https://saref.etsi.org/core/v3.1.1/example/washingmachine#> dct:references saref:isOfferedBy .
<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references saref:isOfferedBy .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:isOfferedBy ;
dct:subject saref:isOfferedBy .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isOfferedBy ;
dct:subject saref:isOfferedBy .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isOfferedBy ;
dct:subject saref:isOfferedBy .
saref:isOfferedBy a owl:ObjectProperty ;
rdfs:label "is offered by"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.1.1/example/doorswitch#>,
<https://saref.etsi.org/core/v3.1.1/example/energymeter#>,
<https://saref.etsi.org/core/v3.1.1/example/lightswitch#>,
<https://saref.etsi.org/core/v3.1.1/example/smokesensor#>,
<https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#>,
<https://saref.etsi.org/core/v3.1.1/example/washingmachine#>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4grid/v1.1.1/> ;
rdfs:comment "A relationship between a service and a device that offers the service"@en ;
rdfs:domain saref:Service ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range saref:Device ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4grid/v1.1.1/> ;
owl:inverseOf saref:offers ;
ns1:hiddenLabel "isOfferedBy" .