summaryrefslogtreecommitdiffstats
path: root/tests/rdfa11/0197.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rdfa11/0197.out')
-rw-r--r--tests/rdfa11/0197.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rdfa11/0197.out b/tests/rdfa11/0197.out
new file mode 100644
index 0000000..42d5103
--- /dev/null
+++ b/tests/rdfa11/0197.out
@@ -0,0 +1,5 @@
+<http://www.example.org/me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.example.org/class/Person> .
+<http://www.example.org/me> <http://www.example.org/pred/name> "Gregg Kellogg" .
+<http://www.example.org/me> <http://purl.org/dc/terms/language> "Ruby"^^<http://www.example.org/pred/lang> .
+<http://www.example.org/me> <http://www.example.org/pred/rel> <http://kellogg-assoc.com/> .
+<http://github.org/gkellogg/rdf_context> <http://www.example.org/pred/rev> <http://www.example.org/me> .