forked from filbertkm/wikidata-citetool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.config.json
101 lines (101 loc) · 2.69 KB
/
sample.config.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
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
{
"properties": {
"P168": "DOI",
"P93": "reference url"
},
"zoteroProperties": {
"abstractNote": null,
"accessDate": "P146",
"applicationNumber": null,
"archive": null,
"archiveLocation": null,
"artworkSize": null,
"assignee": null,
"callNumber": null,
"code": null,
"committee": null,
"company": null,
"conferenceName": null,
"country": null,
"court": null,
"date": "P151",
"DOI": "P356",
"edition": null,
"extra": null,
"filingDate": null,
"firstPage": null,
"genre": null,
"history": null,
"institution": null,
"ISBN": "P61",
"ISSN": "P620",
"issue": "P618",
"issuingAuthority": null,
"journalAbbreviation": null,
"language": null,
"legalStatus": null,
"legislativeBody": null,
"libraryCatalog": null,
"medium": null,
"meetingName": null,
"number": null,
"numberOfVolumes": null,
"numPages": null,
"oclc": "P80977",
"pages": null,
"place": null,
"PMCID": null,
"PMID": null,
"priorityNumbers": null,
"programmingLanguage": null,
"publicationTitle": "P88991",
"publisher": null,
"references": null,
"reporter": null,
"rights": null,
"runningTime": null,
"scale": null,
"section": null,
"series": null,
"seriesNumber": null,
"seriesText": null,
"seriesTitle": null,
"session": null,
"shortTitle": null,
"system": null,
"title": "P77107",
"url": "P93",
"version": null,
"volume": "P617",
"author": "P80807",
"contributor": "P80807",
"editor": "P80807",
"translator": "P80807",
"seriesEditor": "P80807",
"interviewee": "P80807",
"interviewer": "P80807",
"director": "P80807",
"scriptwriter": "P80807",
"producer": "P80807",
"castMember": "P80807",
"sponsor": "P80807",
"counsel": "P80807",
"inventor": "P80807",
"attorneyAgent": "P80807",
"recipient": "P80807",
"performer": "P80807",
"composer": "P80807",
"wordsBy": "P80807",
"cartographer": "P80807",
"programmer": "P80807",
"artist": "P80807",
"commenter": "P80807",
"presenter": "P80807",
"guest": "P80807",
"podcaster": "P80807",
"reviewedAuthor": "P80807",
"cosponsor": "P80807",
"bookAuthor": "P80807"
},
"queryProperties": {}
}