aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0046-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0046-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0046-in.jsonld20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0046-in.jsonld b/tests/JSONLDTests/toRdf-0046-in.jsonld
new file mode 100644
index 00000000..045e2a2a
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0046-in.jsonld
@@ -0,0 +1,20 @@
+{
+ "@context": {
+ "http://example.org/test#property1": {
+ "@type": "@id"
+ },
+ "http://example.org/test#property2": {
+ "@type": "@id"
+ },
+ "uri": "@id"
+ },
+ "http://example.org/test#property1": {
+ "http://example.org/test#property4": "foo",
+ "uri": "http://example.org/test#example2"
+ },
+ "http://example.org/test#property2": "http://example.org/test#example3",
+ "http://example.org/test#property3": {
+ "uri": "http://example.org/test#example4"
+ },
+ "uri": "http://example.org/test#example1"
+}