s4ener:producedBy — produced by

IRI
https://saref.etsi.org/saref4ener/producedBy
Is defined by
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v2.1.1/
Download serialization
License

Definition of s4ener:producedBy

Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:

A relation between an entity (datapoint, message, timeseries, instruction) that has been produced by a device or other agent. In the context of SAREF4ENER this property is intended for s4ener:DataPoint, s4ener:TimeSeries, and the various types of flexibility instructions, FlexOffers and FlexRequests.

Description as an Object Property

has range
foaf:Agent or saref:Device

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:producedBy ] .

s4ener:FlexRequest rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom [ a owl:Class ;
                    owl:unionOf ( foaf:Agent saref:Device ) ] ;
            owl:onProperty s4ener:producedBy ] .

<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:producedBy ;
    dct:subject s4ener:producedBy .

<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:producedBy ;
    dct:subject s4ener:producedBy .

s4ener:producedBy a owl:ObjectProperty ;
    rdfs:label "produced by"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:comment """A relation between an entity (datapoint, message, timeseries, instruction) that has been produced by a device or other agent.
  
  In the context of SAREF4ENER this property is intended for s4ener:DataPoint, s4ener:TimeSeries, and the various types of flexibility instructions, FlexOffers and FlexRequests."""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( foaf:Agent saref:Device ) ] ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    ns1:hiddenLabel "producedBy" .