-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
Discussion started in issues#23
TL;DR during processing RDF we can't depend on identifiable blank nodes identifiers, also related to persisting in triple stores "seeAlso": "levelgraph/levelgraph-jsonld#8 (comment)"
Expanded
"http://activitystrea.ms/2.0/verb": [ { "@id": "_:post" } ]Compacted
"http://activitystrea.ms/2.0/verb": { "@id": "_:post" }Flattened
"http://activitystrea.ms/2.0/verb": { "@id": "_:b1" }Framed
"http://activitystrea.ms/2.0/verb": { "@id": "_:b1" }N-Quads
_:b0 <http://activitystrea.ms/2.0/verb> _:b1 .
Normalized
_:c14n1 <http://activitystrea.ms/2.0/verb> _:c14n0 .
"as:cc": ["@jasnell", "@lanthaler", "@gkellogg"]
@elfpavlik will report after #17 -> automated testing runs <- #32
"seeAlso": " rdf-ext/rdf-ext#3"