Radu3000

Results 1 issues of Radu3000

Let's say I have the famous Library.jsonld example: ``` { "@context": { "dc11": "http://purl.org/dc/elements/1.1/", "ex": "http://example.org/vocab#", "xsd": "http://www.w3.org/2001/XMLSchema#", "ex:contains": { "@type": "@id" } }, "@graph": [ { "@id": "http://example.org/library", "@type":...

question