), "http://www.engie.fr/resource/"))) AS ?intervalReadingURI)
BIND(URI(CONCAT("https://w3id.org/omega-x/Sample/", STRAFTER(STR(?timeSeriesURI), "http://www.engie.fr/resource/"))) AS ?intervalBlockURI) BIND (URI(CONCAT(str("https://w3id.org/omega-x/Sample/"), "MeterReadingSet_1")) as ?MeterReadingSet)
BIND (URI(CONCAT(str("https://w3id.org/omega-x/Sample/"), "MeterReading_1")) as ?MeterReading)
BIND (URI(CONCAT(str("https://w3id.org/omega-x/Sample/"), "usagePoint_1")) as ?UsagePointURI)
BIND (URI(CONCAT(str("https://w3id.org/omega-x/Sample/"), "usagePoint_1", "/name")) as ?usagePointName_1)
BIND(URI(CONCAT("https://w3id.org/omega-x/Sample/", STRAFTER(STR(?electricEnergyConsumptionPropertyURI), "http://www.engie.fr/resource/"))) AS ?PropertyReadingType)
BIND(URI(CONCAT("https://w3id.org/omega-x/Sample/", STRAFTER(STR(?electricEnergyConsumptionPropertyURI), "http://www.engie.fr/resource/"), '/name')) AS ?ReadingTypeName_2)
BIND (URI(CONCAT(str("https://w3id.org/omega-x/Sample/"), "datetimeinterval_1")) as ?DateTimeInterval_1)
#BIND (URI(CONCAT(str("https://w3id.org/omega-x/Sample/"), ENCODE_FOR_URI(?minDateTime),ENCODE_FOR_URI(?maxDateTime))) as ?DateTimeInterval_1)
BIND(IF( ?quantityKind = <http://qudt.org/vocab/quantitykind/Energy> , eme:energy , ?empty) AS ?measureKind)
BIND(IF( ?unit = qudt-unit:KiloW-HR, eme:Wh, ?empty) AS ?newUnit)
BIND(IF( ?unit = qudt-unit:KiloW-HR, eme:k, ?empty) AS ?newUnitMultiplier)
BIND(IF( ?usage = ic-data:consumption, eme:forward, ?empty) AS ?flowDirection)
#BIND(IF( ?aggregation = eme:average, seas:AggregationEvaluation, ?empty) AS ?aggregationEvaluation)
BIND(IF( ?duration ="PT15M"^^xsd:duration ,eme:fifteenMinute , ?empty) AS ?durationyTarget)