The instructions for how to convert a given JSON-LD document from JSON into RDF triples are found in a special section of JSON called the "context". That context can be either included directly in the file or imported from an external location, as you have discovered. It's convenient to do the latter when you are going to reuse the same context for many documents and you don't want to repeat it in each one.
Adam On Sun, Aug 8, 2021, 1:27 PM Steve Vestal <[email protected]> wrote: > Thanks, progress is made. I am new to JSON-LD. I get the following > error. Why does it need to load something using one of the IRIs found > in the *.jsonld file? Is this like an import that I can turn off? > > org.apache.jena.riot.RiotException: loading remote context failed: > https://192.168.222.120:8111/osmc/schemas/resource > > On 8/8/2021 11:13 AM, Andy Seaborne wrote: > > RDFDataMgr.read(model, myInputStream, Lang.JSONLD); > >
