All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data-shapes-test-suite.tests.core.path.path-complex-002-shapes.ttl Maven / Gradle / Ivy

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