@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # Object Properties ################################################################# ### http://ontology.tno.nl/interconnect/incentivetable#hasIncentiveType :hasIncentiveType rdf:type owl:ObjectProperty ; rdfs:domain :IncentiveTable ; rdfs:range :IncentiveType ; rdfs:comment "The relationship between the incentive table and the incentive type"@en ; rdfs:label "has incentive type"@en . ### http://ontology.tno.nl/interconnect/incentivetable#hasScopeType :hasScopeType rdf:type owl:ObjectProperty ; rdfs:domain :IncentiveTable ; rdfs:range :ScopeType ; rdfs:comment "The relationship between the incentive table and the scope type"@en ; rdfs:label "has scope type"@en . ### http://ontology.tno.nl/interconnect/incentivetable#hasTierIncentive :hasTierIncentive rdf:type owl:ObjectProperty ; rdfs:domain :IncentiveTable ; rdfs:range ; rdfs:comment "The relationship between the incentive table and the tier incentive."@en ; rdfs:label "has tier incentive"@en . ### http://ontology.tno.nl/interconnect/incentivetable#hasTierLowerLimit :hasTierLowerLimit rdf:type owl:ObjectProperty ; rdfs:domain :IncentiveTable ; rdfs:range ; rdfs:comment "The relationship between the incentive table and the tier lower limit. The tier lower limit of the incentive table is based on time series (ic-data:TimeSeries) defining power tiers for which different incentives apply."@en ; rdfs:label "has tier lower limit"@en . ### http://ontology.tno.nl/interconnect/incentivetable#hasTierUpperLimit :hasTierUpperLimit rdf:type owl:ObjectProperty ; rdfs:domain :IncentiveTable ; rdfs:range ; rdfs:comment "The relationship between the incentive table and the tier upper limit. The tier upper limit of the incentive table is based on time series (ic-data:TimeSeries) defining power tiers for which different incentives apply."@en ; rdfs:label "has tier upper limit"@en . ################################################################# # Data properties ################################################################# ### http://ontology.tno.nl/interconnect/incentivetable#IsWriteable :IsWriteable rdf:type owl:DatatypeProperty ; rdfs:domain :IncentiveTable ; rdfs:range xsd:boolean ; rdfs:comment "The relationship between the incentive table and the boolean data indicating whether the incentive table is writeable"@en ; rdfs:label "is writeable"@en . ### http://ontology.tno.nl/interconnect/incentivetable#updateRequired :updateRequired rdf:type owl:DatatypeProperty ; rdfs:domain :IncentiveTable ; rdfs:range xsd:boolean ; rdfs:comment "The relationship between the incentive table and the boolean data indicating whether the incentive table requires an update"@en ; rdfs:label "update required"@en . ################################################################# # Classes ################################################################# ### http://ontology.tno.nl/interconnect/datapoint#TimeSeries rdf:type owl:Class . ### http://ontology.tno.nl/interconnect/incentivetable#IncentiveTable :IncentiveTable rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :hasScopeType ; owl:allValuesFrom :ScopeType ] , [ rdf:type owl:Restriction ; owl:onProperty :hasTierIncentive ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :hasTierLowerLimit ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :hasTierUpperLimit ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :IsWriteable ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :updateRequired ; owl:allValuesFrom xsd:boolean ] ; rdfs:comment "An incentive table is used to describe an incentive type in the form of costs (relative or absolute), CO2 emissions or renewable energy percentage that can be associated to power value slots (expressed as a time-series of power data-points)."@en ; rdfs:label "IncentiveTable"@en . ### http://ontology.tno.nl/interconnect/incentivetable#IncentiveType :IncentiveType rdf:type owl:Class ; rdfs:comment "In the incentive table, an incentive type is defined in the form of costs (relative or absolute), CO2 emissions or renewable energy percentage."@en ; rdfs:label "Incentive Type"@en . ### http://ontology.tno.nl/interconnect/incentivetable#ScopeType :ScopeType rdf:type owl:Class ; rdfs:comment "An incentive table may additionally define a scope type (ic-inc:ScopeType) to indicate whether it is a preliminary or committed version."@en ; rdfs:label "Scope Type"@en . ################################################################# # Individuals ################################################################# ### http://ontology.tno.nl/interconnect/incentivetable#absoluteCost :absoluteCost rdf:type owl:NamedIndividual , :IncentiveType ; rdfs:comment "The incentive type ''absolute cost'' defined in the incentive table."@en ; rdfs:label "absolute cost"@en . ### http://ontology.tno.nl/interconnect/incentivetable#co2Emission :co2Emission rdf:type owl:NamedIndividual , :IncentiveType ; rdfs:comment "The incentive type ''CO2 Emission'' defined in the incentive table."@en ; rdfs:label "CO2 Emission"@en . ### http://ontology.tno.nl/interconnect/incentivetable#committedIncentiveTable :committedIncentiveTable rdf:type owl:NamedIndividual , :ScopeType ; rdfs:comment "The committed version of the incentive table"@en ; rdfs:label "committed Incentive Table"@en . ### http://ontology.tno.nl/interconnect/incentivetable#preliminaryIncentiveTable :preliminaryIncentiveTable rdf:type owl:NamedIndividual , :ScopeType ; rdfs:comment "The preliminary version of the incentive table"@en ; rdfs:label "preliminary incentive table"@en . ### http://ontology.tno.nl/interconnect/incentivetable#relativeCost :relativeCost rdf:type owl:NamedIndividual , :IncentiveType ; rdfs:comment "The incentive type ''relative cost'' defined in the incentive table."@en ; rdfs:label "relative cost"@en . ### http://ontology.tno.nl/interconnect/incentivetable#renewableEnergyPercentage :renewableEnergyPercentage rdf:type owl:NamedIndividual , :IncentiveType ; rdfs:comment "The incentive type ''renewable energy percentage'' defined in the incentive table."@en ; rdfs:label "renewable energy percentage"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi