-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.xmp
50 lines (49 loc) · 2.18 KB
/
test.xmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.6.0">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ablFR="https://ns.ableton.com/xmp/fs-resources/1.0/"
xmlns:xmp="http://ns.adobe.com/xap/1.0/">
<dc:format>application/vnd.ableton.folder</dc:format>
<ablFR:resource>folder</ablFR:resource>
<ablFR:platform>mac</ablFR:platform>
<ablFR:items>
<rdf:Bag>
<rdf:li rdf:parseType="Resource">
<ablFR:filePath>Sample 1.wav</ablFR:filePath>
<ablFR:keywords>
<rdf:Bag>
<rdf:li>Drums|Kick</rdf:li>
<rdf:li>Source|Somewhere</rdf:li>
<rdf:li>Type|One Shot</rdf:li>
<rdf:li>Character|Distorted</rdf:li>
</rdf:Bag>
</ablFR:keywords>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<ablFR:filePath>Sample ' 2.wav</ablFR:filePath>
<ablFR:keywords>
<rdf:Bag>
<rdf:li>Drums|Kick</rdf:li>
<rdf:li>Source|Maschine Expansions</rdf:li>
<rdf:li>Type|One Shot</rdf:li>
</rdf:Bag>
</ablFR:keywords>
</rdf:li>
<rdf:li rdf:parseType="Resource">
<ablFR:filePath>Sample with > xml entities.wav</ablFR:filePath>
<ablFR:keywords>
<rdf:Bag>
<rdf:li>Drums|Snare</rdf:li>
<rdf:li>Type|One Shot</rdf:li>
</rdf:Bag>
</ablFR:keywords>
</rdf:li>
</rdf:Bag>
</ablFR:items>
<xmp:CreatorTool>Updated by Ableton Index 12.0</xmp:CreatorTool>
<xmp:CreateDate>2024-03-13T22:48:47+01:00</xmp:CreateDate>
<xmp:MetadataDate>2024-03-13T22:57:11+01:00</xmp:MetadataDate>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>