Skip to content

Instantly share code, notes, and snippets.

@mjordan
Last active January 3, 2016 01:49
Show Gist options
  • Save mjordan/8391454 to your computer and use it in GitHub Desktop.
Save mjordan/8391454 to your computer and use it in GitHub Desktop.
Sample REL-EXT datastream
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:fedora="info:fedora/fedora-system:def/relations-external#"
xmlns:fedora-model="info:fedora/fedora-system:def/model#"
xmlns:islandora="http://islandora.ca/ontology/relsext#">
<rdf:Description rdf:about="info:fedora/changeme:2">
<fedora-model:hasModel rdf:resource="info:fedora/islandora:sp_basic_image">
</fedora-model:hasModel>
<fedora:isMemberOfCollection rdf:resource="info:fedora/islandora:sp_basic_image_collection">
</fedora:isMemberOfCollection>
</rdf:Description>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment