Definition of s4ener:hasRecipient
Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:
This property can be used to connect a flexibility offer or/and flexibility request to a foaf:agent or saref:Device.
Description as an Object Property
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ener: <https://saref.etsi.org/saref4ener/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4ener:FlexOffer rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( foaf:Agent saref:Device ) ] ;
owl:onProperty s4ener:hasRecipient ] .
s4ener:FlexRequest rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( foaf:Agent saref:Device ) ] ;
owl:onProperty s4ener:hasRecipient ] .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:hasRecipient ;
dct:subject s4ener:hasRecipient .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:hasRecipient ;
dct:subject s4ener:hasRecipient .
s4ener:hasRecipient a owl:ObjectProperty ;
rdfs:label "has recipient"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:comment "This property can be used to connect a flexibility offer or/and flexibility request to a foaf:agent or saref:Device."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/> ;
ns1:hiddenLabel "hasRecipient" .