25 lines
964 B
XML
25 lines
964 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<audioClip>
|
|
<metadata
|
|
xmlns="http://mdlf.org/livesupport/elements/1.0/"
|
|
xmlns:ls="http://mdlf.org/livesupport/elements/1.0/"
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:dcterms="http://purl.org/dc/terms/"
|
|
xmlns:xml="http://www.w3.org/XML/1998/namespace"
|
|
>
|
|
<dc:title>File Title txt</dc:title>
|
|
<dcterms:alternative>Alternative File Title ín sőmé %$#@* LÁNGŰAGÉ</dcterms:alternative>
|
|
<dc:subject>Keywords: qwe, asd, zcx</dc:subject>
|
|
<dc:description>Abstract txt</dc:description>
|
|
<dc:date>2004-05-21</dc:date>
|
|
<ls:genre>Folk</ls:genre>
|
|
<dc:format>audio/mpeg</dc:format>
|
|
<dcterms:extent>00:00:03.000000</dcterms:extent>
|
|
<!-- <dcterms:medium>online</dcterms:medium>-->
|
|
<dc:identifier>gunid here</dc:identifier>
|
|
<dcterms:spatial>Spatial Coverage</dcterms:spatial>
|
|
<dcterms:temporal>Temporal Covarage</dcterms:temporal>
|
|
<dc:creator>John X1</dc:creator>
|
|
</metadata>
|
|
</audioClip>
|