Skip to content

Commit

Permalink
Add some categories, simplify titles
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 3, 2024
1 parent d650c19 commit 32f86a4
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions shacl/arbeitslosengeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
ff:metadata ff:author ff:benglaeser ;
ff:created "2024-04-04"^^xsd:date ;
ff:title "Arbeitslosengeld" ;
ff:category "Sozialleistung" ;
rdfs:seeAlso
<https://www.arbeitsagentur.de/arbeitslos-arbeit-finden/arbeitslosengeld/finanzielle-hilfen/arbeitslosengeld-anspruch-hoehe-dauer> .

Expand Down
1 change: 1 addition & 0 deletions shacl/bildungsgutschein.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ff:metadata
ff:author ff:benglaeser ;
ff:created "2024-04-02"^^xsd:date ;
ff:title "Bildungsgutschein" ;
ff:category "Bildungsförderung" ;
rdfs:comment "Checks for eligibility for the Bildungsgutschein" ;
rdfs:seeAlso <https://mein-now.de/privatpersonen/foerderungen/suche/bildungsgutschein> .

Expand Down
3 changes: 3 additions & 0 deletions shacl/dev-daemmung.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ff:metadata ff:title "Dämmungszuschuss" ;
ff:category "Wärmewende" .

ff:MainPersonShape a sh:NodeShape ;
sh:targetClass ff:Citizen ;
sh:property [
Expand Down
3 changes: 3 additions & 0 deletions shacl/dev-eauto.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ff:metadata ff:title "E-Auto Zuschuss" ;
ff:category "Wärmewende" .

ff:CitizenOwnsElectricCarShape
a sh:NodeShape ;
sh:targetClass ff:Citizen ;
Expand Down
3 changes: 3 additions & 0 deletions shacl/dev-kindergeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ff:metadata ff:title "Kindergeld" ;
ff:category "Sozialleistung" .

ff:MainPersonShape a sh:NodeShape ;
sh:targetClass ff:Citizen ;
sh:property [
Expand Down
3 changes: 2 additions & 1 deletion shacl/dev-solar.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

ff:metadata ff:author ff:benjaminaaron ;
ff:created "2023-10-26"^^xsd:date ;
ff:title "Checks if house owners are eligible for funding for solar panels" ;
ff:title "Solarpanel Förderung" ;
ff:category "Wärmewende" ;
ff:queryType ff:dev ;
ff:targetGroup ff:Citizen ;
ff:fundingProvider ff:GermanState .
Expand Down
2 changes: 1 addition & 1 deletion shacl/dev-wohngeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ff:metadata ff:author ff:benjaminaaron ;
ff:created "2023-11-01"^^xsd:date ;
ff:title "Checks if a citizen is eligible for Wohngeld" ;
ff:title "Wohngeld dev" ;
ff:queryType ff:dev ;
ff:targetGroup ff:Citizen ;
ff:fundingProvider ff:GermanState .
Expand Down
1 change: 1 addition & 0 deletions shacl/kinderzuschlag.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
ff:metadata ff:author ff:benjaminaaron ;
ff:created "2024-03-14"^^xsd:date ;
ff:title "Kinderzuschlag" ;
ff:category "Sozialleistung" ;
ff:validFor "P6M"^^xsd:duration ; # suggest setting up reminder TODO
rdfs:seeAlso <https://www.arbeitsagentur.de/familie-und-kinder/kinderzuschlag-verstehen/kinderzuschlag-anspruch-hoehe-dauer> ;
ff:onlineEligibilityCheckingTool <https://www.arbeitsagentur.de/familie-und-kinder/kinderzuschlag-verstehen/kiz-lotse> .
Expand Down
3 changes: 2 additions & 1 deletion shacl/wohngeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

ff:metadata ff:author ff:benjaminaaron ;
ff:created "2024-03-23"^^xsd:date ;
ff:title "Wohngeld" .
ff:title "Wohngeld" ;
ff:category "Sozialleistung" .

# CONDITIONS

0 comments on commit 32f86a4

Please sign in to comment.