Skip to content

Commit

Permalink
Change metadata modeling approach
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 3, 2024
1 parent 400d291 commit 1a8b94f
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 32 deletions.
6 changes: 3 additions & 3 deletions shacl/arbeitslosengeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
@prefix fim: <https://schema.fim.fitko.net/fields/baukasten/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ff:metadata ff:author ff:benglaeser ;
ff:arbeitslosengeldRP a ff:RequirementProfile ;
ff:author ff:benglaeser ;
ff:created "2024-04-04"^^xsd:date ;
ff:id "arbeitslosengeld" ;
ff:title "Arbeitslosengeld" ;
ff:category "Sozialleistung" ;
ff:category ff:Sozialleistung ;
rdfs:seeAlso
<https://www.arbeitsagentur.de/arbeitslos-arbeit-finden/arbeitslosengeld/finanzielle-hilfen/arbeitslosengeld-anspruch-hoehe-dauer> .

Expand Down
5 changes: 2 additions & 3 deletions shacl/bildungsgutschein.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
@prefix ff: <https://foerderfuchs.org/default#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ff:metadata
ff:bildungsgutscheinRP a ff:RequirementProfile ;
ff:author ff:benglaeser ;
ff:created "2024-04-02"^^xsd:date ;
ff:id "bildungsgutschein" ;
ff:title "Bildungsgutschein" ;
ff:category "Bildungsförderung" ;
ff:category ff:Bildungsteilhabe ;
rdfs:comment "Checks for eligibility for the Bildungsgutschein" ;
rdfs:seeAlso <https://mein-now.de/privatpersonen/foerderungen/suche/bildungsgutschein> .

Expand Down
4 changes: 2 additions & 2 deletions shacl/dev-daemmung.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +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:id "daemmung" ;
ff:daemmungRP a ff:RequirementProfile ;
ff:title "Dämmungszuschuss" ;
ff:category "Wärmewende" .
ff:category ff:Waermewende .

ff:MainPersonShape a sh:NodeShape ;
sh:targetClass ff:Citizen ;
Expand Down
4 changes: 2 additions & 2 deletions shacl/dev-eauto.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +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:id "eauto" ;
ff:eautoRP a ff:RequirementProfile ;
ff:title "E-Auto Zuschuss" ;
ff:category "Wärmewende" .
ff:category ff:Waermewende .

ff:CitizenOwnsElectricCarShape
a sh:NodeShape ;
Expand Down
4 changes: 2 additions & 2 deletions shacl/dev-kindergeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +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:id "kindergeld" ;
ff:kindergeldRP a ff:RequirementProfile ;
ff:title "Kindergeld" ;
ff:category "Sozialleistung" .
ff:category ff:Sozialleistung .

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

ff:metadata ff:author ff:benjaminaaron ;
ff:solarRP a ff:RequirementProfile ;
ff:author ff:benjaminaaron ;
ff:created "2023-10-26"^^xsd:date ;
ff:id "solar" ;
ff:title "Solarpanel Förderung" ;
ff:category "Wärmewende" ;
ff:category ff:Waermewende ;
ff:queryType ff:dev ;
ff:targetGroup ff:Citizen ;
ff:fundingProvider ff:GermanState .
Expand Down
4 changes: 2 additions & 2 deletions shacl/dev-wohngeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +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:author ff:benjaminaaron ;
ff:wohngelddevRP a ff:RequirementProfile ;
ff:author ff:benjaminaaron ;
ff:created "2023-11-01"^^xsd:date ;
ff:id "wohngelddev" ;
ff:title "Wohngeld dev" ;
ff:queryType ff:dev ;
ff:targetGroup ff:Citizen ;
Expand Down
9 changes: 3 additions & 6 deletions shacl/kinderzuschlag.ttl
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
@base <https://github.com/Citizen-Knowledge-Graph/requirement-profiles/blob/main/shacl/kinderzuschlag.ttl> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ff: <https://foerderfunke.org/default#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<> a ff:RequirementProfile .

ff:metadata ff:author ff:benjaminaaron ;
ff:kinderzuschlagRP a ff:RequirementProfile ;
ff:author ff:benjaminaaron ;
ff:created "2024-03-14"^^xsd:date ;
ff:id "kinderzuschlag" ;
ff:title "Kinderzuschlag" ;
ff:category "Sozialleistung" ;
ff:category ff: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
4 changes: 2 additions & 2 deletions shacl/opendva-existenzgruendungspass-thueringen.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
@prefix ff: <https://foerderfunke.org/default#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ff:metadata ff:author ff:benjaminaaron ;
ff:existenzgruendungspassthueringenRP a ff:RequirementProfile ;
ff:author ff:benjaminaaron ;
ff:created "2024-04-09"^^xsd:date ;
ff:id "existenzgruendungspass-thueringen" ;
ff:title "Existenzgründungspass Thüringen" ;
rdfs:seeAlso <https://www.aufbaubank.de/Foerderprogramme/Gruendungsrichtlinie-Existenzgruendungspass> .

Expand Down
4 changes: 2 additions & 2 deletions shacl/opendva-jenabonus.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
@prefix ff: <https://foerderfunke.org/default#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ff:metadata ff:author ff:benjaminaaron ;
ff:jenabonusRP a ff:RequirementProfile ;
ff:author ff:benjaminaaron ;
ff:created "2024-04-09"^^xsd:date ;
ff:id "jenabonus" ;
ff:title "Jenabonus" ;
ff:validFor "P1Y"^^xsd:duration ;
rdfs:seeAlso <https://service.jena.de/de/jenabonus-beantragen> .
Expand Down
4 changes: 2 additions & 2 deletions shacl/senioren-bahncard.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
@prefix ff: <https://foerderfunke.org/default#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ff:metadata ff:author ff:benjaminaaron ;
ff:seniorenbahncardRP a ff:RequirementProfile ;
ff:author ff:benjaminaaron ;
ff:created "2024-04-16"^^xsd:date ;
ff:id "senioren-bahncard" ;
ff:title "Senioren BahnCard" ;
rdfs:seeAlso <https://www.bahn.de/angebot/bahncard> .

Expand Down
6 changes: 3 additions & 3 deletions shacl/wohngeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
@prefix fim: <https://schema.fim.fitko.net/fields/baukasten/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

# CONDITIONS

0 comments on commit 1a8b94f

Please sign in to comment.