Commit Graph

4 Commits

Author SHA1 Message Date
Dan Kortschak
3593b1ee88 graph/formats/rdf: fix typo 2022-02-01 06:57:30 +10:30
Dan Kortschak
aad2065518 graph/formats/rdf: add equi-canonicalisation function 2021-09-28 08:29:48 +09:30
Dan Kortschak
0164be019d graph/formats/rdf: use isBlank and isIRI helpers 2021-06-12 21:18:28 +09:30
Dan Kortschak
d39af6a71b graph/formats/rdf: new package for RDF N-Quad parsing
This code is based on the RDF N-Quad parsing code that I wrote for the Cayley
graph database project in 2014. The code here does not include any code that
was written by other members of the Cayley project and so is unencumbered by
copyright ownership from that project.

License addition is for the test suite from [1] linked from [2]. A second more
restrictive license is possible if we are claiming spec compliance[3].

[1]https://www.w3.org/Consortium/Legal/2008/03-bsd-license
[2]https://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html
[3]https://www.w3.org/Consortium/Legal/2008/04-testsuite-license.html
2021-01-13 20:31:06 +10:30