graphy.js icon indicating copy to clipboard operation
graphy.js copied to clipboard

ConciseHash does not produce rdf:type shorthand when inside a blank node

Open tpluscode opened this issue 4 years ago • 0 comments

See this snippet: https://runkit.com/embed/8weuxr2m8t3s

The concise hash includes a "a": [ ">https://code.described.at/EcmaScript" ], but the output has the full (or prefixed) rdf:type predicate where I expected [ a <https://code.described.at/EcmaScript> ]

tpluscode avatar May 17 '21 19:05 tpluscode