1
+ {
2
+ "@context" : " http://schema.org" ,
3
+ "@type" : " Project" ,
4
+ "@id" : " https://doi.org/10.82433/b09z-4k37" ,
5
+ "additionalType" : " Research Project" ,
6
+ "name" : " Example Title" ,
7
+ "author" : [
8
+ {
9
+ "name" : " ExampleGivenName ExampleFamilyName" ,
10
+ "givenName" : " ExampleGivenName" ,
11
+ "familyName" : " ExampleFamilyName" ,
12
+ "affiliation" : {
13
+ "@type" : " Organization" ,
14
+ "@id" : " https://ror.org/04wxnsj81" ,
15
+ "name" : " ExampleAffiliation"
16
+ },
17
+ "@type" : " Person" ,
18
+ "@id" : " https://orcid.org/0000-0001-5727-2427"
19
+ },
20
+ {
21
+ "name" : " ExampleOrganization" ,
22
+ "@type" : " Organization" ,
23
+ "@id" : " https://ror.org/04wxnsj81"
24
+ }
25
+ ],
26
+ "editor" : [
27
+ {
28
+ "name" : " Jane Doe" ,
29
+ "givenName" : " Jane" ,
30
+ "familyName" : " Doe" ,
31
+ "affiliation" : {
32
+ "@type" : " Organization" ,
33
+ "@id" : " https://ror.org/04wxnsj81" ,
34
+ "name" : " ExampleAffiliation"
35
+ },
36
+ "@type" : " Person" ,
37
+ "@id" : " https://orcid.org/0000-0003-1419-2405"
38
+ },
39
+ {
40
+ "name" : " John Smith" ,
41
+ "givenName" : " John" ,
42
+ "familyName" : " Smith" ,
43
+ "affiliation" : {
44
+ "@type" : " Organization" ,
45
+ "@id" : " https://ror.org/04wxnsj81" ,
46
+ "name" : " ExampleAffiliation"
47
+ },
48
+ "@type" : " Person"
49
+ }
50
+ ],
51
+ "translator" : {
52
+ "name" : " Cody" ,
53
+ "givenName" : " Cody" ,
54
+ "familyName" : " Ross" ,
55
+ "affiliation" : {
56
+ "@type" : " Organization" ,
57
+ "@id" : " https://ror.org/04wxnsj81" ,
58
+ "name" : " ExampleAffiliation"
59
+ },
60
+ "@type" : " Person" ,
61
+ "@id" : " https://orcid.org/0000-0003-1419-2405"
62
+ },
63
+ "description" : " This dataset illustrates the use of new DataCite fields, including Project and Award resource types, RRID, CSTR, Translator, and others." ,
64
+ "license" : " https://creativecommons.org/licenses/by/4.0/legalcode" ,
65
+ "version" : " 1" ,
66
+ "keywords" : " FOS: Computer and information sciences, FOS: Computer and information sciences, Digital curation and preservation, Example Subject" ,
67
+ "contentSize" : " 1 MB" ,
68
+ "encodingFormat" : " application/xml" ,
69
+ "dateCreated" : " 2023-01-01" ,
70
+ "datePublished" : " 2023-01-01" ,
71
+ "dateModified" : " 2023-01-01" ,
72
+ "temporalCoverage" : " 2020-01-01" ,
73
+ "spatialCoverage" : {
74
+ "@type" : " Place" ,
75
+ "geo" : {
76
+ "@type" : " GeoCoordinates" ,
77
+ "address" : " Vancouver, British Columbia, Canada" ,
78
+ "latitude" : " 49.2827" ,
79
+ "longitude" : " -123.1207"
80
+ }
81
+ },
82
+ "citation" : [
83
+ {
84
+ "@type" : " CreativeWork"
85
+ },
86
+ {
87
+ "@type" : " CreativeWork"
88
+ }
89
+ ],
90
+ "workTranslation" : {
91
+ "@id" : " https://doi.org/10.1234/translated-version" ,
92
+ "@type" : " CreativeWork"
93
+ },
94
+ "translationOfWork" : {
95
+ "@id" : " https://doi.org/10.1234/other-version" ,
96
+ "@type" : " CreativeWork"
97
+ },
98
+ "schemaVersion" : " http://datacite.org/schema/kernel-4" ,
99
+ "publisher" : {
100
+ "@type" : " Organization" ,
101
+ "@id" : " https://ror.org/04z8jg394" ,
102
+ "name" : " Example Publisher"
103
+ },
104
+ "provider" : {
105
+ "@type" : " Organization" ,
106
+ "name" : " datacite"
107
+ }
108
+ }
0 commit comments