-
Need a context file that defines types appropriately, particularly so that any references are typed as `@id` rather than the default `@value`. This way, JSON-LD knows when it sees things like `"otus"…
-
Provide machine-readable representations of definitions according to the proposed encoding specifications.
-
Is there any thought to adding support for [JSON-LD](http://json-ld.org/)? If no, any interest in pull requests that attempt to add rudimentary support?
-
Assertion URL:
[https://coderecruiter.com/badges/valid/singleAssessmentSingleAccred/assertion.json](https://coderecruiter.com/badges/valid/singleAssessmentSingleAccred/assertion.json)
JSON:
`…
-
For this [document in the JSON-LD Playground](http://tinyurl.com/zwkwe69):
``` json
{
"@context": [
"https://raw.githubusercontent.com/monarch-initiative/monarch-app/master/conf/monarch-context…
-
Despite this being the premier JSON-LD library for python, the examples are sparse and leave a lot to the imagination. Or maybe it's just me. In frustration I ended up resorting to dicts and json for …
-
We should think about how we extract data from the JSON-LD graph we send to the deposit/metadata mapper.
(This is an outcome of our meeting on 2023-02-01 with @zyzzyxdonta and me. This is related to …
-
The reason for the proposal will be clear if one understands the problem it is meant to solve, which arises from a slight shift between RDF semantics and the syntax JSON folks would like.
The problem…
-
Hi,
I'm doing a lot of `POST /entities` requests from a request queue in a Node.js script.
After some number of successfully served requests I get a "socket hang up" error in my script.
The Orion…
-
I've been looking at the the example data in README:
"timespans": [
{
"start": {"in":"0676"},"end": {"in":"1066"}
}
]
and the JSON-LD context …