Skip to content

Instantly share code, notes, and snippets.

@mjordan
Last active January 25, 2023 15:50
Show Gist options
  • Save mjordan/86047c0b799f38e2ec86dd8d5453f9c2 to your computer and use it in GitHub Desktop.
Save mjordan/86047c0b799f38e2ec86dd8d5453f9c2 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom" xmlns:doc="http://www.lyncode.com/xoai" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:oreatom="http://www.openarchives.org/ore/atom/" xmlns:ore="http://www.openarchives.org/ore/terms/" schemaLocation="http://www.w3.org/2005/Atom http://www.kbcafe.com/rss/atom.xsd.xml">
<atom:id>http://hdl.handle.net/10294/3386/ore.xml</atom:id>
<atom:link rel="alternate" href="http://hdl.handle.net/10294/3386"/>
<atom:link rel="http://www.openarchives.org/ore/terms/describes" href="http://hdl.handle.net/10294/3386/ore.xml"/>
<atom:link type="application/atom+xml" rel="self" href="http://hdl.handle.net/10294/3386/ore.xml#atom"/>
<atom:published>2011-07-11T02:23:04Z</atom:published>
<atom:updated>2011-07-11T02:23:04Z</atom:updated>
<atom:source>
<atom:generator>oURspace</atom:generator>
</atom:source>
<atom:title>Another Radio is Possible: Community Radio, Media Reform and Social Change in Thailand</atom:title>
<atom:author>
<atom:name>Elliott, Patricia W.</atom:name>
</atom:author>
<atom:category label="Aggregation" term="http://www.openarchives.org/ore/terms/Aggregation" scheme="http://www.openarchives.org/ore/terms/"/>
<atom:category scheme="http://www.openarchives.org/ore/atom/modified" term="2011-07-11T02:23:04Z"/>
<atom:category label="DSpace Item" term="DSpaceItem" scheme="http://www.dspace.org/objectModel/"/>
<atom:link rel="http://www.openarchives.org/ore/terms/aggregates" href="http://ourspace.uregina.ca:8080/xmlui/bitstream/10294/3386/1/Another%20Radio%20Is%20Possible.pdf" title="Another Radio Is Possible.pdf" type="application/pdf" length="462315"/>
<oreatom:triples>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="http://hdl.handle.net/10294/3386/ore.xml#atom">
<rdf:type rdf:resource="http://www.dspace.org/objectModel/DSpaceItem"/>
<dcterms:modified>2011-07-11T02:23:04Z</dcterms:modified>
</rdf:Description>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="http://ourspace.uregina.ca:8080/xmlui/bitstream/10294/3386/1/Another%20Radio%20Is%20Possible.pdf">
<rdf:type rdf:resource="http://www.dspace.org/objectModel/DSpaceBitstream"/>
<dcterms:description>ORIGINAL</dcterms:description>
</rdf:Description>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="http://ourspace.uregina.ca:8080/xmlui/bitstream/10294/3386/2/license_url">
<rdf:type rdf:resource="http://www.dspace.org/objectModel/DSpaceBitstream"/>
<dcterms:description>CC-LICENSE</dcterms:description>
</rdf:Description>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="http://ourspace.uregina.ca:8080/xmlui/bitstream/10294/3386/3/license_text">
<rdf:type rdf:resource="http://www.dspace.org/objectModel/DSpaceBitstream"/>
<dcterms:description>CC-LICENSE</dcterms:description>
</rdf:Description>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="http://ourspace.uregina.ca:8080/xmlui/bitstream/10294/3386/4/license_rdf">
<rdf:type rdf:resource="http://www.dspace.org/objectModel/DSpaceBitstream"/>
<dcterms:description>CC-LICENSE</dcterms:description>
</rdf:Description>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="http://ourspace.uregina.ca:8080/xmlui/bitstream/10294/3386/5/license.txt">
<rdf:type rdf:resource="http://www.dspace.org/objectModel/DSpaceBitstream"/>
<dcterms:description>LICENSE</dcterms:description>
</rdf:Description>
<rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdf:about="http://ourspace.uregina.ca:8080/xmlui/bitstream/10294/3386/6/Another%20Radio%20Is%20Possible.pdf.txt">
<rdf:type rdf:resource="http://www.dspace.org/objectModel/DSpaceBitstream"/>
<dcterms:description>TEXT</dcterms:description>
</rdf:Description>
</oreatom:triples>
</atom:entry>
@mjordan
Copy link
Author

mjordan commented May 31, 2017

I emailed LAC to ask the following questions:

  1. Are there any items in oreatom:triples that are mandatory other than ORIGINAL? In other words, do you require LICENCE or TEXT entries? Related, what if the thesis has supplemental data files like Excel, image, etc. Do you want triples for each of those as well?

  2. Each of these triples has a <rdf:type rdf:resource="http://www.dspace.org/objectModel/DSpaceBitstream" /> child element. For repositories like Islandora and Hydra, what <rdf:type rdf:resource> values do you expect here? Can each repository platform make up its own or should we just use <rdf:type rdf:resource="http://www.dspace.org/objectModel/DSpaceBitstream" />?

@mjordan
Copy link
Author

mjordan commented Jun 1, 2017

Here's UAlberta's prototype ORE record (in Hydra context): https://github.com/ualbertalib/metadata/blob/master/metadata-wrangling/era_ore_example.xml

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