peco-core:Action_requiring_notification leaf node


URI

https://purl.org/peco/peco-core#Action_requiring_notification

Label

Action_requiring_notification

Description

Direct alert about immediate opportunities or needs for energy conservation and sustainable practices. Designed to prompt users to take swift, environmentally responsible actions. - This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view.

Superclasses (1)

Usage

Instances of peco-core:Action_requiring_notification can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class owl:Thing
http://ontologydesignpatterns.org/opla-sd#entityPosition owl:AnnotationProperty owl:Thing
http://ontologydesignpatterns.org/opla-sd#entityPositionX owl:AnnotationProperty owl:Thing
http://ontologydesignpatterns.org/opla-sd#entityPositionY owl:AnnotationProperty owl:Thing
peco-core:address owl:DatatypeProperty owl:Thing
peco-core:aggregation_used owl:ObjectProperty owl:Thing
peco-core:application_period owl:ObjectProperty owl:Thing
peco-core:contains owl:ObjectProperty owl:Thing
peco-core:created_at owl:DatatypeProperty owl:Thing
peco-core:created_by owl:ObjectProperty peco-core:Agent
peco-core:delivered_to owl:ObjectProperty owl:Thing
peco-core:fed_by owl:ObjectProperty owl:Thing
peco-core:feeds owl:ObjectProperty owl:Thing
peco-core:guided_by owl:ObjectProperty owl:Thing
peco-core:has_allocation_model owl:ObjectProperty owl:Thing
peco-core:has_datapoint owl:ObjectProperty owl:Thing
peco-core:has_direction owl:ObjectProperty owl:Thing
peco-core:has_hard_limit owl:ObjectProperty owl:Thing
peco-core:has_incentive owl:ObjectProperty owl:Thing
peco-core:has_incentive_curve owl:ObjectProperty owl:Thing
peco-core:has_incentive_type owl:ObjectProperty owl:Thing
peco-core:has_limit owl:ObjectProperty owl:Thing
peco-core:has_lower_limit owl:ObjectProperty owl:Thing
peco-core:has_member owl:ObjectProperty owl:Thing
peco-core:has_negative_incentive owl:ObjectProperty owl:Thing
peco-core:has_optimization_goal owl:ObjectProperty owl:Thing
peco-core:has_positive_incentive owl:ObjectProperty owl:Thing
peco-core:has_preference owl:ObjectProperty owl:Thing
peco-core:has_property_kind owl:ObjectProperty owl:Thing
peco-core:has_property_of_interest owl:ObjectProperty owl:Thing
peco-core:has_quantity owl:DatatypeProperty owl:Thing
peco-core:has_schedule owl:ObjectProperty owl:Thing
peco-core:has_timestamp owl:DatatypeProperty owl:Thing
peco-core:has_unit owl:ObjectProperty owl:Thing
peco-core:has_upper_limit owl:ObjectProperty owl:Thing
peco-core:has_value owl:ObjectProperty owl:Thing
peco-core:has_weight owl:DatatypeProperty owl:Thing
peco-core:is_contained_in owl:ObjectProperty owl:Thing
peco-core:is_datapoint_of owl:ObjectProperty owl:Thing
peco-core:is_member_of owl:ObjectProperty owl:Thing
peco-core:is_owned_by owl:ObjectProperty owl:Thing
peco-core:is_part_of_plan owl:ObjectProperty owl:Thing
peco-core:is_port_of owl:ObjectProperty owl:Thing
peco-core:is_property_of owl:ObjectProperty owl:Thing
peco-core:is_property_of_interest_of owl:ObjectProperty owl:Thing
peco-core:observation_interval owl:ObjectProperty owl:Thing
peco-core:occupies owl:ObjectProperty owl:Thing
peco-core:related_to owl:ObjectProperty owl:Thing
peco-core:related_to_datapoint owl:ObjectProperty owl:Thing
peco-core:related_to_flexibility_request owl:ObjectProperty owl:Thing
peco-core:related_to_forecast owl:ObjectProperty owl:Thing
peco-core:related_to_pod owl:ObjectProperty owl:Thing
peco-core:related_to_property owl:ObjectProperty owl:Thing
peco-core:related_to_property_of_interest owl:ObjectProperty owl:Thing
peco-core:related_to_tariff owl:ObjectProperty owl:Thing
peco-core:stored_at owl:ObjectProperty owl:Thing
peco-core:valid_from owl:DatatypeProperty owl:Thing
peco-core:valid_to owl:DatatypeProperty owl:Thing

Implementation

@prefix ns1: <http://ontologydesignpatterns.org/opla-sd#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix peco-core: <https://purl.org/peco/peco-core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

peco-core:Action_requiring_notification a owl:Class ;
    ns1:entityPosition [ ns1:entityPositionX -3.999481e+02 ;
            ns1:entityPositionY 3.897113e+02 ;
            rdfs:comment "This is an entity positioning annotation generated by CoModIDE (https://comodide.com/). Removing this annotation will break rendering the CoModIDE schema diagram view."@en ] ;
    rdfs:comment "Direct alert about immediate opportunities or needs for energy conservation and sustainable practices. Designed to prompt users to take swift, environmentally responsible actions." ;
    rdfs:subClassOf peco-core:Message .