You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.6 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
<!-- using "xmp:xmpmeta" instead of the usual "x:xmpmeta" -->
<xmp:xmpmeta xmlns:xmp='adobe:ns:meta/' xmp:xmptk='Image::ExifTool 9.97'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!-- a non-standard namespace -->
<rdf:Description rdf:about=''
xmlns:xxxx='http://testtag.com/fish/1.0/'>
<xxxx:Test>trout</xxxx:Test>
</rdf:Description>
<!-- a non-standard namespace using an already defined non-standard prefix -->
<rdf:Description rdf:about=''
xmlns:xxxx='http://testtag.com/feline/1.0/'>
<xxxx:Test>tabby</xxxx:Test>
</rdf:Description>
<!-- a standard namespace using the proper (but already defined) standard prefix -->
<rdf:Description rdf:about=''
xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
<xmp:Rating>2</xmp:Rating>
</rdf:Description>
<!-- another standard namespace using the same prefix -->
<rdf:Description rdf:about=''
xmlns:xmp='http://purl.org/dc/elements/1.1/'>
<xmp:subject>
<rdf:Bag>
<rdf:li>x</rdf:li>
</rdf:Bag>
</xmp:subject>
</rdf:Description>
<!-- an already-used standard namespace with a different prefix and a non-standard rdf prefix -->
<!-- (note: ExifTool currently processes attributes in order, even though the scope of the xmlns
should be from the beginning of the element, which is why "z:about" won't yet work below) -->
<z:Description rdf:about=''
xmlns:y='http://purl.org/dc/elements/1.1/'
xmlns:z='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<y:title>
<z:Alt>
<z:li xml:lang='x-default'>a title</z:li>
</z:Alt>
</y:title>
</z:Description>
</rdf:RDF>
</xmp:xmpmeta>
<?xpacket end='w'?>