data-shapes-test-suite.tests.core.node.qualified-001-shapes.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf4j-shacl-testsuite Show documentation
Show all versions of rdf4j-shacl-testsuite Show documentation
Test suite for the SHACL Shapes Constraint Language
The newest version!
@prefix xsd: .
@prefix sh: .
@prefix ex: .
ex:s1 a sh:NodeShape ;
sh:targetClass ex:C1 ;
sh:class ex:C2 ;
sh:qualifiedValueShapesDisjoint "1"^^xsd:boolean ;
sh:qualifiedMinCount 5 ;
sh:qualifiedMaxCount 2 .