http://schema.org/fundedItem
Indicates an item funded or sponsored through a [[Grant]].
DOMAIN | PROPERTY | RANGE |
---|---|---|
schema:Grant | schema:fundedItem | schema:Person , schema:CreativeWork , schema:Organization |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
schema:fundedItem a rdf:Property ;
rdfs:label "fundedItem" ;
schema:domainIncludes schema:Grant ;
schema:rangeIncludes schema:CreativeWork,
schema:Organization,
schema:Person ;
rdfs:comment "Indicates an item funded or sponsored through a [[Grant]]." .