Skip to content

Instantly share code, notes, and snippets.

@edsu
Created February 2, 2010 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edsu/292958 to your computer and use it in GitHub Desktop.
Save edsu/292958 to your computer and use it in GitHub Desktop.
Failed example:
print triples_to_n3(cg2-cg1)
Expected:
<http://example.org> <http://example.org/ns#rel> <http://example.org/b> .
<http://example.org> <http://example.org/ns#rel> _:cb1634787881 .
_:cb1634787881 <http://example.org/ns#label> "B" .
Got:
<http://example.org> <http://example.org/ns#rel> <http://example.org/b> .
<http://example.org> <http://example.org/ns#rel> _:cb8496374808470151721 .
_:cb8496374808470151721 <http://example.org/ns#label> "B" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment