-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataset_example.json
More file actions
130 lines (130 loc) · 3.34 KB
/
Copy pathdataset_example.json
File metadata and controls
130 lines (130 loc) · 3.34 KB
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
{
"resource": {
"-xmlns": "http://datacite.org/schema/kernel-3",
"-xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
"-xsi:schemaLocation": "http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd",
"identifier": {
"-identifierType": "DOI",
"#text": "10.5072/example-full"
},
"creators": {
"creator": {
"creatorName": "Miller, Elizabeth",
"nameIdentifier": {
"-schemeURI": "http://orcid.org/",
"-nameIdentifierScheme": "ORCID",
"#text": "0000-0001-5000-0007"
},
"affiliation": "DataCite"
}
},
"titles": {
"title": [
{
"-xml:lang": "en-us",
"#text": "Full DataCite XML Example"
},
{
"-xml:lang": "en-us",
"-titleType": "Subtitle",
"#text": "Demonstration of DataCite Properties."
}
]
},
"publisher": "DataCite",
"publicationYear": "2014",
"subjects": {
"subject": {
"-xml:lang": "en-us",
"-schemeURI": "http://dewey.info/",
"-subjectScheme": "dewey",
"#text": "000 computer science"
}
},
"contributors": {
"contributor": {
"-contributorType": "ProjectLeader",
"contributorName": "Starr, Joan",
"nameIdentifier": {
"-schemeURI": "http://orcid.org/",
"-nameIdentifierScheme": "ORCID",
"#text": "0000-0002-7285-027X"
},
"affiliation": "California Digital Library"
}
},
"dates": {
"date": {
"-dateType": "Updated",
"#text": "2014-10-17"
}
},
"language": "en-us",
"resourceType": {
"-resourceTypeGeneral": "Software",
"#text": "XML"
},
"alternateIdentifiers": {
"alternateIdentifier": {
"-alternateIdentifierType": "URL",
"#text": "http://schema.datacite.org/schema/meta/kernel-3.1/example/datacite-example-full-v3.1.xml"
}
},
"relatedIdentifiers": {
"relatedIdentifier": [
{
"-relatedIdentifierType": "URL",
"-relationType": "HasMetadata",
"-relatedMetadataScheme": "citeproc+json",
"-schemeURI": "https://github.com/citation-style-language/schema/raw/master/csl-data.json",
"#text": "http://data.datacite.org/application/citeproc+json/10.5072/example-full"
},
{
"-relatedIdentifierType": "arXiv",
"-relationType": "IsReviewedBy",
"#text": "arXiv:0706.0001"
}
]
},
"sizes": {
"size": "3KB"
},
"formats": {
"format": "application/xml"
},
"version": "3.1",
"rightsList": {
"rights": {
"-rightsURI": "http://creativecommons.org/publicdomain/zero/1.0/",
"#text": "CC0 1.0 Universal"
}
},
"descriptions": {
"description": {
"-xml:lang": "en-us",
"-descriptionType": "Abstract",
"#text": "
XML
example
of
all
DataCite
Metadata
Schema
v3
.
1
properties
.
"
}
},
"geoLocations": {
"geoLocation": {
"geoLocationPoint": "31.233 -67.302",
"geoLocationBox": "41.090 -71.032 42.893 -68.211",
"geoLocationPlace": "Atlantic Ocean"
}
}
}
}