RDARegistry / RDA-Vocabularies

http://www.rdaregistry.info
63 stars 16 forks source link

Syntax error in JSON-LD file #175

Open wouterbeek opened 1 year ago

wouterbeek commented 1 year ago

Observed

The following line contains illegal syntax: https://github.com/RDARegistry/RDA-Vocabularies/blob/master/jsonld/Contexts/elements_en.jsonld#L2

  "@context": { $language

Expected

The JSON-LD files to follow the JSON syntax.

Wider context

RDA seems to have syntax issues with all of its format variants, see #176 and #177. This seems to be a structural problem.

There are modern tools out there that can generate standard-conforming RDF. TriplyDB.com offers a free service for the first 1M triples. Please make use of modern tools that guarantee syntactic correctness.