]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - tests/phpunit/data/xmp/7.result.php
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / tests / phpunit / data / xmp / 7.result.php
1 <?php
2 $result = [
3         'xmp-exif' =>
4         [
5                 'CameraOwnerName' => 'Me!',
6         ],
7         'xmp-general' =>
8         [
9                 'LicenseUrl' => 'http://creativecommons.com/cc-by-2.9',
10                 'ImageDescription' =>
11                 [
12                         'x-default' => 'Test image for the cc: xmp: xmpRights: namespaces in xmp',
13                         '_type' => 'lang',
14                 ],
15                 'ObjectName' =>
16                 [
17                         'x-default' => 'xmp core/xmp rights/cc ns test',
18                         '_type' => 'lang',
19                 ],
20                 'DateTimeDigitized' => '2005:04:03',
21                 'Software' => 'The one true editor: Vi (ok i used gimp)',
22                 'Identifier' =>
23                 [
24                         0 => 'http://example.com/identifierurl',
25                         1 => 'urn:sha1:342524abcdef',
26                         '_type' => 'ul',
27                 ],
28                 'Label' => 'Test image',
29                 'DateTimeMetadata' => '2011:05:12',
30                 'DateTime' => '2007:03:04 06:34:10',
31                 'Nickname' => 'My little xmp test image',
32                 'Rating' => '5',
33                 'RightsCertificate' => 'http://example.com/rights-certificate/',
34                 'Copyrighted' => 'True',
35                 'CopyrightOwner' =>
36                 [
37                         0 => 'Bawolff is copyright owner',
38                         '_type' => 'ul',
39                 ],
40                 'UsageTerms' =>
41                 [
42                         'x-default' => 'do whatever you want',
43                         'en-gb' => 'Do whatever you want in british english',
44                         '_type' => 'lang',
45                 ],
46                 'WebStatement' => 'http://example.com/web_statement',
47         ],
48         'xmp-deprecated' =>
49         [
50                 'Identifier' => 'http://example.com/identifierurl/wrong',
51         ],
52 ];