File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ] ;
Original file line number Diff line number Diff 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 ] ;
You can’t perform that action at this time.
0 commit comments