diff options
Diffstat (limited to 'tests/JSONLDTests/toRdf-0106-in.jsonld')
-rw-r--r-- | tests/JSONLDTests/toRdf-0106-in.jsonld | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0106-in.jsonld b/tests/JSONLDTests/toRdf-0106-in.jsonld new file mode 100644 index 00000000..b3a9bd80 --- /dev/null +++ b/tests/JSONLDTests/toRdf-0106-in.jsonld @@ -0,0 +1,19 @@ +{ + "@context": { + "name": "http://xmlns.com/foaf/0.1/name", + "knows": "http://xmlns.com/foaf/0.1/knows", + "@vocab": "http://example.com/vocab/" + }, + "@id": "http://example.com/people/markus", + "name": "Markus Lanthaler", + "@reverse": { + "knows": { + "@id": "http://example.com/people/dave", + "name": "Dave Longley" + }, + "noTerm": { + "@id": "relative-node", + "name": "Compact keys using @vocab" + } + } +} |