Skip to content

as:verb - consequences of using blank node identifier (eg. _:post) #36

@elf-pavlik

Description

@elf-pavlik

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"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions