Skip to content

Commit

Permalink
Document funding vs funder in schema.ttl
Browse files Browse the repository at this point in the history
..Avoid Comment count property errors as
ext/pending/issue-383.ttl attempted to override
funding
  • Loading branch information
stain committed Jul 9, 2020
1 parent 06fbfd4 commit 4ba1d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions data/ext/pending/issue-383.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ This property can be combined with [[funder]] to directly indicate the [[Funding
The list of types for using this property is not exclusive, as other types of things may have been funded, e.g. equipment described as a [[IndividualProduct]].""" .

:funder a rdf:Property ;
rdfs:comment """This property can also be used to indicate funding from a particular [[FundingScheme]] or [[FundingAgency]].
To indicate a particular [[MonetaryGrant]] which supported the underlying work, combine with property [[funding]].
""";
:domainIncludes :MonetaryGrant .

:sponsor a rdf:Property ;
Expand Down
4 changes: 3 additions & 1 deletion data/schema.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6054,7 +6054,9 @@ Typical unit code(s): MTK for square meter, FTK for square foot, or YDK for squa
:Person ;
:rangeIncludes :Organization,
:Person ;
rdfs:comment "A person or organization that supports (sponsors) something through some kind of financial contribution." ;
rdfs:comment """A person or organization that supports (sponsors) something through some kind of financial contribution.

From the 'pending' section this property can also be used to indicate funding from a particular [[FundingScheme]] or [[FundingAgency]], and can be combined with property [[funding]] to indicate a particular [[MonetaryGrant]] which supported the underlying work.""";
rdfs:subPropertyOf :sponsor .
:gameItem a rdf:Property ;
Expand Down

0 comments on commit 4ba1d8d

Please sign in to comment.