Skip to content

Commit 6e82a99

Browse files
committed
Added missing "funder" property, which was originally intended to be included.
This brings the schemas into alignment with the currently published example for Grant. Updated range/domain lists to enumerate the most likely subtypes of Thing rather than clutter Thing. Cross-linked ownershipFundingInfo from both definitions. This commit is pretty close to that drafted by @stain at stain@52a06ce with minor differences for wording and integration. Thanks to @stain and everyone else on #383 for their persistence on this topic.
1 parent b5b85b0 commit 6e82a99

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

data/ext/pending/issue-383.ttl

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,25 @@ Use properties from [[Organization]], [[subOrganization]]/[[parentOrganization]]
7272

7373
:fundedItem a rdf:Property ;
7474
rdfs:label "fundedItem" ;
75+
:inverseOf :funding ;
7576
:domainIncludes :Grant ;
77+
:rangeIncludes :CreativeWork, Event, Organization, Person, Product, MedicalEntity, BioChemEntity ;
7678
:isPartOf <https://pending.schema.org> ;
77-
:rangeIncludes :Thing ;
7879
:source <https://github.com/schemaorg/schemaorg/issues/1950>,
7980
<https://github.com/schemaorg/schemaorg/issues/383>,
8081
<https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP> ;
81-
rdfs:comment "Indicates an item funded or sponsored through a [[Grant]]." .
82+
rdfs:comment "Indicates something directly or indirectly funded or sponsored through a [[Grant]]. See also [[ownershipFundingInfo]]." .
83+
84+
85+
:funding a rdf:Property ;
86+
rdfs:label "funding" ;
87+
:inverseOf :fundedItem ;
88+
:domainIncludes :CreativeWork, Event, Organization, Person, Product, MedicalEntity, BioChemEntity ;
89+
:rangeIncludes :Grant ;
90+
:isPartOf <http://pending.schema.org> ;
91+
:source <https://github.com/schemaorg/schemaorg/issues/383>,
92+
<https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP> ;
93+
rdfs:comment "A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]." .
8294

8395
:funder a rdf:Property ;
8496
:domainIncludes :MonetaryGrant .

0 commit comments

Comments
 (0)