@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # Object Properties ################################################################# ### http://ontology.tno.nl/interconnect/powerlimit#hasConstractualPLProductionMax :hasConstractualPLProductionMax rdf:type owl:ObjectProperty ; rdfs:domain :ContractualPowerLimit ; rdfs:range ; rdfs:comment "The relationship between the contractual power limit and the value indicating the max limit production. The value is a ic-data:DataPoint."@en ; rdfs:label "has contractual PL production Max"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasContractualPLConsumptionMax :hasContractualPLConsumptionMax rdf:type owl:ObjectProperty ; rdfs:domain :ContractualPowerLimit ; rdfs:range ; rdfs:comment "The relationship between the contractual power limit and the value indicating the max limit consumption. The value is a ic-data:DataPoint."@en ; rdfs:label "has contractual PL consumption Max"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasFailsafeDurationMin :hasFailsafeDurationMin rdf:type owl:ObjectProperty ; rdfs:domain :FailsafePowerLimit ; rdfs:range ; rdfs:label "The relationship between the failsafe power limit and its duration."@en , "has failsafe duration Min"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasFailsafePLConsumption :hasFailsafePLConsumption rdf:type owl:ObjectProperty ; rdfs:domain :FailsafePowerLimit ; rdfs:range ; rdfs:comment "The relationship between the failsafe power limit and the value indicating its consumption. The value is a ic-data:DataPoint."@en ; rdfs:label "has failsafe PL consumption"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasFailsafePLProduction :hasFailsafePLProduction rdf:type owl:ObjectProperty ; rdfs:domain :FailsafePowerLimit ; rdfs:range ; rdfs:comment "The relationship between the failsafe power limit and the value indicating its production. The value is a ic-data:DataPoint."@en ; rdfs:label "has failsafe PL production"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasFailsafeState :hasFailsafeState rdf:type owl:ObjectProperty ; rdfs:domain :FailsafePowerLimit ; rdfs:range :FailsafeState ; rdfs:comment "the relationship between failsafe power limit and failsafe state"@en ; rdfs:label "has failsafe state"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasNominalPLConsumptionmax :hasNominalPLConsumptionmax rdf:type owl:ObjectProperty ; rdfs:domain :NominalPowerLimit ; rdfs:range ; rdfs:comment "The relationship between the nominal power limit and the value indicating the max limit consumption. The value is a ic-data:DataPoint."@en ; rdfs:label "has nominal PL consumption Max"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasNominalPLProductionMax :hasNominalPLProductionMax rdf:type owl:ObjectProperty ; rdfs:domain :NominalPowerLimit ; rdfs:range ; rdfs:comment "The relationship between the nominal power limit and the value indicating the max limit production. The value is a ic-data:DataPoint."@en ; rdfs:label "has nominal PL production Max"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasPowerLimitDuration :hasPowerLimitDuration rdf:type owl:ObjectProperty ; rdfs:domain :PowerLimit ; rdfs:range ; rdfs:comment "The relationship between the power limit and its duration. Power limit may come with a time period of validity based on duration (time:Duration)."@en ; rdfs:label "has power limit duration"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasPowerLimitProductionMax :hasPowerLimitProductionMax rdf:type owl:ObjectProperty ; rdfs:domain :PowerLimit ; rdfs:range ; rdfs:comment "The relationship between the power limit and the value indicating the max limit production. The value is a ic-data:DataPoint."@en ; rdfs:label "has power limit production Max"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasPowerLimitState :hasPowerLimitState rdf:type owl:ObjectProperty ; rdfs:domain :PowerLimit ; rdfs:range :PowerLimitState ; rdfs:comment "The relationship between the power limit state and its state (ic-pwlm:PowerLimitState)."@en ; rdfs:label "has power limit state"@en . ### http://ontology.tno.nl/interconnect/powerlimit#hasPowerlimitConsumptionMax :hasPowerlimitConsumptionMax rdf:type owl:ObjectProperty ; rdfs:domain :PowerLimit ; rdfs:range ; rdfs:comment "The relationship between the power limit and the value indicating the max limit consumption. The value is a ic-data:DataPoint."@en ; rdfs:label "has power limit consumption Max"@en . ### http://ontology.tno.nl/interconnect/powerlimit#isBoundTo :isBoundTo rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :ContractualPowerLimit ; rdfs:comment "The relationship between a device and its contractual power limit"@en ; rdfs:label "is bound to"@en . ### http://ontology.tno.nl/interconnect/powerlimit#isLimitedByManufacturerWith :isLimitedByManufacturerWith rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :FailsafePowerLimit ; rdfs:comment "The relationship between device and failsafe power limit"@en ; rdfs:label "is limited by manufacturer with"@en . ### http://ontology.tno.nl/interconnect/powerlimit#isProtectedBy :isProtectedBy rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :NominalPowerLimit ; rdfs:comment "The relationship between the device and the nominal power limit"@en ; rdfs:label "is protected by"@en . ### http://ontology.tno.nl/interconnect/powerlimit#receivesPowerLimit :receivesPowerLimit rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :PowerLimit ; rdfs:comment "The relationship between a device and its power limit"@en ; rdfs:label "receives power limit"@en . ################################################################# # Data properties ################################################################# ### http://ontology.tno.nl/interconnect/powerlimit#isChangeable :isChangeable rdf:type owl:DatatypeProperty ; rdfs:domain :PowerLimit ; rdfs:range xsd:boolean ; rdfs:comment "A relationship between the power limit and the boolean value indicating whether the power limit is changeable"@en ; rdfs:label "is changeable"@en . ### http://ontology.tno.nl/interconnect/powerlimit#isObligatory :isObligatory rdf:type owl:DatatypeProperty ; rdfs:domain :PowerLimit ; rdfs:range xsd:boolean ; rdfs:comment "A relationship between the power limit and the boolean value indicating whether the power limit is obligatory"@en ; rdfs:label "is obligatory"@en . ################################################################# # Classes ################################################################# ### http://ontology.tno.nl/interconnect/datapoint#DataPoint rdf:type owl:Class . ### http://ontology.tno.nl/interconnect/powerlimit#ContractualPowerLimit :ContractualPowerLimit rdf:type owl:Class ; rdfs:subClassOf :PowerLimit ; rdfs:comment "The contractual power limit of a device"@en ; rdfs:label "Contractual Power Limit"@en . ### http://ontology.tno.nl/interconnect/powerlimit#FailsafePowerLimit :FailsafePowerLimit rdf:type owl:Class ; rdfs:subClassOf :PowerLimit ; rdfs:comment "In case the communication between a device and the energy manager is interrupted, fail-safe values apply (ic-pwlm:FailsafePowerLimit) and the device enters fail-safe state until the communication is re-established."@en ; rdfs:label "Failsafe Power Limit"@en . ### http://ontology.tno.nl/interconnect/powerlimit#FailsafeState :FailsafeState rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "In case the communication between a device and the energy manager is interrupted, the device enters fail-safe state until the communication is re-established."@en ; rdfs:label "Failsafe State"@en . ### http://ontology.tno.nl/interconnect/powerlimit#NominalPowerLimit :NominalPowerLimit rdf:type owl:Class ; rdfs:subClassOf :PowerLimit ; rdfs:comment "A device may have nominal power consumption and/or production values (ic-pwlm:NominalPowerLimit) that are defined by the manufacturer and must not be exceeded, so that the power limit must stay within these constraints."@en ; rdfs:label "Nominal Power Limit"@en . ### http://ontology.tno.nl/interconnect/powerlimit#PowerLimit :PowerLimit rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :hasPowerLimitState ; owl:allValuesFrom :PowerLimitState ] , [ rdf:type owl:Restriction ; owl:onProperty :hasPowerLimitDuration ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass ] , [ rdf:type owl:Restriction ; owl:onProperty :isChangeable ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :isObligatory ; owl:allValuesFrom xsd:boolean ] ; rdfs:comment "A power limit is defined as the maximum value for power consumption and/or production that must not be exceeded by e.g. a (group of) device(s), a building, or also a district."@en ; rdfs:label "Power Limit"@en . ### http://ontology.tno.nl/interconnect/powerlimit#PowerLimitState :PowerLimitState rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A power limit is associated with a state (ic-pwlm:PowerLimitState). A power limit may be toggled active or inactive."@en ; rdfs:label "Power Limit State"@en . ### http://www.w3.org/2006/time#Duration rdf:type owl:Class . ### https://saref.etsi.org/core/Device rdf:type owl:Class . ### https://saref.etsi.org/core/State rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### http://ontology.tno.nl/interconnect/powerlimit#active :active rdf:type owl:NamedIndividual , :PowerLimitState ; rdfs:comment "A power limit can be active (or inactive)."@en ; rdfs:label "active"@en . ### http://ontology.tno.nl/interconnect/powerlimit#failsafe :failsafe rdf:type owl:NamedIndividual , :FailsafeState ; rdfs:comment "When the communication between a device and the energy manager is interrupted, the device enters fail-safe state."@en ; rdfs:label "failsafe"@en . ### http://ontology.tno.nl/interconnect/powerlimit#inactive :inactive rdf:type owl:NamedIndividual , :PowerLimitState ; rdfs:comment "A power limit can be inactive (or active)."@en ; rdfs:label "inactive"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi