From 347b5f3d68c711068e3306c4bea13e1dde452f9a Mon Sep 17 00:00:00 2001 From: Maxime Date: Wed, 5 Jun 2024 09:49:51 +0200 Subject: [PATCH] update metadata for v2.1.1 --- examples/demandDrivenProfile.ttl | 6 +++--- examples/fillRateProfile.ttl | 6 +++--- examples/heatingSystemPowerProfile.ttl | 6 +++--- examples/incentiveTable.ttl | 6 +++--- examples/operationModeProfile.ttl | 6 +++--- examples/powerEnvelopeProfile.ttl | 6 +++--- examples/powerLimitProfile.ttl | 8 ++++---- examples/powerProfileExample.ttl | 8 ++++---- ontology/saref4ener.ttl | 13 ++++++------- 9 files changed, 32 insertions(+), 33 deletions(-) diff --git a/examples/demandDrivenProfile.ttl b/examples/demandDrivenProfile.ttl index 474a8fa..53c6e80 100644 --- a/examples/demandDrivenProfile.ttl +++ b/examples/demandDrivenProfile.ttl @@ -1,4 +1,4 @@ -@prefix : . +@prefix : . @prefix operationModeProfile: . @prefix owl: . @prefix rdf: . @@ -13,9 +13,9 @@ @prefix vann: . @prefix voaf: . - + a dctype:Dataset ; - dcterms:conformsTo ; + dcterms:conformsTo ; dcterms:title "SAREF4ENER Demand Driven Profile Examples"@en ; dcterms:abstract "This example file exemplifies how to model a Demand Driven profile in the SAREF4ENER extension." ; dcterms:description "This example file exemplifies how to model a Demand Driven profile in the SAREF4ENER extension." ; diff --git a/examples/fillRateProfile.ttl b/examples/fillRateProfile.ttl index 76773fc..977ec18 100644 --- a/examples/fillRateProfile.ttl +++ b/examples/fillRateProfile.ttl @@ -1,4 +1,4 @@ -@prefix : . +@prefix : . @prefix owl: . @prefix rdf: . @prefix rdfs: . @@ -11,9 +11,9 @@ @prefix dctype: . @prefix dcterms: . - + a dctype:Dataset ; - dcterms:conformsTo ; + dcterms:conformsTo ; owl:imports saref:, s4ener: ; dcterms:title "SAREF4ENER Fill Rate Based Profile Example"@en ; dcterms:abstract "This example file exemplifies how to model a Fill Rate Based Flexibility profile in the SAREF4ENER extension." ; diff --git a/examples/heatingSystemPowerProfile.ttl b/examples/heatingSystemPowerProfile.ttl index f4c4be8..01bf5b7 100644 --- a/examples/heatingSystemPowerProfile.ttl +++ b/examples/heatingSystemPowerProfile.ttl @@ -1,4 +1,4 @@ -@prefix ex: . +@prefix ex: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @@ -9,8 +9,8 @@ @prefix dctype: . @prefix dcterms: . - a dctype:Dataset ; - dcterms:conformsTo ; + a dctype:Dataset ; + dcterms:conformsTo ; dcterms:title "SAREF4ENER Power Profile Example"@en ; dcterms:description "Example power profile of a heatingsystem based on how a power profile would be defined in SPINE."@en ; dcterms:abstract "Example power profile of a heatingsystem based on how a power profile would be defined in SPINE."@en ; diff --git a/examples/incentiveTable.ttl b/examples/incentiveTable.ttl index 2e8ee20..b72a82d 100644 --- a/examples/incentiveTable.ttl +++ b/examples/incentiveTable.ttl @@ -1,4 +1,4 @@ -@prefix : . +@prefix : . @prefix owl: . @prefix rdf: . @prefix rdfs: . @@ -10,9 +10,9 @@ @prefix dctype: . @prefix dcterms: . - + a dctype:Dataset ; - dcterms:conformsTo ; + dcterms:conformsTo ; dcterms:title "SAREF4ENER Incentive Table Flexilibity Profile Examples"@en ; owl:imports saref:, s4ener: ; dcterms:abstract "This example file exemplifies how to model an Incentive Table flexibility profile in the SAREF4ENER extension." ; diff --git a/examples/operationModeProfile.ttl b/examples/operationModeProfile.ttl index 3df6ef2..27d827c 100644 --- a/examples/operationModeProfile.ttl +++ b/examples/operationModeProfile.ttl @@ -1,4 +1,4 @@ -@prefix : . +@prefix : . @prefix owl: . @prefix rdf: . @prefix rdfs: . @@ -10,9 +10,9 @@ @prefix dctype: . @prefix dcterms: . - + a dctype:Dataset ; - dcterms:conformsTo ; + dcterms:conformsTo ; owl:imports saref:, s4ener: ; dcterms:title "SAREF4ENER Operation Mode Profile Examples"@en ; dcterms:abstract "This example file exemplifies how to model an Operation Mode profile in the SAREF4ENER extension." ; diff --git a/examples/powerEnvelopeProfile.ttl b/examples/powerEnvelopeProfile.ttl index 87ab887..6e67d20 100644 --- a/examples/powerEnvelopeProfile.ttl +++ b/examples/powerEnvelopeProfile.ttl @@ -1,4 +1,4 @@ -@prefix : . +@prefix : . @prefix s4ener: . @prefix owl: . @prefix rdf: . @@ -10,9 +10,9 @@ @prefix dctype: . @prefix dcterms: . - + a dctype:Dataset ; - dcterms:conformsTo ; + dcterms:conformsTo ; dcterms:title "SAREF4ENER Power Envelope Flexilibity Profile Examples"@en ; owl:imports saref:, s4ener: ; dcterms:abstract "This example file exemplifies how to model a Power Envelope profile in the SAREF4ENER extension." ; diff --git a/examples/powerLimitProfile.ttl b/examples/powerLimitProfile.ttl index 2024918..6907005 100644 --- a/examples/powerLimitProfile.ttl +++ b/examples/powerLimitProfile.ttl @@ -1,4 +1,4 @@ -@prefix : . +@prefix : . @prefix owl: . @prefix rdf: . @prefix rdfs: . @@ -9,9 +9,9 @@ @prefix dctype: . @prefix dcterms: . - + a dctype:Dataset ; - dcterms:conformsTo ; + dcterms:conformsTo ; dcterms:title "SAREF4ENER Power Envelope Flexilibity Profile Examples"@en ; owl:imports saref:, s4ener: ; dcterms:abstract "This example file exemplifies how to model a Power Limit profile in the SAREF4ENER extension." ; @@ -129,4 +129,4 @@ :Power_1 rdf:type saref:Power . dcterms:abstract a owl:AnnotationProperty . - + diff --git a/examples/powerProfileExample.ttl b/examples/powerProfileExample.ttl index 7f4e654..372984e 100644 --- a/examples/powerProfileExample.ttl +++ b/examples/powerProfileExample.ttl @@ -1,4 +1,4 @@ -@prefix : . +@prefix : . @prefix dc: . @prefix om-ucum: . @prefix owl: . @@ -13,9 +13,9 @@ @prefix dcterms: . - + a dctype:Dataset ; - dcterms:conformsTo ; + dcterms:conformsTo ; dcterms:abstract "This example file exemplifies how to model a Power Profile in the SAREF4ENER extension following the definition in the S2 standard." ; dcterms:description "This example file exemplifies how to model a Power profile in the SAREF4ENER extension." ; dcterms:title "SAREF4ENER examples for a Power Profile"@en ; @@ -182,5 +182,5 @@ Throughout this example we give several ways to model the duration or time, such s4ener:slotNumber "9"^^xsd:unsignedInt ; . -dcterms:abstract a owl:AnnotationProperty . +dcterms:abstract a owl:AnnotationProperty . dcterms:conformsTo a owl:AnnotationProperty . \ No newline at end of file diff --git a/ontology/saref4ener.ttl b/ontology/saref4ener.ttl index 74844cd..5d6aee7 100644 --- a/ontology/saref4ener.ttl +++ b/ontology/saref4ener.ttl @@ -65,18 +65,17 @@ The additional key aspect captured in the ic-flex module is that a flex offer ca - Operation mode flexibility (s4ener:OperationMode) is implemented using theS2 (ic-s2) that follows the S2 specification (and compliant also with S2) - Fill rate based flexibility (s4ener:FillRateBased is implemented using theS2 (ic-s2) that follows the S2 specification (and compliant also with S2)"""@en ; dcterms:license ; - dcterms:modified "2023-03-29"^^xsd:date ; + dcterms:modified "2024-06-05"^^xsd:date ; dcterms:publisher ; dcterms:source ; dcterms:title "SAREF for Energy Flexibility"@en ; vann:preferredNamespacePrefix "s4ener" ; vann:preferredNamespaceUri "https://saref.etsi.org/saref4ener/" ; - owl:imports ; - owl:versionIRI ; - owl:versionInfo "v1.2.1" ; - owl:priorVersion ; - dcterms:issued "2024-04-25"^^xsd:date ; - rdfs:seeAlso ; + owl:imports ; + owl:versionIRI ; + owl:versionInfo "v2.1.1" ; + owl:priorVersion ; + rdfs:seeAlso ; . s4ener:Aborted a owl:NamedIndividual ; -- GitLab