From 812e420968e461b1776e2798d1d90bc10b35fa37 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Fri, 5 Jun 2020 16:33:14 +0200 Subject: [PATCH] Blank node as graphs #2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c698744..bb6219e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It is desgined to support streaming parsing and provide great performance in a J - The `datatype` and `lang` fields are only used when the `object` represents a Literal value (i.e. not a URI, but a string / date / something else). - When expressing an Object that is a NamedNode, use this string as the datatype: "http://www.w3.org/1999/02/22-rdf-syntax-ns#namedNode" ([discussion](https://github.com/ontola/hextuples/issues/1)) - When expressing an Object that is a BlankNode, use this string as the datatype: "http://www.w3.org/1999/02/22-rdf-syntax-ns#blankNode" -- The `graph` field does not support blank nodes. ([discussion](https://github.com/ontola/hextuples/issues/2)) +- If the `graph` is a blank node (i.e. anonymous), use an underscore as the URI scheme: `_:myNode`. ([discussion](https://github.com/ontola/hextuples/issues/2)). Parsers SHOULD interpret these as blank graphs, but MAY discard these if they have no support for them. - When a field has no value, use an empty string: `""` ## Example