Gregg Kellogg
Gregg Kellogg
Also see #450 and #383. https://github.com/scienceai/jsonld-vis looks interesting.
One of the core JSON-LD algorithms is `fromRdf`, which requires RDF input to create expanded JSON-LD. Of course, this can be combined with compact and/or framing to get framed output....
I wouldn't kill compact IRIs, just not promote them. In particular, people using JSON-LD as an RDF serialization format, rather than as a native API, are often coming from environments...
These all seem reasonable. I wonder if we would also need some discussion about retrieving the context from the HTML document in that case. Nevermind the case where an HTML...
Created https://json-ld.github.io/json-ld-star/ to work on this.
> > Created https://json-ld.github.io/json-ld-star/ to work on this. > > Accessing https://github.com/json-ld/json-ld-bp/ results in a 404 http error. Fixed.
> Is this an effort moving forward? The RDF* effort is somewhat stalled, and there are some issues that really need to be considered there (e.g., "Property Graph" vs "Separate...
JSON-LD doesn't really know about XSD types, and doesn't have any knowledge that `xsd:integer` reflects an integer, or that the value `1` is an integer, it just preserves native types...
It can't use the alias, as that would later expand to a value including `@type`, which would be information not in the original document, so there's code specifically to avoid...
Cool, that would be a nice edition. We'll probably still need something like N3.js for N-Quads to Turtle/TriG, unless LDTR handles that too.