Upload dc_elements_rawdata.json
Browse filesAdd the raw data of dc elements content.
- dc_elements_rawdata.json +92 -0
dc_elements_rawdata.json
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"URI": "http://purl.org/dc/elements/1.1/title",
|
4 |
+
"Label": "Title",
|
5 |
+
"Definition": "A name given to the resource.",
|
6 |
+
"Comment": "Property"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"URI": "http://purl.org/dc/elements/1.1/creator",
|
10 |
+
"Label": "Creator",
|
11 |
+
"Definition": "An entity primarily responsible for making the resource.",
|
12 |
+
"Comment": "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"URI": "http://purl.org/dc/elements/1.1/subject",
|
16 |
+
"Label": "Subject",
|
17 |
+
"Definition": "The topic of the resource.",
|
18 |
+
"Comment": "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary."
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"URI": "http://purl.org/dc/elements/1.1/description",
|
22 |
+
"Label": "Description",
|
23 |
+
"Definition": "An account of the resource.",
|
24 |
+
"Comment": "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"URI": "http://purl.org/dc/elements/1.1/publisher",
|
28 |
+
"Label": "Publisher",
|
29 |
+
"Definition": "An entity responsible for making the resource available.",
|
30 |
+
"Comment": "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity."
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"URI": "http://purl.org/dc/elements/1.1/contributor",
|
34 |
+
"Label": "Contributor",
|
35 |
+
"Definition": "An entity responsible for making contributions to the resource.",
|
36 |
+
"Comment": "The guidelines for using names of persons or organizations as creators also apply to contributors. Typically, the name of a Contributor should be used to indicate the entity."
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"URI": "http://purl.org/dc/elements/1.1/date",
|
40 |
+
"Label": "Date",
|
41 |
+
"Definition": "A point or period of time associated with an event in the lifecycle of the resource.",
|
42 |
+
"Comment": "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [ISO 8601-1] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [W3CDTF] or the Extended Date/Time Format Specification [EDTF]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing."
|
43 |
+
},
|
44 |
+
{
|
45 |
+
"URI": "http://purl.org/dc/elements/1.1/type",
|
46 |
+
"Label": "Type",
|
47 |
+
"Definition": "The nature or genre of the resource.",
|
48 |
+
"Comment": "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMI-TYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element."
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"URI": "http://purl.org/dc/elements/1.1/format",
|
52 |
+
"Label": "Format",
|
53 |
+
"Definition": "The file format, physical medium, or dimensions of the resource.",
|
54 |
+
"Comment": "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [MIME]."
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"URI": "http://purl.org/dc/elements/1.1/identifier",
|
58 |
+
"Label": "Identifier",
|
59 |
+
"Definition": "An unambiguous reference to the resource within a given context.",
|
60 |
+
"Comment": "Recommended practice is to identify the resource by means of a string conforming to an identification system."
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"URI": "http://purl.org/dc/elements/1.1/source",
|
64 |
+
"Label": "Source",
|
65 |
+
"Definition": "A related resource from which the described resource is derived.",
|
66 |
+
"Comment": "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system."
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"URI": "http://purl.org/dc/elements/1.1/language",
|
70 |
+
"Label": "Language",
|
71 |
+
"Definition": "A language of the resource.",
|
72 |
+
"Comment": "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [IETF-BCP47] language tag."
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"URI": "http://purl.org/dc/elements/1.1/relation",
|
76 |
+
"Label": "Relation",
|
77 |
+
"Definition": "A related resource.",
|
78 |
+
"Comment": "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided."
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"URI": "http://purl.org/dc/elements/1.1/coverage",
|
82 |
+
"Label": "Coverage",
|
83 |
+
"Definition": "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.",
|
84 |
+
"Comment": "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges."
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"URI": "http://purl.org/dc/elements/1.1/rights",
|
88 |
+
"Label": "Rights",
|
89 |
+
"Definition": "Information about rights held in and over the resource.",
|
90 |
+
"Comment": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."
|
91 |
+
}
|
92 |
+
]
|