suggestions-questions-brainstorming icon indicating copy to clipboard operation
suggestions-questions-brainstorming copied to clipboard

Add a new enumeration FRNonprofitType under NonprofitType

Open emnbdx opened this issue 7 months ago • 0 comments

Proposal:

Introduce a new enumeration, FRNonprofitType, under the existing NonprofitType enumeration. This enumeration will specifically represent French nonprofit organization types for accurate semantic markup and better localization.

Proposed enumeration values:

  • AssociationNonDeclaree: Informal association without legal personality, unable to own property or engage in legal proceedings.
  • AssociationLoi1901: Officially registered association under the French law of July 1st, 1901, with legal personality, able to own assets and engage in legal actions.
  • AssociationLoi1905: Religious or worship association defined under the French law of December 9th, 1905.
  • AssociationLoi1908: Specific association type under local Alsace-Moselle law of 1908, reflecting unique regional legal status.
  • AssociationUtilitePublique: Association declared as serving public interest, recognized by governmental decree, able to receive donations and legacies.
  • FondationUtilitePublique: Foundation officially recognized as serving public interest, eligible for donations, bequests, and tax advantages.
  • FondationEntreprise: Foundation created by businesses primarily funded by founding companies to support activities of public interest.
  • FondsDeDotation: Nonprofit legal entity designed to collect and manage donations, distributing capital or revenues for public interest missions.

Official references:

French government associations portal https://www.vie-publique.fr/fiches/24078-quels-sont-les-differents-types-dassociations https://www.service-public.fr/particuliers/vosdroits/N31028

Adding this new enumeration (FRNonprofitType) within NonprofitType will greatly enhance the semantic precision and discoverability of structured data related to French nonprofit organizations.

emnbdx avatar Mar 06 '25 09:03 emnbdx