Skip to content

Commit 2f44de4

Browse files
committed
Added draft definitions for /copyrightNotice and /creditText
For #2659
1 parent c7ad675 commit 2f44de4

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

data/ext/pending/issue-2659.ttl

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
@prefix : <http://schema.org/> .
2+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
3+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4+
5+
#:EnergyConsumptionDetails a rdfs:Class ;
6+
# rdfs:label "EnergyConsumptionDetails" ;
7+
# :category "issue-2670" ;
8+
# :isPartOf <http://pending.schema.org> ;
9+
# rdfs:subClassOf :Intangible ;
10+
# :source <https://github.com/schemaorg/schemaorg/issues/2670> ;
11+
# 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" .
12+
13+
#:hasEnergyConsumptionDetails a rdf:Property ;
14+
# rdfs:label "hasEnergyConsumptionDetails" ;
15+
# :category "issue-2670" ;
16+
# :isPartOf <http://pending.schema.org> ;
17+
# :domainIncludes :Product ;
18+
# :rangeIncludes :EnergyConsumptionDetails ;
19+
# :source <https://github.com/schemaorg/schemaorg/issues/2670> ;
20+
# rdfs:comment """Defines the energy efficiency Category (also known as "class" or "rating") for a product according to an international energy efficiency standard""" .
21+
22+
# https://github.com/schemaorg/schemaorg/issues/2659
23+
24+
25+
:copyrightNotice a rdf:Property ;
26+
rdfs:label "copyrightNotice" ;
27+
:category "issue-2659" ;
28+
:isPartOf <http://pending.schema.org> ;
29+
:domainIncludes :CreativeWork ;
30+
:rangeIncludes :Text ;
31+
:source <https://github.com/schemaorg/schemaorg/issues/2659> ;
32+
rdfs:comment """Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.""" .
33+
34+
35+
:creditText a rdf:Property ;
36+
rdfs:label "creditText" ;
37+
:category "issue-2659" ;
38+
:isPartOf <http://pending.schema.org> ;
39+
:domainIncludes :CreativeWork ;
40+
:rangeIncludes :Text ;
41+
:source <https://github.com/schemaorg/schemaorg/issues/2659> ;
42+
rdfs:comment """Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.""" .

0 commit comments

Comments
 (0)