-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample_p1.json
74 lines (74 loc) · 2.07 KB
/
example_p1.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
{
"id": "lik-1",
"landing_page_url": "https://pid4cat.example.org/lik-1",
"status": "REGISTERED",
"pid_schema_version": "0.1.0",
"license": "CC0-1.0",
"curation_contact_email": "[email protected]",
"resource_info": {
"label": "Resource label",
"description": "Resource description",
"resource_category": "SAMPLE",
"representation_variants": [
{
"url": "https://example.org/resource",
"media_type": "text/turtle",
"encoding_format": "UTF-8",
"size": 12345
}
]
},
"related_identifiers": [
{
"relation_type": "IS_PART_OF",
"related_identifier": "https://example.org/related",
"datetime_log": "2024-02-19T00:00:00Z",
"has_agent": {
"name": "Data Fuzzi",
"email": "[email protected]",
"orcid": "0000-0000-0000-0000",
"affiliation_ror": "https://ror.org/01abcde",
"role": "TRUSTEE"
}
},
{
"relation_type": "IS_REFERENCED_BY",
"related_identifier": "https://example.org/referenced",
"datetime_log": "2024-02-19T00:00:00Z",
"has_agent": {
"name": "Data Fuzzi",
"email": "[email protected]",
"orcid": "0000-0000-0000-0000",
"affiliation_ror": "https://ror.org/01abcde",
"role": "TRUSTEE"
}
}
],
"change_log": [
{
"datetime_log": "2024-02-19T00:00:00Z",
"has_agent": {
"name": "Data Fuzzi",
"email": "[email protected]",
"orcid": "0000-0000-0000-0000",
"affiliation_ror": "https://ror.org/01abcde",
"role": "TRUSTEE"
},
"changed_field": "STATUS",
"description": "Registration completed."
},
{
"datetime_log": "2024-05-15T15:51:15Z",
"has_agent": {
"name": "Data Fuzzi",
"email": "[email protected]",
"orcid": "0000-0000-0000-0000",
"affiliation_ror": "https://ror.org/01abcde",
"role": "TRUSTEE"
},
"changed_field": "RESOURCE_INFO",
"description": "as requested in issue #234"
}
],
"@type": "dict"
}