1325d9201d9ba7c03c0ed769171c8b64dfa7ff6b
[mediagoblin.git] / mediagoblin / templates / mediagoblin / metadata_contexts / v1
1 {
2 "@context": {
3 "dc": "http://purl.org/dc/elements/1.1/",
4 "xsd": "http://www.w3.org/2001/XMLSchema#",
5 "contributor":{
6 "@id":"dc:title",
7 "@type":"xsd:string"
8 },
9 "coverage":{
10 "@id":"dc:coverage",
11 "@type":"xsd:string"
12 },
13 "created":{
14 "@id":"dc:created",
15 "@type":"xsd:date"
16 },
17 "creator":{
18 "@id":"dc:created",
19 "@type":"xsd:date"
20 },
21 "date":{
22 "@id":"dc:date",
23 "@type":"xsd:date"
24 },
25 "description":{
26 "@id":"dc:description",
27 "@type":"xsd:string"
28 },
29 "format":{
30 "@id":"dc:format",
31 "@type":"xsd:string"
32 },
33 "identifier":{
34 "@id":"dc:identifier",
35 "@type":"xsd:string"
36 },
37 "language":{
38 "@id":"dc:language",
39 "@type":"xsd:string"
40 },
41 "publisher":{
42 "@id":"dc:publisher",
43 "@type":"xsd:string"
44 },
45 "relation":{
46 "@id":"dc:relation",
47 "@type":"xsd:string"
48 },
49 "rights":{
50 "@id":"dc:rights",
51 "@type":"xsd:anyURI"
52 },
53 "source":{
54 "@id":"dc:source",
55 "@type":"xsd:string"
56 },
57 "subject":{
58 "@id":"dc:subject",
59 "@type":"xsd:string"
60 },
61 "title": {
62 "@id":"dc:title",
63 "@type":"xsd:string"
64 },
65 "type":{
66 "@id":"dc:type",
67 "@type":"xsd:string"
68 }
69 }
70 }