summaryrefslogtreecommitdiff
path: root/tests/phpunit/data/xmp/7.xmp
blob: e18e13d9061a68b38909137d577fb5c019e41304 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d'?>
<x:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Image::ExifTool 7.30'>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>

 <rdf:Description rdf:about=''
  xmlns:aux='http://ns.adobe.com/exif/1.0/aux/'>
  <aux:OwnerName>Me!</aux:OwnerName>
 </rdf:Description>

 <rdf:Description rdf:about=''
  xmlns:cc='http://creativecommons.org/ns#'>
  <cc:license>http://creativecommons.com/cc-by-2.9</cc:license>
 </rdf:Description>

 <rdf:Description rdf:about=''
  xmlns:dc='http://purl.org/dc/elements/1.1/'>
  <dc:description>
   <rdf:Alt>
    <rdf:li xml:lang='x-default'>Test image for the cc: xmp: xmpRights: namespaces in xmp</rdf:li>
   </rdf:Alt>
  </dc:description>
  <dc:identifier>http://example.com/identifierurl/wrong</dc:identifier>
  <dc:title>
   <rdf:Alt>
    <rdf:li xml:lang='x-default'>xmp core/xmp rights/cc ns test</rdf:li>
   </rdf:Alt>
  </dc:title>
 </rdf:Description>

 <rdf:Description rdf:about=''
  xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
  <xmp:CreateDate>2005-04-03</xmp:CreateDate>
  <xmp:CreatorTool>The one true editor: Vi (ok i used gimp)</xmp:CreatorTool>
  <xmp:Identifier>
   <rdf:Bag>
    <rdf:li>http://example.com/identifierurl
</rdf:li>
    <rdf:li>urn:sha1:342524abcdef</rdf:li>
   </rdf:Bag>
  </xmp:Identifier>
  <xmp:Label>Test image</xmp:Label>
  <xmp:MetadataDate>2011-05-12</xmp:MetadataDate>
  <xmp:ModifyDate>2007-03-04T12:34:10-06:00</xmp:ModifyDate>
  <xmp:Nickname>My little xmp test image</xmp:Nickname>
  <xmp:Rating>7</xmp:Rating>
 </rdf:Description>

 <rdf:Description rdf:about=''
  xmlns:xmpRights='http://ns.adobe.com/xap/1.0/rights/'>
  <xmpRights:Certificate>http://example.com/rights-certificate/</xmpRights:Certificate>
  <xmpRights:Marked>True</xmpRights:Marked>
  <xmpRights:Owner>
   <rdf:Bag>
    <rdf:li>Bawolff is copyright owner</rdf:li>
   </rdf:Bag>
  </xmpRights:Owner>
  <xmpRights:UsageTerms>
   <rdf:Alt>
    <rdf:li xml:lang='x-default'>do whatever you want</rdf:li>
    <rdf:li xml:lang='en-GB'>Do whatever you want in british english</rdf:li>
   </rdf:Alt>
  </xmpRights:UsageTerms>
  <xmpRights:WebStatement>http://example.com/web_statement</xmpRights:WebStatement>
 </rdf:Description>
</rdf:RDF>
</x:xmpmeta>
<?xpacket end='r'?>