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

data-shapes-test-suite.tests.core.path.path-unused-001-shapes.ttl Maven / Gradle / Ivy

The newest version!
@prefix sh:  .
@prefix ex:  .
@prefix rdf:  .
@prefix rdfs:  .

ex:s1 a sh:NodeShape ;
 sh:targetNode ex:j, ex:i ;
 sh:class ex:C .

_:p1 sh:inversePath _:p2 .

_:p2 sh:zeroOrMorePath ( _:p2 ) .

_:p2 sh:zeroOrOnePath [ rdf:rest rdf:nil ] .

_:p3 sh:alternativePath ( ex:p ) ;
  rdfs:comment "invalid path" .





© 2015 - 2024 Weber Informatics LLC | Privacy Policy