-
Notifications
You must be signed in to change notification settings - Fork 3
/
dc_properties_view.json
160 lines (160 loc) · 4.21 KB
/
dc_properties_view.json
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
[
{
"id": "dividerDublinCore",
"displayName": "Dublin Core Namespace",
"type": "Divider",
"dependencies": []
},
{
"id": "dc:title",
"displayName": "Title",
"namespace": "http://purl.org/dc/elements/1.1/",
"prefix": "dc",
"propertyName": "title",
"type": "Text",
"readOnly": false,
"dependencies": []
},
{
"id": "dc:creator",
"displayName": "Creator",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "creator",
"type": "MultiText",
"readOnly": false,
"dependencies": [],
"arrayType": "seq"
},
{
"id": "dc:subject",
"displayName": "Subject",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "subject",
"type": "MultiText",
"readOnly": false,
"dependencies": []
},
{
"id": "dc:description",
"displayName": "Description",
"namespace": "http://purl.org/dc/elements/1.1/",
"prefix": "dc",
"propertyName": "description",
"type": "Text",
"readOnly": false,
"dependencies": []
},
{
"id": "dc:publisher",
"displayName": "Publisher",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "publisher",
"type": "MultiText",
"readOnly": false,
"dependencies": []
},
{
"id": "dc:contributor",
"displayName": "Contributor",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "contributor",
"type": "MultiText",
"readOnly": false,
"dependencies": []
},
{
"id": "dc:coverage",
"displayName": "Coverage",
"namespace": "http://purl.org/dc/elements/1.1/",
"prefix": "dc",
"propertyName": "coverage",
"type": "Text",
"readOnly": false,
"dependencies": []
},
{
"id": "dc:date",
"displayName": "Date",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "date",
"type": "MultiText",
"readOnly": false,
"dependencies": [],
"arrayType": "seq"
},
{
"id": "dc:type",
"displayName": "Type",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "type",
"type": "MultiText",
"readOnly": false,
"dependencies": []
},
{
"id": "dc:format",
"displayName": "Format",
"namespace": "http://purl.org/dc/elements/1.1/",
"prefix": "dc",
"propertyName": "format",
"type": "Text",
"readOnly": true,
"dependencies": []
},
{
"id": "dc:rights",
"displayName": "Copyright Notice",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "rights",
"type": "Text",
"readOnly": false,
"dependencies": []
},
{
"id": "dc:source",
"displayName": "Source",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "source",
"type": "Text",
"readOnly": false,
"dependencies": []
},
{
"id": "dc:language",
"displayName": "Language",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "language",
"type": "MultiText",
"readOnly": true,
"dependencies": []
},
{
"id": "dc:relation",
"displayName": "Relation",
"prefix": "dc",
"namespace": "http://purl.org/dc/elements/1.1/",
"propertyName": "relation",
"type": "MultiText",
"readOnly": false,
"dependencies": []
},
{
"id": "dc:identifier",
"displayName": "Identifier",
"namespace": "http://purl.org/dc/elements/1.1/",
"prefix": "dc",
"propertyName": "identifier",
"type": "Text",
"readOnly": false,
"dependencies": []
}
]