Skip to content

Commit 259001d

Browse files
authored
Adds support for Italian and German non profit type (#3629) (#4654)
* #3629 - Adds support for Italian and German non profit type Includes references to applicable laws inside the comment. * Fixed Typo
1 parent f0c912a commit 259001d

File tree

1 file changed

+97
-0
lines changed

1 file changed

+97
-0
lines changed

data/ext/pending/issue-3629.ttl

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
@prefix : <https://schema.org/> .
2+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
3+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4+
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
5+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
6+
7+
:DENonprofitType a rdfs:Class ;
8+
rdfs:label "DENonprofitType" ;
9+
:isPartOf <https://pending.schema.org> ;
10+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
11+
rdfs:comment "DENonprofitType: Non-profit organization type originating from Germany in accordance with article 52 of the German fiscal code (Abgabenverordnung or AO)." ;
12+
rdfs:subClassOf :NonprofitType .
13+
14+
:DERegisteredAssociationCharity a :DENonprofitType ;
15+
rdfs:label "DERegisteredAssociationCharity" ;
16+
:isPartOf <https://pending.schema.org> ;
17+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
18+
rdfs:comment "DERegisteredAssociationCharity: Non-profit type referring to a charitable association that is registered with the German association register (german gemeinnütziger e.v. or gemeinnütziger eingetragener Verein) and has been recognized by the tax authorities as a charitable non-profit." .
19+
20+
:DENotRegisteredAssociationCharity a :DENonprofitType ;
21+
rdfs:label "DENotRegisteredAssociationCharity" ;
22+
:isPartOf <https://pending.schema.org> ;
23+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
24+
rdfs:comment "DENotRegisteredAssociationCharity: Non-profit type referring to a charitable association that is not registered with the German association register (gemeinnütziger Verein) and has been recognized by the tax authorities as a charitable non-profit." .
25+
26+
:DEJointStockCompanyCharity a :DENonprofitType ;
27+
rdfs:label "DEJointStockCompanyCharity" ;
28+
:isPartOf <https://pending.schema.org> ;
29+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
30+
rdfs:comment "DEJointStockCompanyCharity: Non-profit type referring to a charitable Joint Stock Company (German gAG gemeinnützige Aktiengesellschaft) that has been recognized by the tax authorities as a charitable non-profit." .
31+
32+
:DELimitedLiabilityCharity a :DENonprofitType ;
33+
rdfs:label "DELimitedLiabilityCharity" ;
34+
:isPartOf <https://pending.schema.org> ;
35+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
36+
rdfs:comment "DELimitedLiabilityCharity: Non-profit type referring to a charitable Common Stock Company (German gGmbH or gemeinnützige Gesellschaft mit beschränkter Haftung) that has been recognized by the tax authorities as a charitable non-profit." .
37+
38+
:DECooperativeCharity a :DENonprofitType ;
39+
rdfs:label "DECooperativeCharity" ;
40+
:isPartOf <https://pending.schema.org> ;
41+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
42+
rdfs:comment "DECooperativeCharity: Non-profit type referring to a charitable Cooperative (German Genossenschaft) that has been recognized by the tax authorities as a charitable non-profit." .
43+
44+
:DEFoundationCharity a :DENonprofitType ;
45+
rdfs:label "DEFoundationCharity" ;
46+
:isPartOf <https://pending.schema.org> ;
47+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
48+
rdfs:comment "DEFoundationCharity: Non-profit type referring to a charitable Foundation (German Stiftung) that has been recognized by the tax authorities as a charitable non-profit." .
49+
50+
:DEPublicCharity a :DENonprofitType ;
51+
rdfs:label "DEPublicCharity" ;
52+
:isPartOf <https://pending.schema.org> ;
53+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
54+
rdfs:comment "DEPublicCharity: Non-profit type referring to a charitable government owned juridical person (German Körperschaft öffentlichen Rechts) that has been recognized by the tax authorities as a charitable non-profit." .
55+
56+
:ITNonprofitType a rdfs:Class ;
57+
rdfs:label "ITNonprofitType" ;
58+
:isPartOf <https://pending.schema.org> ;
59+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
60+
rdfs:comment "ITNonprofitType: Non-profit organization type originating from Italy." ;
61+
rdfs:subClassOf :NonprofitType .
62+
63+
:ITVolunteerAssociationCharity a :ITNonprofitType ;
64+
rdfs:label "ITVolunteerAssociationCharity" ;
65+
:isPartOf <https://pending.schema.org> ;
66+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
67+
rdfs:comment "ITVolunteerAssociationCharity: Non-profit type referring to associations organising charitable volunteer activities (Ital. Organizzazioni di volontariato or ODV) according to Italian Law 266 of 1991." .
68+
69+
:ITSocialPromotionCharity a :ITNonprofitType ;
70+
rdfs:label "ITSocialPromotionCharity" ;
71+
:isPartOf <https://pending.schema.org> ;
72+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
73+
rdfs:comment "ITSocialPromotionCharity: Non-profit type referring to associations promoting charitable causes (Ital. Associazioni di promozione sociale or APS) according to Italian Law 383 of 2000." .
74+
75+
:ITMutualAidCharity a :ITNonprofitType ;
76+
rdfs:label "ITMutualAidCharity" ;
77+
:isPartOf <https://pending.schema.org> ;
78+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
79+
rdfs:comment "ITMutualAidCharity: Non-profit type referring to associations providing financial aid to people need (Ital. Società di mutuo soccorso or SOMS) according to Italian Law 3818 of 1886." .
80+
81+
:ITSocialCompanyCharity a :ITNonprofitType ;
82+
rdfs:label "ITSocialCompanyCharity" ;
83+
:isPartOf <https://pending.schema.org> ;
84+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
85+
rdfs:comment "ITSocialCompanyCharity: Non-profit type referring to companies with charitable missions (Ital. Imprese Sociali or IS) according to Italian Law 112 of 2017." .
86+
87+
:ITCooperativeCharity a :ITNonprofitType ;
88+
rdfs:label "ITCooperativeCharity" ;
89+
:isPartOf <https://pending.schema.org> ;
90+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
91+
rdfs:comment "ITCooperativeCharity: Non-profit type referring to Cooperatives with charitable missions (Ital. Cooperativa Sociale) according to Italian Law 112 of 2017." .
92+
93+
:ITSportCompanyCharity a :ITNonprofitType ;
94+
rdfs:label "ITSportCompanyCharity" ;
95+
:isPartOf <https://pending.schema.org> ;
96+
:source <https://github.com/schemaorg/schemaorg/issues/3629> ;
97+
rdfs:comment "ITSportCompanyCharity: Non-profit type referring to Companies that organize sports activities for the public or inscribed members (Ital. Società Sportiva Dilettantistica or SSD) according to Italian Law 289 of 2002." .

0 commit comments

Comments
 (0)