Last active
January 3, 2016 01:49
-
-
Save mjordan/8391454 to your computer and use it in GitHub Desktop.
Sample REL-EXT datastream
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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