Definition of saref:offers
Defined in https://saref.etsi.org/core/v3.1.1/ as:
A relationship between a device and a service
Description as an Object Property
- has domain
- saref:Device
- has range
- saref:Service
- is inverse of
- saref:isOfferedBy
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/> .
saref:LightSwitch rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty saref:offers ;
owl:someValuesFrom saref:SwitchOnService ] .
saref:isOfferedBy owl:inverseOf saref:offers .
saref:Device rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:Service ;
owl:onProperty saref:offers ] .
<https://saref.etsi.org/core/v3.1.1/example/doorswitch#> dct:references saref:offers .
<https://saref.etsi.org/core/v3.1.1/example/energymeter#> dct:references saref:offers .
<https://saref.etsi.org/core/v3.1.1/example/lightswitch#> dct:references saref:offers .
<https://saref.etsi.org/core/v3.1.1/example/smokesensor#> dct:references saref:offers .
<https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#> dct:references saref:offers .
<https://saref.etsi.org/core/v3.1.1/example/washingmachine#> dct:references saref:offers .
<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references saref:offers .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:offers ;
dct:subject saref:offers .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:offers ;
dct:subject saref:offers .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:offers ;
dct:subject saref:offers .
saref:offers a owl:ObjectProperty ;
rdfs:label "offers"@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 device and a service"@en ;
rdfs:domain saref:Device ;
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:Service ;
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/> ;
ns1:hiddenLabel "offers" .