@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ns.cerise-project.nl/energy/def/cim-smartgrid#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://langdale.com.au/2005/UML#> . <http://ns.cerise-project.nl/energy/def/cim-smartgrid#ReadingType.accumulation> ns1:hasStereotype ns1:attribute ; a owl:DatatypeProperty ; rdfs:comment "Accumulation behaviour of a reading over time, usually 'measuringPeriod', to be used with individual endpoints (as opposed to 'macroPeriod' and 'aggregate' that are used to describe aggregations of data from individual endpoints)." ; rdfs:label "accumulation" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ns.cerise-project.nl/energy/def/cim-smartgrid#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://langdale.com.au/2005/UML#> .

<http://ns.cerise-project.nl/energy/def/cim-smartgrid#ReadingType.accumulation>
    ns1:hasStereotype ns1:attribute ;
    a owl:DatatypeProperty ;
    rdfs:comment "Accumulation behaviour of a reading over time, usually 'measuringPeriod', to be used with individual endpoints (as opposed to 'macroPeriod' and 'aggregate' that are used to describe aggregations of data from individual endpoints)." ;
    rdfs:label "accumulation" .