- From: Peter F. Patel-Schneider <pfpschneider@gmail.com>
- Date: Fri, 11 Jun 2021 09:14:11 -0400
- To: Martynas Jusevičius <martynas@atomgraph.com>
- Cc: Semantic Web <semantic-web@w3.org>
SPARQL is a way of extracting triples/quads from a graph/dataset and thus can be used to demonstrate what to do. I expect, however, that any performant implementation of dumping an RDF graph or dataset is better done using a system's API as that is likely to have better performance and have more control over just what is being produced. peter On 6/11/21 8:07 AM, Martynas Jusevičius wrote: > Wouldn't SPARQL be a natural choice given that it's the "RDF query > language"? And platform-independent, compared to all language-specific > frameworks (rdflib, RDF4J, Jena etc.). > > On Tue, Jun 8, 2021 at 8:27 PM Peter Patel-Schneider > <pfpschneider@gmail.com> wrote: >> On Tue, 2021-06-08 at 12:15 +0200, Martynas Jusevičius wrote: >>> Peter, >>> >>> I have tried to implement your canonicalization algorithm as SPARQL: >> I hadn't thought of using SPARQL. My predelication would be to use >> some RDF library, such as Python's rdflib. >>
Received on Friday, 11 June 2021 13:15:38 UTC