forked from eclipse-pass/pass-data-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext.jsonld
More file actions
63 lines (61 loc) · 2.8 KB
/
context.jsonld
File metadata and controls
63 lines (61 loc) · 2.8 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
{
"@context": {
"pass": "http://example.org/pass/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Deposit": "pass:Deposit",
"Funder": "pass:Funder",
"Grant": "pass:Grant",
"Identifier": "pass:Identifier",
"Journal": "pass:Journal",
"Person": "pass:Person",
"Publisher": "pass:Publisher",
"Submission": "pass:Submission",
"User": "pass:User",
"Workflow": "pass:Workflow",
"abstract": {"@id": "pass:abstract", "@type": "@id"},
"author": {"@id": "pass:author", "@type": "@id"},
"awardNumber": {"@id": "pass:awardNumber"},
"assignedId": {"@id": "pass:assignedId", "@type": "@id"},
"copis": {"@id": "pass:copis", "@container": "@set", "@type": "@id"},
"creationDate": {"@id": "pass:creationDate", "@type": "xsd:dateTime"},
"creator": {"@id": "pass:creator", "@type": "@id"},
"deposits": {"@id": "pass:deposits", "@container": "@set", "@type": "@id"},
"doi": {"@id": "pass:doi", "@type": "@id"},
"email": {"@id": "pass:email"},
"endDate": {"@id": "pass:endDate", "@type": "xsd:dateTime"},
"externalId": {"@id": "pass:externalId", "@type": "@id"},
"funder": {"@id": "pass:funder", "@type": "@id"},
"grant": {"@id": "pass:grant", "@type": "@id"},
"grants": {"@id": "pass:grants", "@container": "@set", "@type": "@id"},
"identifier": {"@id": "pass:identifier", "@type": "@id"},
"issue": {"@id": "pass:issue"},
"ISSNs": {"@id": "pass:ISSNs", "@container": "@set", "@type": "@id"},
"label": {"@id": "pass:label"},
"journal": {"@id": "pass:journal", "@type": "@id"},
"journals": {"@id": "pass:journals", "@container": "@set", "@type": "@id"},
"name": {"@id": "pass:name"},
"nlmta": {"@id": "pass:nlmta"},
"oapCompliance": {"@id": "pass:oapCompliance"},
"orcid": {"@id": "pass:orcid"},
"pi": {"@id": "pass:pi", "@type": "@id"},
"pmcParticipation": {"@id": "pass:pmcParticipation"},
"projectName": {"@id": "pass:projectName"},
"publisher": {"@id": "pass:publisher"},
"repo": {"@id": "pass:repo"},
"requested": {"@id": "pass:requested"},
"role": {"@id": "pass:role"},
"status": {"@id": "pass:status"},
"startDate": {"@id": "pass:startDate", "@type": "xsd:dateTime"},
"step": {"@id": "pass:step"},
"steps": {"@id": "pass:steps"},
"type": {"@id": "pass:type"},
"title": {"@id": "pass:title"},
"submissions": {"@id": "pass:submissions", "@container": "@set"},
"submittedDate": {"@id": "pass:submittedDate", "@type": "xsd:dateTime"},
"updatedDate": {"@id": "pass:updatedDate", "@type": "xsd:dateTime"},
"uri": {"@id": "pass:uri"},
"username": {"@id": "pass:username"},
"volume": {"@id": "pass:volume"},
"workflows": {"@id": "pass:workflows", "@container": "@set", "@type": "@id"}
}
}