Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created April 17, 2014 15:30
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 jcoyne/10992206 to your computer and use it in GitHub Desktop.
Save jcoyne/10992206 to your computer and use it in GitHub Desktop.
puts @book.orm.graph.dump(:ttl)
<> <http://fedora.info/definitions/v4/repository#created> "";
<info:fedora/fedora-system:def/relations-external#hasConstituent> <http://localhost:8983/fedora/rest/80/cf/92/c6/80cf92c6-3e97-49fa-a2a5-7fc01dafbc10>;
<http://localhost:8983/fedora/rest/a9/d6/82/9f/a9d6829f-98bb-4894-849b-26dd0c67b418> <http://fedora.info/definitions/v4/repository#created> "";
<info:fedora/fedora-system:def/relations-external#hasConstituent> <http://localhost:8983/fedora/rest/9f/9a/70/c1/9f9a70c1-b28d-4bb2-a6a3-eca2e9552888>;
@jcoyne
Copy link
Author

jcoyne commented Apr 17, 2014

It ends up combining, rather than overwriting:

   <info:fedora/fedora-system:def/relations-external#hasConstituent> <http://localhost:8983/fedora/rest/80/cf/92/c6/80cf92c6-3e97-49fa-a2a5-7fc01dafbc10>,
     <http://localhost:8983/fedora/rest/9f/9a/70/c1/9f9a70c1-b28d-4bb2-a6a3-eca2e9552888>;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment