{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A grant, typically financial or otherwise quantifiable, of resources. Typically a [[funder]] sponsors some [[MonetaryAmount]] to an [[Organization]] or [[Person]],\n    sometimes not necessarily via a dedicated or long-lived [[Project]], resulting in one or more outputs, or [[fundedItem]]s. For financial sponsorship, indicate the [[funder]] of a [[MonetaryGrant]]. For non-financial support, indicate [[sponsor]] of [[Grant]]s of resources (e.g. office space).\n\nGrants support  activities directed towards some agreed collective goals, often but not always organized as [[Project]]s. Long-lived projects are sometimes sponsored by a variety of grants over time, but it is also common for a project to be associated with a single grant.\n\nThe amount of a [[Grant]] is represented using [[amount]] as a [[MonetaryAmount]].\n    ",
      "rdfs:label" : "Grant",
      "rdfs:subClassOf" : "schema:Intangible",
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : [
         "https://github.com/schemaorg/schemaorg/issues/383",
         "collab:FundInfoCollab"
      ]
   },
   "properties" : {
      "schema:fundedItem" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Indicates something directly or indirectly funded or sponsored through a [[Grant]]. See also [[ownershipFundingInfo]].",
         "rdfs:label" : "fundedItem",
         "schema:contributor" : "collab:TP",
         "schema:domainIncludes" : "schema:Grant",
         "schema:inverseOf" : "schema:funding",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : [
            "schema:Organization",
            "schema:Person",
            "schema:CreativeWork",
            "schema:Product",
            "schema:MedicalEntity",
            "schema:BioChemEntity",
            "schema:Event"
         ],
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/383",
            "https://github.com/schemaorg/schemaorg/issues/1950"
         ]
      },
      "schema:funder" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A person or organization that supports (sponsors) something through some kind of financial contribution.",
         "rdfs:label" : "funder",
         "rdfs:subPropertyOf" : "schema:sponsor",
         "schema:domainIncludes" : [
            "schema:MonetaryGrant",
            "schema:CreativeWork",
            "schema:Event",
            "schema:Organization",
            "schema:Person",
            "schema:Grant"
         ],
         "schema:rangeIncludes" : [
            "schema:Person",
            "schema:Organization"
         ]
      },
      "schema:sponsor" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
         "rdfs:label" : "sponsor",
         "schema:domainIncludes" : [
            "schema:Grant",
            "schema:MedicalStudy",
            "schema:CreativeWork",
            "schema:Event",
            "schema:Organization",
            "schema:Person"
         ],
         "schema:rangeIncludes" : [
            "schema:Person",
            "schema:Organization"
         ]
      }
   }
}