s4ener:valueSource — value source

IRI
https://saref.etsi.org/saref4ener/valueSource
Is defined by
https://saref.etsi.org/saref4ener/v1.1.2/
Is referenced by
https://saref.etsi.org/saref4ener/v1.1.2/
Download serialization
License

Definition of s4ener:valueSource

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

Indicates the source (origin/foundation) of the measurement forecasted values for a power sequence. If absent, the source is undefined. Remark: This element shall express the reliability of the forecast.

Definition as a Datatype Property

has range
one of { "measuredValue"^^xsd:string, "calculatedValue"^^xsd:string, "empiricalValue"^^xsd:string }

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 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

s4ener:PowerSequence rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality "0"^^xsd:nonNegativeInteger ;
            owl:onProperty s4ener:valueSource ] .

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

s4ener:valueSource a owl:DatatypeProperty ;
    rdfs:label "value source"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.1.2/> ;
    rdfs:comment "Indicates the source (origin/foundation) of the measurement forecasted values for a power sequence. If absent, the source is undefined. Remark: This element shall express the reliability of the forecast."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.1.2/> ;
    rdfs:range [ a rdfs:Datatype ;
            owl:oneOf ( "measuredValue"^^xsd:string "calculatedValue"^^xsd:string "empiricalValue"^^xsd:string ) ] ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.1.2/> ;
    ns1:hiddenLabel "valueSource" .