NonprofitType
A Schema.org Enumeration TypeThis term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.
- Canonical URL: http://schema.org/NonprofitType
- Leave public feedback on this term 💬
- Check for open issues.
NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be.
Instances of
NonprofitType may appear as a value for the following properties
Property | On Types | Description |
---|---|---|
nonprofitStatus | Organization | nonprofit Status indicates the legal status of a non-profit organization in its primary place of business. |
Enumeration Subtypes
Source
https://github.com/schemaorg/schemaorg/issues/2543
Examples
Example 1
Copied
Example notes or example HTML without markup.
Nonprofit organization coverage with internationally applicable nonprofit types.
Example encoded as Microdata embedded in HTML.
<!-- JSONLD only example -->
Example encoded as RDFa embedded in HTML.
<!-- JSONLD only example -->
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "LegalService", "name": "Example Legal Aid Nonprofit", "text": "A nonprofit statewide law firm dedicated to providing equal access to justice for low income people through quality advocacy and education.", "nonprofitStatus" : "Nonprofit501c20", "url": "https://www.example.org/nonprofit/info" "areaServed": { "@type": "AdministrativeArea", "name": "Idaho" } } </script>
Structured representation of the JSON-LD example.