Skip to content

Commit

Permalink
Blank node as graphs #2
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio authored Jun 5, 2020
1 parent d9cd23d commit 812e420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 812e420

Please sign in to comment.