-
I've compromised myself 🥇
I added a leaked private key to my brand new BTCR DID :(
Its for testing purposes for https://github.com/decentralized-identity/well-known/pull/2
Since I'm new to B…
-
As outlined here https://www.openarchives.org/ore/0.9/jsonld ?
Apologies if this doesn't make sense or is out of scope, haven't really wrapped my head around DataONE Data Packaging. Is everything …
-
Currently the way JSON-LD parser has been ported into rdflib is a horrible kludge. It parses it, puts it into a store in a separate N3.js library which is imports, then re-serializes it into somethin…
timbl updated
4 years ago
-
It might be very possible to build a query language on top of JSON-LD framing, as suggested by @lanthaler:
> Have a look at my playground: http://www.markus-lanthaler.com/jsonld/playground/
>
> And …
-
Some vocabularies (for example: http://schema.org/genre) specify that a propery may contain both a literal and a resource. At this moment, jsonld-java considers such properties as resources, and fails…
-
Similar to how VCs get their schema from a URL ex https://w3id.org/citizenship/v1
we should as well from our own defined URL https://w3id.org/traceability/v1
The above will be merged in the coming day…
-
From nexus-kg created by [umbreak](https://github.com/umbreak) : BlueBrain/nexus-kg#411
When a payload is posted with the special key `@resverse` on the @context object and without an `@id`, the `g…
-
Shall we use JSON-LD or turtle ?
I personally prefer to work with turtle document.
Notifications seems to have a very simple @context.
None the less NSS has no experience in JSON-LD and I'm not…
-
`component` field in newest context has this enumeration:
```json
"x": "cbv:Comp-x",
"y": "cbv:Comp-y",
"z": "cbv:Comp-z",
"axial_d…
-
from @manonthegithub : For json-ld it would be good to have jsonschema docs. then people can generate their own client very easily. Most of languages have json schema libs which allow to generate cod…