Cross-reference for CELINE Core Ontology classes, object properties and data properties back to ToC

This section provides details for each class and property defined by CELINE Core Ontology.

Classes

Community Contextc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#CommunityContext

Operational context binding a PECO Energy Community with assets, datasets, simulations and flexibility commitments.
Is defined by
https://w3id.org/celine-eu
Example
ex:ctx1 a celine:CommunityContext ;
    celine:hasCommunity    ex:rec_valdarno ;
    celine:usesAsset       ex:pv_panel_01 ;
    celine:hasSimulation   ex:sim_baseline ;
    celine:hasCommitment   ex:fc_001 ;
    celine:hasSettlementRun ex:sr_2025_q3 .
is in domain of
has energy community op, has flexibility commitment op, has flexibility envelope op, has settlement run op, has simulation op, uses asset op
is in range of
settles context op

Cost Itemc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#CostItem

A named cost voice within a SettlementRun (e.g., administrative fee, platform fee, outstanding debt). Enables transparent cost breakdown before redistribution amounts are finalised.
Is defined by
https://w3id.org/celine-eu
Example
ex:cost_admin a celine:CostItem ;
    celine:hasCostType  celine:AdminCost ;
    dct:description     "Community administration fee Q3 2025" ;
    celine:costAmount   "120.00"^^xsd:decimal .

ex:cost_platform_fee a celine:CostItem ;
    celine:hasCostType  celine:Fee ;
    dct:description     "CELINE platform usage fee Q3 2025" ;
    celine:costAmount   "45.00"^^xsd:decimal .
is in domain of
cost amount dp, has cost type op
is in range of
has cost item op

Dataset Referencec back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#DatasetReference

Reference to an external dataset used as input or produced as output. CELINE does not define dataset schemas.
Is defined by
https://w3id.org/celine-eu
Example
ex:ds_irradiance a celine:DatasetReference ;
    dct:identifier  "irradiance-2025-07" ;
    dct:source      <https://data.example.org/weather/irradiance> .
is in range of
produces dataset op, uses dataset op

Flexibility Commitmentc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#FlexibilityCommitment

A member's pledge to provide a specific amount of flexibility on one or more of their PODs during a given time window. The commitment can be automated (device-driven) or voluntary (manually activated by the member).
Is defined by
https://w3id.org/celine-eu
Example
ex:fc_001 a celine:FlexibilityCommitment ;
    celine:committedBy              ex:member_rossi ;
    celine:onPOD                    ex:pod_rossi_heatpump ;
    celine:hasCommitmentMode        celine:Automated ;
    celine:hasFlexibilityDirection  celine:FlexDown ;
    celine:targetFlexibility        "2.5"^^xsd:decimal ;
    celine:hasTimeInterval          ex:interval_2025_07_01 ;
    celine:generatesCredit          ex:cr_001 .
is in domain of
committed by op, generates credit op, has commitment mode op, has flexibility direction op, on POD op, target flexibility dp, within envelope op
is in range of
credit for op, has flexibility commitment op

Flexibility Constraintc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#FlexibilityConstraint

Operational constraint governing when and how flexibility declared in a FlexibilityEnvelope may be activated. Encodes timing rules (minimum notice period, minimum and maximum activation duration, recovery time between activations) and frequency limits.
Is defined by
https://w3id.org/celine-eu
Example
ex:constraint_hp a celine:FlexibilityConstraint ;
    celine:hasConstraintType     celine:DurationConstraint ;
    celine:minNotificationTime   "PT15M"^^xsd:duration ;
    celine:minActivationDuration "PT30M"^^xsd:duration ;
    celine:maxActivationDuration "PT4H"^^xsd:duration ;
    celine:minRecoveryTime       "PT1H"^^xsd:duration ;
    celine:maxActivationsPerDay  "3"^^xsd:integer .
is in domain of
has constraint type op, max activation duration dp, max activations per day dp, min activation duration dp, min notification time dp, min recovery time dp
is in range of
has constraint op

Flexibility Creditc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#FlexibilityCredit

Credit awarded to a member for fulfilling (fully or partially) a FlexibilityCommitment. Denominated in kWh and backed by metered SOSA observations. Credits accumulate until reconciled in a SettlementRun.
Is defined by
https://w3id.org/celine-eu
Example
ex:cr_001 a celine:FlexibilityCredit ;
    celine:earnedBy     ex:member_rossi ;
    celine:creditFor    ex:fc_001 ;
    celine:creditAmount "2.1"^^xsd:decimal ;
    celine:evidencedBy  ex:obs_pod_rossi_20250701T10 .
is in domain of
credit amount dp, credit for op, earned by op, evidenced by op
is in range of
generates credit op

Flexibility Envelopec back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#FlexibilityEnvelope

Declared capability of a Point of Delivery (POD) to provide flexibility within a given availability window. Captures the physical bounds — maximum upward and downward power and available energy — that constrain any FlexibilityCommitment drawn from it. Aligned with saref4ener:PowerProfile for device-level scheduling semantics.
Is defined by
https://w3id.org/celine-eu
Example
ex:env_hp a celine:FlexibilityEnvelope ;
    celine:envelopeFor           ex:pod_rossi_heatpump ;
    celine:maxFlexUp             "2.0"^^xsd:decimal ;
    celine:maxFlexDown           "3.0"^^xsd:decimal ;
    celine:availableEnergy       "6.0"^^xsd:decimal ;
    celine:hasAvailabilityWindow ex:window_morning ;
    celine:hasConstraint         ex:constraint_hp .
is in domain of
available energy dp, envelope for op, has availability window op, has constraint op, max flex down dp, max flex up dp
is in range of
has flexibility envelope op, within envelope op

KPI Evaluationc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#KPIEvaluation

Evaluation of a BIGG KPI in a specific Scenario or SimulationRun.
Is defined by
https://w3id.org/celine-eu
Example
ex:kpi_self_sufficiency a celine:KPIEvaluation ;
    celine:evaluatesKPI bigg:SelfSufficiencyRate ;
    rdf:value           "0.72"^^xsd:decimal .
is in domain of
evaluates KPI op
is in range of
has KPI evaluation op

Redistribution Resultc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#RedistributionResult

The calculated redistribution outcome for a single member within a SettlementRun. Records credit balance (kWh), gross monetary value before deductions, the member's allocated share of community costs, and the final net amount.
Is defined by
https://w3id.org/celine-eu
Example
ex:result_rossi a celine:RedistributionResult ;
    celine:resultFor        ex:member_rossi ;
    celine:creditBalance    "2.1"^^xsd:decimal ;
    celine:grossAmount      "0.252"^^xsd:decimal ;
    celine:costDeduction    "0.048"^^xsd:decimal ;
    celine:netAmount        "0.204"^^xsd:decimal .
is in domain of
cost deduction dp, credit balance dp, gross amount dp, net amount dp, result for op
is in range of
has redistribution result op

Scenarioc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#Scenario

Definition of assumptions, temporal scope and configuration for one or more simulations.
Is defined by
https://w3id.org/celine-eu
Example
ex:sc_summer a celine:Scenario ;
    rdfs:label              "Summer 2025 baseline" ;
    dct:description         "24-hour simulation with historical irradiance data." ;
    celine:hasTimeInterval  ex:interval_2025_summer .
is in range of
has scenario op

Settlement Runc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#SettlementRun

Execution of the redistribution calculation for a settlement period. Aggregates FlexibilityCredits across all members, applies a linear conversion rate (kWh → monetary), deducts shared cost voices (CostItems), and produces one RedistributionResult per member.
Is defined by
https://w3id.org/celine-eu
Example
ex:sr_2025_q3 a celine:SettlementRun ;
    celine:settlesContext           ex:ctx1 ;
    celine:hasTimeInterval          ex:interval_q3_2025 ;
    celine:conversionRate           "0.12"^^xsd:decimal ;
    celine:currency                 "EUR" ;
    celine:hasCostItem              ex:cost_admin, ex:cost_platform_fee ;
    celine:hasRedistributionResult  ex:result_rossi, ex:result_bianchi .
is in domain of
conversion rate dp, currency dp, has cost item op, has redistribution result op, settles context op
is in range of
has settlement run op

Simulationc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#Simulation

Abstract simulation definition independent from execution.
Is defined by
https://w3id.org/celine-eu
Example
ex:sim1 a celine:Simulation ;
    celine:hasScenario      ex:sc_summer ;
    celine:hasSimulationRun ex:run_001 .
is in domain of
has scenario op, has simulation run op
is in range of
has simulation op

Simulation Runc back to ToC or Class ToC

IRI: https://w3id.org/celine-eu#SimulationRun

Concrete execution of a Simulation under a specific Scenario.
Is defined by
https://w3id.org/celine-eu
Example
ex:run_001 a celine:SimulationRun ;
    celine:usesDataset      ex:ds_irradiance ;
    celine:producesDataset  ex:ds_energy_forecast ;
    celine:hasKPIEvaluation ex:kpi_self_sufficiency .
is in domain of
has KPI evaluation op, produces dataset op, uses dataset op, uses observation op
is in range of
has simulation run op

Object Properties

committed byop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#committedBy

Is defined by
https://w3id.org/celine-eu

credit forop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#creditFor

Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Credit c
has range
Flexibility Commitment c
is inverse of
generates credit op

earned byop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#earnedBy

Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Credit c
has range
Energy community member c

envelope forop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#envelopeFor

The POD whose physical and operational flexibility is described by this envelope.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Envelope c
has range
Electric P O D c

evaluates KPIop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#evaluatesKPI

Is defined by
https://w3id.org/celine-eu
has domain
KPI Evaluation c
has range
K P I c

evidenced byop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#evidencedBy

SOSA observation(s) that meter the actual flexibility delivered, grounding the credit in measured data.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Credit c
has range
Observation c

generates creditop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#generatesCredit

Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Commitment c
has range
Flexibility Credit c
is inverse of
credit for op

has availability windowop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasAvailabilityWindow

Time window(s) during which the flexibility declared in this envelope is available for activation.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Envelope c
has range
Time interval c

has commitment modeop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasCommitmentMode

Expected values: celine:Automated or celine:Voluntary.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Commitment c
has range
Concept c

has constraintop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasConstraint

One or more operational constraints bounding how flexibility in this envelope may be activated.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Envelope c
has range
Flexibility Constraint c

has constraint typeop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasConstraintType

Expected values: celine:DurationConstraint, celine:NoticeConstraint, celine:RecoveryConstraint, celine:FrequencyConstraint.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Constraint c
has range
Concept c

has cost itemop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasCostItem

Is defined by
https://w3id.org/celine-eu
has domain
Settlement Run c
has range
Cost Item c

has cost typeop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasCostType

Expected values: celine:AdminCost, celine:Fee, or celine:Debt.
Is defined by
https://w3id.org/celine-eu
has domain
Cost Item c
has range
Concept c

has energy communityop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasCommunity

Is defined by
https://w3id.org/celine-eu
has domain
Community Context c
has range
Energy Community c

has flexibility commitmentop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasCommitment

Is defined by
https://w3id.org/celine-eu
has domain
Community Context c
has range
Flexibility Commitment c

has flexibility directionop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasFlexibilityDirection

Expected values: celine:FlexDown or celine:FlexUp.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Commitment c
has range
Concept c

has flexibility envelopeop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasEnvelope

Links a CommunityContext to the declared flexibility capability envelopes of its PODs.
Is defined by
https://w3id.org/celine-eu
has domain
Community Context c
has range
Flexibility Envelope c

has KPI evaluationop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasKPIEvaluation

Is defined by
https://w3id.org/celine-eu
has domain
Simulation Run c
has range
KPI Evaluation c

has redistribution resultop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasRedistributionResult

Is defined by
https://w3id.org/celine-eu
has domain
Settlement Run c
has range
Redistribution Result c

has scenarioop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasScenario

Is defined by
https://w3id.org/celine-eu
has domain
Simulation c
has range
Scenario c

has settlement runop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasSettlementRun

Is defined by
https://w3id.org/celine-eu
has domain
Community Context c
has range
Settlement Run c
is inverse of
settles context op

has simulationop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasSimulation

Is defined by
https://w3id.org/celine-eu
has domain
Community Context c
has range
Simulation c

has simulation runop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasSimulationRun

Is defined by
https://w3id.org/celine-eu
has domain
Simulation c
has range
Simulation Run c

has time intervalop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#hasTimeInterval

Is defined by
https://w3id.org/celine-eu
has range
Time interval c

on PODop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#onPOD

One or more delivery points through which the committed flexibility is provided.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Commitment c
has range
Electric P O D c

produces datasetop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#producesDataset

Is defined by
https://w3id.org/celine-eu
has domain
Simulation Run c
has range
Dataset Reference c

result forop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#resultFor

Is defined by
https://w3id.org/celine-eu

settles contextop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#settlesContext

Is defined by
https://w3id.org/celine-eu
has domain
Settlement Run c
has range
Community Context c
is inverse of
has settlement run op

uses assetop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#usesAsset

References SAREF or SAREF4ENER devices.
Is defined by
https://w3id.org/celine-eu
has domain
Community Context c
has range
Device c

uses datasetop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#usesDataset

Is defined by
https://w3id.org/celine-eu
has domain
Simulation Run c
has range
Dataset Reference c

uses observationop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#usesObservation

References SOSA observations (e.g. weather, sensors).
Is defined by
https://w3id.org/celine-eu
has domain
Simulation Run c
has range
Observation c

within envelopeop back to ToC or Object Property ToC

IRI: https://w3id.org/celine-eu#withinEnvelope

The FlexibilityEnvelope from which this commitment draws; commitment amounts must not exceed envelope bounds.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Commitment c
has range
Flexibility Envelope c

Data Properties

available energydp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#availableEnergy

Total energy available for flexibility delivery within the availability window (kWh).
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Envelope c
has range
decimal

conversion ratedp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#conversionRate

Monetary value per kWh of flexibility credit (e.g., EUR/kWh). Applied uniformly to all members in this settlement period.
Is defined by
https://w3id.org/celine-eu
has domain
Settlement Run c
has range
decimal

cost amountdp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#costAmount

Monetary amount of this cost voice, in the currency of the enclosing SettlementRun.
Is defined by
https://w3id.org/celine-eu
has domain
Cost Item c
has range
decimal

cost deductiondp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#costDeduction

Member's allocated share of the total SettlementRun CostItems.
Is defined by
https://w3id.org/celine-eu
has domain
Redistribution Result c
has range
decimal

credit amountdp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#creditAmount

Flexibility actually delivered, in kWh. May be less than or equal to the commitment's targetFlexibility.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Credit c
has range
decimal

credit balancedp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#creditBalance

Total flexibility credits (kWh) accumulated by this member in the settlement period.
Is defined by
https://w3id.org/celine-eu
has domain
Redistribution Result c
has range
decimal

currencydp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#currency

ISO 4217 currency code for all monetary amounts in this settlement (e.g., 'EUR').
Is defined by
https://w3id.org/celine-eu
has domain
Settlement Run c
has range
string

gross amountdp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#grossAmount

Monetary value of the member's credit balance before cost deductions (creditBalance × conversionRate).
Is defined by
https://w3id.org/celine-eu
has domain
Redistribution Result c
has range
decimal

max activation durationdp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#maxActivationDuration

Maximum duration for which a flexibility activation may be maintained (ISO 8601 duration, e.g. PT4H).
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Constraint c
has range
duration

max activations per daydp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#maxActivationsPerDay

Maximum number of flexibility activation events permitted within a 24-hour period.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Constraint c
has range
integer

max flex downdp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#maxFlexDown

Maximum downward flexibility available from this envelope (kW). Positive value; represents decrease in net load or increase in local generation.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Envelope c
has range
decimal

max flex updp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#maxFlexUp

Maximum upward flexibility available from this envelope (kW). Positive value; represents increase in net load or decrease in local generation.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Envelope c
has range
decimal

min activation durationdp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#minActivationDuration

Minimum duration for which a flexibility activation must be sustained once started (ISO 8601 duration, e.g. PT30M).
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Constraint c
has range
duration

min notification timedp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#minNotificationTime

Minimum lead time required before a flexibility activation can start (ISO 8601 duration, e.g. PT15M).
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Constraint c
has range
duration

min recovery timedp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#minRecoveryTime

Minimum rest period required between two consecutive flexibility activations (ISO 8601 duration, e.g. PT1H).
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Constraint c
has range
duration

net amountdp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#netAmount

Final redistribution amount for this member (grossAmount − costDeduction).
Is defined by
https://w3id.org/celine-eu
has domain
Redistribution Result c
has range
decimal

target flexibilitydp back to ToC or Data Property ToC

IRI: https://w3id.org/celine-eu#targetFlexibility

Committed flexibility amount in kWh. Positive value; direction is expressed by hasFlexibilityDirection.
Is defined by
https://w3id.org/celine-eu
has domain
Flexibility Commitment c
has range
decimal

Annotation Properties

top Concept Ofap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2004/02/skos/core#topConceptOf

Named Individuals

Administrative Costni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#AdminCost

Overhead and management costs for operating the REC.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Cost Type ni
pref Label ap "Administrative Cost"
top Concept Of ap Cost Type ni

Automatedni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#Automated

Commitment fulfilled automatically by a smart device or control system, without manual intervention from the member.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Commitment Mode ni
pref Label ap "Automated"
top Concept Of ap Commitment Mode ni

Commitment Modeni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#CommitmentMode

Is defined by
https://w3id.org/celine-eu
belongs to
Concept Scheme c
has facts
description ap "Classification of how a flexibility commitment is activated."
pref Label ap "Commitment Mode"

Constraint Typeni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#ConstraintType

Is defined by
https://w3id.org/celine-eu
belongs to
Concept Scheme c
has facts
description ap "Classification of operational constraints on flexibility activation."
pref Label ap "Constraint Type"

Cost Typeni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#CostType

Is defined by
https://w3id.org/celine-eu
belongs to
Concept Scheme c
has facts
description ap "Classification of cost voices within a SettlementRun."
pref Label ap "Cost Type"

Debtni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#Debt

Outstanding obligation carried forward from a previous settlement period.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Cost Type ni
pref Label ap "Debt"
top Concept Of ap Cost Type ni

Duration Constraintni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#DurationConstraint

Constraint on the minimum or maximum duration of a single flexibility activation event.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Constraint Type ni
pref Label ap "Duration Constraint"
top Concept Of ap Constraint Type ni

Feeni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#Fee

Platform, service or regulatory fee charged to the community.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Cost Type ni
pref Label ap "Fee"
top Concept Of ap Cost Type ni

Flex Downni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#FlexDown

Decrease community net consumption: reduce load or increase local generation.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Flexibility Direction ni
pref Label ap "Flex Down"
top Concept Of ap Flexibility Direction ni

Flex Upni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#FlexUp

Increase community net consumption: increase load or reduce local generation.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Flexibility Direction ni
pref Label ap "Flex Up"
top Concept Of ap Flexibility Direction ni

Flexibility Directionni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#FlexibilityDirection

Is defined by
https://w3id.org/celine-eu
belongs to
Concept Scheme c
has facts
description ap "Direction of the flexibility commitment relative to the community baseline."
pref Label ap "Flexibility Direction"

Frequency Constraintni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#FrequencyConstraint

Constraint on the maximum number of flexibility activations permitted within a given period.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Constraint Type ni
pref Label ap "Frequency Constraint"
top Concept Of ap Constraint Type ni

Notice Constraintni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#NoticeConstraint

Constraint on the minimum lead time required before activating flexibility.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Constraint Type ni
pref Label ap "Notice Constraint"
top Concept Of ap Constraint Type ni

Recovery Constraintni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#RecoveryConstraint

Constraint on the minimum rest period required between consecutive flexibility activations.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Constraint Type ni
pref Label ap "Recovery Constraint"
top Concept Of ap Constraint Type ni

Voluntaryni back to ToC or Named Individual ToC

IRI: https://w3id.org/celine-eu#Voluntary

Commitment activated manually by the member at their discretion.
Is defined by
https://w3id.org/celine-eu
belongs to
Concept c
has facts
in Scheme op Commitment Mode ni
pref Label ap "Voluntary"
top Concept Of ap Commitment Mode ni

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties
ni: Named Individuals