Skip to content

Commit

Permalink
Remove TypeDeclarationShapes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Apr 14, 2024
1 parent f446279 commit 90412db
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 45 deletions.
9 changes: 0 additions & 9 deletions shacl/dev-daemmung.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ff:TypeDeclarationShape
a sh:NodeShape ;
sh:targetNode ff:this ;
sh:property [
sh:path rdf:type ;
sh:hasValue ff:CitizenProfile ;
sh:minCount 1 ;
] .

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

ff:TypeDeclarationShape
a sh:NodeShape ;
sh:targetNode ff:this ;
sh:property [
sh:path rdf:type ;
sh:hasValue ff:CitizenProfile ;
sh:minCount 1 ;
] .

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

ff:TypeDeclarationShape
a sh:NodeShape ;
sh:targetNode ff:this ;
sh:property [
sh:path rdf:type ;
sh:hasValue ff:CitizenProfile ;
sh:minCount 1 ;
] .

ff:ChildAllowanceEligibilityShape
a sh:NodeShape ;
sh:targetClass ff:Citizen ;
Expand Down
9 changes: 0 additions & 9 deletions shacl/dev-solar.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ ff:metadata ff:author ff:benjaminaaron ;
ff:targetGroup ff:Citizen ;
ff:fundingProvider ff:GermanState .

ff:TypeDeclarationShape
a sh:NodeShape ;
sh:targetNode ff:this ;
sh:property [
sh:path rdf:type ;
sh:hasValue ff:CitizenProfile ;
sh:minCount 1 ;
] .

ff:CitizenOwnsHouseShape
a sh:NodeShape ;
sh:targetClass ff:Citizen ;
Expand Down
9 changes: 0 additions & 9 deletions shacl/dev-wohngeld.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ ff:metadata ff:author ff:benjaminaaron ;
ff:targetGroup ff:Citizen ;
ff:fundingProvider ff:GermanState .

ff:TypeDeclarationShape
a sh:NodeShape ;
sh:targetNode ff:this ;
sh:property [
sh:path rdf:type ;
sh:hasValue ff:CitizenProfile ;
sh:minCount 1 ;
] .

ff:CitizenRentsFlatShape
a sh:NodeShape ;
sh:targetClass ff:Citizen ;
Expand Down

0 comments on commit 90412db

Please sign in to comment.