<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Digital Preservation Q&amp;A - Recent questions tagged metadata</title>
<link>https://qanda.digipres.org/tag/metadata</link>
<description>Powered by Question2Answer</description>
<item>
<title>How/where to store metadata about optical media sector layout in METS/PREMIS</title>
<link>https://qanda.digipres.org/1146/where-store-metadata-about-optical-media-sector-layout-premis</link>
<description>&lt;p&gt;
	I'm drafting a METS/PREMIS profile for images/rips of optical media images (ISOs for data sessions; WAV or FLAC files for audio). One of the pieces of metadata I'd like to include is the output of the &lt;a href=&quot;https://linux.die.net/man/1/cd-info&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;cd-info tool&lt;/span&gt;&lt;/a&gt;, which contains information about the sector layout of the disc. Here's an example:&lt;br&gt;
	&lt;br&gt;
	&lt;a href=&quot;https://gist.github.com/bitsgalore/9a2838481574c040f7c4b7da4ed59926&quot; rel=&quot;nofollow&quot;&gt;https://gist.github.com/bitsgalore/9a2838481574c040f7c4b7da4ed59926&lt;/a&gt;&lt;br&gt;
	&lt;br&gt;
	However I'm unsure how (and where) to store this info in METS. My initial idea was something like this:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
		Create a METS &lt;span style=&quot;font-style: italic;&quot;&gt;techMD&lt;/span&gt; element which is associated with the structmap &lt;span style=&quot;font-style: italic;&quot;&gt;div&lt;/span&gt; element that encompasses all files that were extracted from the physical disc (typically one ISO image and/or multiple audio files).&lt;/li&gt;
	&lt;li&gt;
		Inside this &lt;span style=&quot;font-style: italic;&quot;&gt;techMD &lt;/span&gt;element, create a PREMIS&amp;nbsp; &lt;span style=&quot;font-style: italic;&quot;&gt;OBJECT&lt;/span&gt; instance with &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;&lt;span style=&quot;color: rgb(0, 128, 0);&quot;&gt;xsi:type=&quot;premis:representation&quot;&lt;/span&gt;&lt;/span&gt; (since it describes &lt;span style=&quot;font-weight: bold;&quot;&gt;the disc as a whole&lt;/span&gt;, and not an individual ISO image or audio file!)&amp;nbsp;&lt;/li&gt;
	&lt;li&gt;
		Then use PREMIS unit 1.5.7 &lt;span style=&quot;font-style: italic;&quot;&gt;objectCharacteristicsExtension&lt;/span&gt; as a container for wrapping the iso-info output.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
	&lt;br&gt;
	The problem here is that the &lt;a href=&quot;https://www.loc.gov/standards/premis/v3/premis-3-0-datadictionary-only.pdf&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;PREMIS 3.0 data dictionary&lt;/span&gt;&lt;/a&gt; says that the &lt;span style=&quot;font-style: italic;&quot;&gt;objectCharacteristicsExtension&lt;/span&gt; unit (and also its parent unit 1.5 &lt;span style=&quot;font-style: italic;&quot;&gt;objectCharacteristics&lt;/span&gt;) is &quot;Not Applicable&quot; for the intellectual Entity and Representation object types!&lt;br&gt;
	&lt;br&gt;
	This makes me wonder how others are handling this. Is this an oversight of PREMIS, or is there some other (possibly&amp;nbsp;&lt;br&gt;
	better) way to do this that I've overlooked?&lt;br&gt;
	&lt;br&gt;
	Any suggestions appreciated!&lt;/p&gt;</description>
<guid isPermaLink="true">https://qanda.digipres.org/1146/where-store-metadata-about-optical-media-sector-layout-premis</guid>
<pubDate>Mon, 05 Feb 2018 16:09:33 +0000</pubDate>
</item>
<item>
<title>Best method to record track playing order for ripped audio CDs</title>
<link>https://qanda.digipres.org/1082/best-method-record-track-playing-order-for-ripped-audio-cds</link>
<description>&lt;div id=&quot;preview&quot;&gt;
	&lt;p&gt;
		Although there’s quite a bit of info on the web on audio CD preservation, most of the resources I found tend to focus on the audio ripping process. However, when you rip a CD to a bunch of audio files, it’s important that the original playing order of the tracks is recorded somewhere. Of course you can (and should!) do this at the preservation metadata level, but for access you also want to have some mechanism that allows an end user to hear the individual tracks in their original playing order (e.g. in a multimedia player application). From the top of my head I can think of 2 general approaches to achieve this:&lt;/p&gt;
	&lt;ol&gt;
		&lt;li&gt;
			Record the playing order inside the audio files themselves, e.g. using “Track Number” tags that are embedded as &lt;a href=&quot;http://www.sno.phy.queensu.ca/%7Ephil/exiftool/TagNames/RIFF.html#Info&quot; rel=&quot;nofollow&quot;&gt;&lt;em&gt;RIFF Info&lt;/em&gt;&lt;/a&gt; or &lt;a href=&quot;https://en.wikipedia.org/wiki/ID3&quot; rel=&quot;nofollow&quot;&gt;&lt;em&gt;ID3&lt;/em&gt;&lt;/a&gt; tags.&lt;/li&gt;
		&lt;li&gt;
			Use a separate play list file. For this &lt;a href=&quot;https://en.wikipedia.org/wiki/Playlist#Types_of_playlist_files&quot; rel=&quot;nofollow&quot;&gt;several formats&lt;/a&gt; exist, such as &lt;a href=&quot;https://en.wikipedia.org/wiki/M3U&quot; rel=&quot;nofollow&quot;&gt;&lt;em&gt;M3U&lt;/em&gt;&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/XML_Shareable_Playlist_Format&quot; rel=&quot;nofollow&quot;&gt;XSPF&lt;/a&gt;.&lt;/li&gt;
	&lt;/ol&gt;
	&lt;p&gt;
		The main problem I see is that all of the above methods are supported by some players (and not by others), but I have have some difficulty in judging which approach would ensure the most widespread support. This made me wonder if there are any recommended best practices for this? What are other people doing?&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://qanda.digipres.org/1082/best-method-record-track-playing-order-for-ripped-audio-cds</guid>
<pubDate>Tue, 20 Oct 2015 13:52:30 +0000</pubDate>
</item>
<item>
<title>Tool(s) for extracting administrative metadata from WARC?</title>
<link>https://qanda.digipres.org/779/tool-s-for-extracting-administrative-metadata-from-warc</link>
<description>I'm researching best practices for administrative metadata--preservation metadata in particular--for web archives. So far I've found some very helpful rationales and schemas, all PREMIS-in-METS-based, but I haven't seen anything that directly explains how one gets from point A to point B. That is, I haven't seen any descriptions of the steps nor the tools used to actually extract this type of metadata (or as much as can reasonably be gleaned) from WARCs. Have you? Have you extracted administrative metadata from your WARCs and lived to tell the tale? I'd love to know what you used and what you thought of the process.</description>
<guid isPermaLink="true">https://qanda.digipres.org/779/tool-s-for-extracting-administrative-metadata-from-warc</guid>
<pubDate>Thu, 29 Jan 2015 07:08:14 +0000</pubDate>
</item>
<item>
<title>What is a good way to record information about the funding of a preservation project?</title>
<link>https://qanda.digipres.org/540/good-record-information-about-funding-preservation-project</link>
<description>Many digital preservation projects are funded by grants or donation. Analogous to naming a reading room, marking a shelf with a brass plaque, or placing a sticker in the book, I think it's important to recognize these contributions with something. Metadata seems like a good place to record this. For example,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;agent&amp;gt;&amp;lt;agentName&amp;gt;Digital forensics workstation&amp;lt;/agentName&amp;gt;&amp;lt;donor&amp;gt;Generous foundation&amp;lt;/donor&amp;gt;&amp;lt;agent&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;event&amp;gt;&amp;lt;eventType&amp;gt;Digitization&amp;lt;/eventType&amp;gt;&amp;lt;funder&amp;gt;NHPRC&amp;lt;/funder&amp;gt;&amp;lt;/event&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;collection&amp;gt;&amp;lt;name&amp;gt;Famous writer's hard drive&amp;lt;/name&amp;gt;&amp;lt;creator&amp;gt;Famous writer&amp;lt;/creator&amp;gt;&amp;lt;donor&amp;gt;Person who purchased collection at auction&amp;lt;/donor&amp;gt;&amp;lt;/collection&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I scanned through PREMIS, METS, and EAD, but couldn't find anything. Does anyone record this information in a structured way and can they share advice on how they do it?</description>
<guid isPermaLink="true">https://qanda.digipres.org/540/good-record-information-about-funding-preservation-project</guid>
<pubDate>Fri, 07 Nov 2014 17:41:37 +0000</pubDate>
</item>
<item>
<title>What is &quot;Preservation Metadata&quot;?</title>
<link>https://qanda.digipres.org/31/what-is-preservation-metadata</link>
<description>I often see 'preservation metadata' used in sentences which suggest it is distinct from other types of metadata, e.g. distinct from 'descriptive', 'structural', 'rights' or 'technical' metadata. However, it would seem that these &amp;quot;other&amp;quot; forms of metadata also have a part to play in preserving digital material, for example technical metadata about an image's dimensions could be used within Quality Assurance processes.&lt;br /&gt;
&lt;br /&gt;
So, is 'preservation metadata' a distinct class/set of metadata? And if so, what does that set constitute?&lt;br /&gt;
&lt;br /&gt;
Or should 'preservation metadata' be used to cover all metadata useful for preserving material, irrespective of whether it is 'descriptive', 'techincal', etc.?</description>
<guid isPermaLink="true">https://qanda.digipres.org/31/what-is-preservation-metadata</guid>
<pubDate>Wed, 14 May 2014 12:10:13 +0000</pubDate>
</item>
</channel>
</rss>