Skip to content

Commit

Permalink
Removed a stray colon from 2 definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
danbri committed Aug 18, 2020
1 parent 1ffc71a commit 1f89ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/ext/pending/issue-2670.ttl
Expand Up @@ -10,15 +10,15 @@
rdfs:comment "EnergyConsumptionDetails represents information related to the energy efficiency of a product that consumes energy. The information that can be provided is based on international regulations such as for example [EU directive 2017/1369](https://eur-lex.europa.eu/eli/reg/2017/1369/oj) for energy labeling and the [Energy labeling rule](https://www.ftc.gov/enforcement/rules/rulemaking-regulatory-reform-proceedings/energy-water-use-labeling-consumer) under the Energy Policy and Conservation Act (EPCA) in the US" .

:hasEnergyConsumptionDetails a rdf:Property ;
:rdfs:label "hasEnergyConsumptionDetails" ;
rdfs:label "hasEnergyConsumptionDetails" ;
:category "issue-2670" ;
:domainIncludes :Product ;
:rangeIncludes :EnergyConsumptionDetails ;
:source <https://github.com/schemaorg/schemaorg/issues/2670> ;
rdfs:comment """Defines the energy efficiency Category (also known as "class" or "rating") for a product according to an international energy efficiency standard""" .

:hasEnergyEfficiencyCategory a rdf:Property ;
:rdfs:label "hasEnergyEfficiencyCategory" ;
rdfs:label "hasEnergyEfficiencyCategory" ;
:category "issue-2670" ;
:domainIncludes :EnergyConsumptionDetails ;
:rangeIncludes :EnergyEfficiencyCategory ;
Expand Down

0 comments on commit 1f89ce2

Please sign in to comment.