Set useRdfType to true in fromRdf-0019
authorGregg Kellogg <gregg@kellogg-assoc.com>
Tue, 01 Oct 2013 16:12:17 -0700
changeset 2010 e38159fd4fd8
parent 2009 e3c9f4615a73
child 2011 272f3b335986
Set useRdfType to true in fromRdf-0019
test-suite/tests/fromRdf-manifest.jsonld
--- a/test-suite/tests/fromRdf-manifest.jsonld	Tue Oct 01 13:05:41 2013 -0700
+++ b/test-suite/tests/fromRdf-manifest.jsonld	Tue Oct 01 16:12:17 2013 -0700
@@ -141,7 +141,7 @@
       "name": "use RDF type set to false",
       "purpose": "Seting useRdfType to false causes an rdf:type predicate to be treated like a normal property, not @type",
       "option": {
-        "useRdfType": false
+        "useRdfType": true
       },
       "input": "fromRdf-0019-in.nq",
       "expect": "fromRdf-0019-out.jsonld"