gbv / jskos

JSKOS data format for Knowledge Organization Systems
https://gbv.github.io/jskos/
38 stars 5 forks source link

Allow full JSON-LD @context #120

Open nichtich opened 8 months ago

nichtich commented 8 months ago

As discussed in #119, the value of @context should be allowed to be any valid JSON-LD context. In particular this allows to define custom fields like this:

{
  "@context": {
    "@import": "https://gbv.github.io/jskos/context.json",
    "CUSTOM": "http://www.example.org/customUri"
   } ...