![JAR search and dependency download from the Maven repository](/logo.png)
data-shapes-test-suite.tests.core.path.path-complex-002-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 sh: .
@prefix ex: .
ex:s1 a sh:PropertyShape ;
sh:targetNode ex:i ;
sh:path ( _:pinv _:pinv ) ;
sh:class ex:C .
_:pinv sh:inversePath ex:p .
ex:s2 a sh:PropertyShape ;
sh:targetNode ex:i ;
sh:path ( [ sh:inversePath ex:p ] [ sh:inversePath ex:p ] ) ;
sh:class ex:C .
© 2015 - 2025 Weber Informatics LLC | Privacy Policy