# paths-01.n3 - RDF Path traversal, two part
# Cf. http://www.w3.org/2000/10/swap/test/syntax/path2.n3

@prefix : <http://example.org/#> .
@prefix log: <http://www.w3.org/2000/10/swap/log#> .
@keywords a .

<http://example.org/path>!log:semantics 
   :semanticsOf "http://example.org/path" .
