Skip to content

Commit 6a079ca

Browse files
committed
Substitution: remove health insurance as hard requirement
1 parent bed6a24 commit 6a079ca

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

shacl/bielefeld/substitutionstherapie-diamorphin.ttl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ ff:substitutionstherapieDiamorphinMainShape a sh:NodeShape ;
2323
sh:targetClass ff:Citizen ;
2424

2525
sh:property [ sh:path ff:opioidAddiction ; sh:in (true) ] ;
26-
sh:property [ sh:path ff:healthInsurance ; sh:in (true) ] ;
2726
sh:property [ sh:path ff:hasAge ; sh:minInclusive 18 ] ;
2827
sh:property [
2928
sh:or (
@@ -69,7 +68,6 @@ ff:sobrietyWishPS a sh:PropertyShape ;
6968
sh:not [
7069
sh:and (
7170
[ shn:eq ( [ sh:path ff:opioidAddiction ] true ) ]
72-
[ shn:eq ( [ sh:path ff:healthInsurance ] true ) ]
7371
[ sh:path ff:hasAge ; sh:minInclusive 18 ]
7472
)]
7573
] ;

shacl/bielefeld/substitutionstherapie-regulaer.ttl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ ff:substitutionstherapieRegulaerMainShape a sh:NodeShape ;
2424
sh:targetClass ff:Citizen ;
2525

2626
sh:property [ sh:path ff:opioidAddiction ; sh:in (true) ] ;
27-
sh:property [ sh:path ff:healthInsurance ; sh:in (true) ] ;
2827
sh:property [ sh:path ff:hasAge ; sh:minInclusive 18 ] ;
2928
sh:property [
3029
sh:or (
@@ -62,7 +61,6 @@ ff:sobrietyWishPS a sh:PropertyShape ;
6261
sh:not [
6362
sh:and (
6463
[ shn:eq ( [ sh:path ff:opioidAddiction ] true ) ]
65-
[ shn:eq ( [ sh:path ff:healthInsurance ] true ) ]
6664
[ sh:path ff:hasAge ; sh:minInclusive 18 ]
6765
)]
6866
] ;

0 commit comments

Comments
 (0)