Remove empty nodes from graphs in fromRdf-0005 and fromRdf-0006
authorNiklas Lindström <lindstream@gmail.com>
Fri, 19 Jul 2013 15:00:08 +0200
changeset 1782 1870c65fde7c
parent 1781 149fe3bf3ffd
child 1783 21c6269374e8
Remove empty nodes from graphs in fromRdf-0005 and fromRdf-0006
test-suite/tests/fromRdf-0005-out.jsonld
test-suite/tests/fromRdf-0006-out.jsonld
--- a/test-suite/tests/fromRdf-0005-out.jsonld	Thu Jul 18 11:57:55 2013 +0200
+++ b/test-suite/tests/fromRdf-0005-out.jsonld	Fri Jul 19 15:00:08 2013 +0200
@@ -12,12 +12,6 @@
             {"@value": "b"}
           ]
         }]
-      },
-      {
-        "@id": "http://example.com/Type"
-      },
-      {
-        "@id": "http://example.com/U"
       }
     ],
     "@type": ["http://example.com/Graph"],
--- a/test-suite/tests/fromRdf-0006-out.jsonld	Thu Jul 18 11:57:55 2013 +0200
+++ b/test-suite/tests/fromRdf-0006-out.jsonld	Fri Jul 19 15:00:08 2013 +0200
@@ -12,12 +12,6 @@
             {"@value": "b"}
           ]
         }]
-      },
-      {
-        "@id": "http://example.com/Type"
-      },
-      {
-        "@id": "http://example.com/U"
       }
     ]
   },
@@ -34,12 +28,6 @@
             {"@value": "d"}
           ]
         }]
-      },
-      {
-        "@id": "http://example.com/Type2"
-      },
-      {
-        "@id": "http://example.com/V"
       }
     ]
   }