Browse Source
git-svn-id: http://svn.drobilla.net/serd/trunk@483 490d8e77-9747-427b-9fa3-0b8f29cee8a0zrythm_meson

5 changed files with 13 additions and 0 deletions
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
@prefix eg: <http://example.org/eg#> . |
||||
|
||||
eg:s eg:p [ =: _:o ; eg:name "o" ] . |
@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
|
||||
<http://example.org/eg#s> <http://example.org/eg#p> <http://example.org/object> . |
||||
<http://example.org/object> <http://example.org/eg#name> "o" . |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
@prefix eg: <http://example.org/eg#> . |
||||
|
||||
eg:s eg:p [ == <http://example.org/object> ; eg:name "o" ] . |
@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
|
||||
<http://example.org/eg#s> <http://example.org/eg#p> <http://example.org/eg#o> . |
||||
<http://example.org/eg#o> <http://example.org/eg#name> "o" . |
Loading…
Reference in new issue