Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nonprofitStatus for coverage of non-profit organizations#19

Open
lucy-kind opened this issue Apr 14, 2020 · 3 comments
Open

Add nonprofitStatus for coverage of non-profit organizations #19

lucy-kind opened this issue Apr 14, 2020 · 3 comments

Comments

@lucy-kind
Copy link

This will allow coverage of non-profit organizations. Since non-profits fall under different categories in different countries, the added property of nonprofitStatus will allow this to be an internationally applicable schema.

Proposal:

Under Organization:
Add new property of "nonprofitStatus”, which will take a new type “NonprofitType”, comprising a list of preliminary enums, as well as the type Text for now.

The preliminary enum list can include the nonprofit types for US listed on the US gov site, plus the UK charity types listed on the UK gov site. In the future, we can consider adding to the list of enums as needed.

Under NonprofitType:
Add the following enums:

  • Nonprofit501c1
  • Nonprofit501c2
  • Nonprofit501c3… to
  • Nonprofit501c28
  • Nonprofit501d
  • Nonprofit501e
  • Nonprofit501f
  • Nonprofit501k
  • Nonprofit501n
  • Nonprofit501q
  • Nonprofit521a
  • Nonprofit527
  • CharityIncorporatedOrganization
  • LimitedByGuaranteeCharity
  • UnincorporatedAssociationCharity
  • UKTrust
  • NonprofitANBI
  • NonprofitSBBI
@bquinn
Copy link

bquinn commented Apr 29, 2020

Can I propose a new type: LimitedByGuarantee or LimitedByGuaranteeNotCharity or something similar. Trade associations and industry standards organisations like IPTC are officially "limited by guarantee" but cannot apply for charitable status as their aims are commercial (supporting an industry) rather than charitable.

Ireland and Australia (at least) have the same mechanism: https://en.wikipedia.org/wiki/Private_company_limited_by_guarantee

I've also found "Community Amateur Sports Club" which is distinct from a charity

@drkane
Copy link

drkane commented Jun 9, 2020

I maintain a repository of UK non-profit organisations. There's a few others that might be helpful to include:

  • CommunityInterestCompany
  • RegisteredSociety - a form of mutual company
  • IndustrialAndProvidentSociety
  • FriendlySociety
  • CreditUnion
  • Cooperative
  • RoyalCharter

I'd also support adding Community Amateur Sports Club and LimitedByGuarantee.

@RichardWallis RichardWallis transferred this issue from schemaorg/schemaorg Jul 13, 2020
@RichardWallis
Copy link

See issue #7 for the context of the move from the main Schema.org issue tracker to this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants