- From: Henry Story <henry.story@gmail.com>
- Date: Thu, 27 May 2021 13:53:10 +0200
- To: Peter F Patel-Schneider <pfpschneider@gmail.com>
- Cc: semantic-web@w3.org
Received on Thursday, 27 May 2021 11:53:26 UTC
> On 27. May 2021, at 13:26, Peter F. Patel-Schneider <pfpschneider@gmail.com> wrote: > > It would be very useful to have a reference command that converts a JSON-LD document to quads. Can anyone provide such a command? There are quite a few listed on the https://json-ld.org page. For Java I found that the Titanium tool worked for the credentials security vocabulary but not the JSONLD-Java because the later versions are using JSON-LD 1.1. So I’d make sure you are using a 1.1 parser. With the 1.0 parser I found I ended up with an empty graph or DataSet. Henry > > Thanks in advance, > > peter > > >
Received on Thursday, 27 May 2021 11:53:26 UTC