Mercurial > code > home > repos > rdfdb
changeset 2:33375313f7ed
version
Ignore-this: da5cf622186de71d8223ceab596330f1
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 19 Feb 2018 09:22:49 +0000 |
parents | 674833ada390 |
children | c8be6a92bcb8 |
files | rdfdb/patch.py setup.py |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rdfdb/patch.py Sun Feb 18 09:17:36 2018 +0000 +++ b/rdfdb/patch.py Mon Feb 19 09:22:49 2018 +0000 @@ -1,6 +1,8 @@ import json, unittest -from rdflib import ConjunctiveGraph, Graph, URIRef, URIRef as U, Literal -from light9.namespaces import XSD +from rdflib import ConjunctiveGraph, Graph, URIRef, URIRef as U, Literal, Namespace +XSD = Namespace("http://www.w3.org/2001/XMLSchema#") + + from rdfdb.rdflibpatch import graphFromNQuad, graphFromQuads, serializeQuad ALLSTMTS = (None, None, None)