Skip to content

Commit

Permalink
Add a case of two categories for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 3, 2024
1 parent 1a8b94f commit cc8ba23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shacl/dev-eauto.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ff:eautoRP a ff:RequirementProfile ;
ff:title "E-Auto Zuschuss" ;
ff:category ff:Waermewende .
ff:category ff:Klimaschutz .

ff:CitizenOwnsElectricCarShape
a sh:NodeShape ;
Expand Down
2 changes: 1 addition & 1 deletion shacl/dev-solar.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ff:solarRP a ff:RequirementProfile ;
ff:author ff:benjaminaaron ;
ff:created "2023-10-26"^^xsd:date ;
ff:title "Solarpanel Förderung" ;
ff:category ff:Waermewende ;
ff:category ff:Waermewende, ff:Klimaschutz ;
ff:queryType ff:dev ;
ff:targetGroup ff:Citizen ;
ff:fundingProvider ff:GermanState .
Expand Down

0 comments on commit cc8ba23

Please sign in to comment.