Skip to content

Commit

Permalink
ClosedNamespace.uri no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
joernhees committed Feb 15, 2016
1 parent 9923887 commit 1ce951b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/plugins/sparql/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


# closed namespace, langString isn't in it
RDF_langString = URIRef(RDF.uri + "langString")
RDF_langString = URIRef(str(RDF) + "langString")


def Builtin_IRI(expr, ctx):
Expand Down

0 comments on commit 1ce951b

Please sign in to comment.