Re: Chartering work has started for a Linked Data Signature Working Group @W3C

Actually that page lists a bunch of JSON-LD implementations.   I looked at one 
- PyLD - and didn't see a command to turn a JSON-LD document into quads in its 
README.rst file.

I then looked at Titanium and there does appear to be some internal function 
that can do the job.  Not ideal but maybe workablle.  But I haven't used Java 
in a long time so I am unable to figure out how to follow the installation 
directions.

peter


On 5/27/21 7:53 AM, Henry Story wrote:
>
>> 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 12:12:36 UTC