XMP6.xmp 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
  2. <!-- using "xmp:xmpmeta" instead of the usual "x:xmpmeta" -->
  3. <xmp:xmpmeta xmlns:xmp='adobe:ns:meta/' xmp:xmptk='Image::ExifTool 9.97'>
  4. <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
  5. <!-- a non-standard namespace -->
  6. <rdf:Description rdf:about=''
  7. xmlns:xxxx='http://testtag.com/fish/1.0/'>
  8. <xxxx:Test>trout</xxxx:Test>
  9. </rdf:Description>
  10. <!-- a non-standard namespace using an already defined non-standard prefix -->
  11. <rdf:Description rdf:about=''
  12. xmlns:xxxx='http://testtag.com/feline/1.0/'>
  13. <xxxx:Test>tabby</xxxx:Test>
  14. </rdf:Description>
  15. <!-- a standard namespace using the proper (but already defined) standard prefix -->
  16. <rdf:Description rdf:about=''
  17. xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
  18. <xmp:Rating>2</xmp:Rating>
  19. </rdf:Description>
  20. <!-- another standard namespace using the same prefix -->
  21. <rdf:Description rdf:about=''
  22. xmlns:xmp='http://purl.org/dc/elements/1.1/'>
  23. <xmp:subject>
  24. <rdf:Bag>
  25. <rdf:li>x</rdf:li>
  26. </rdf:Bag>
  27. </xmp:subject>
  28. </rdf:Description>
  29. <!-- an already-used standard namespace with a different prefix and a non-standard rdf prefix -->
  30. <!-- (note: ExifTool currently processes attributes in order, even though the scope of the xmlns
  31. should be from the beginning of the element, which is why "z:about" won't yet work below) -->
  32. <z:Description rdf:about=''
  33. xmlns:y='http://purl.org/dc/elements/1.1/'
  34. xmlns:z='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
  35. <y:title>
  36. <z:Alt>
  37. <z:li xml:lang='x-default'>a title</z:li>
  38. </z:Alt>
  39. </y:title>
  40. </z:Description>
  41. </rdf:RDF>
  42. </xmp:xmpmeta>
  43. <?xpacket end='w'?>