JSON2RDF

2019-08-15 Thread Martynas Jusevičius
Hi all, just wanted to let you know that in addition to CSV2RDF we've now published JSON2RDF: https://github.com/AtomGraph/JSON2RDF It's a Jena-based generic JSON2RDF converter which reads JSON and writes streaming N-Triples output. Such output is well-suited for further transformation with

Validating with shapes

2019-08-15 Thread Mikael Pesonen
I'm trying to figure out how to validate RDF data that is modified with GUI form and stored on Fuseki. For example SHACL API has command line tool which inputs ttl file and SHACL file. So lets say there is a resource consisting of 10 triplets and user modifies one triplet with the form. Is

Re: StreamRDF.base()

2019-08-15 Thread Andy Seaborne
On 15/08/2019 13:02, Claude Warren wrote: Learn something new every day... On Wed, Aug 14, 2019 at 5:44 PM Andy Seaborne wrote: (and it is technically wrong to have a # in the base) so as a base "http://example.com/myfile.txt#; is incorrect but " http://example.com/myfile.txt/; is

Re: StreamRDF.base()

2019-08-15 Thread Claude Warren
Learn something new every day... On Wed, Aug 14, 2019 at 5:44 PM Andy Seaborne wrote: > > > > (and it is technically wrong to have a # in the base) > > so as a base "http://example.com/myfile.txt#; is incorrect but " http://example.com/myfile.txt/; is correct? or technically does the last