Skip to content

Commit e02b275

Browse files
egonwtarleb
authored andcommitted

File tree

1 file changed

+104
-15
lines changed

1 file changed

+104
-15
lines changed

_extensions/cito/cito.lua

Lines changed: 104 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,67 +5,156 @@
55

66
local _version = '1.0.0'
77
local properties_and_aliases = {
8-
agrees_with = {
9-
'agree_with'
8+
agreesWith = {
9+
'agreeWith',
10+
'agree_with',
11+
'agrees_with',
1012
},
1113
citation = {
1214
},
1315
cites = {
1416
},
15-
cites_as_authority = {
17+
citesAsAuthority = {
18+
'asAuthority',
19+
'cites_as_authority',
1620
'as_authority',
1721
'authority'
1822
},
19-
cites_as_data_source = {
23+
citesAsDataSource = {
24+
"asDataSource",
25+
"dataSource",
26+
'cites_as_data_source',
2027
"as_data_source",
2128
"data_source"
2229
},
23-
cites_as_evidence = {
30+
citesAsEvidence = {
31+
'asEvidence',
32+
'cites_as_evidence',
2433
'as_evidence',
2534
'evidence'
2635
},
27-
cites_as_metadata_document = {
36+
citesAsMetadataDocument = {
37+
'asMetadataDocument',
38+
'metadataDocument',
39+
'cites_as_metadata_document',
2840
'as_metadata_document',
2941
'metadata_document',
3042
'metadata'
3143
},
32-
cites_as_recommended_reading = {
44+
citesAsPotentialSolution = {
45+
'cites_as_potential_solution',
46+
'potentialSolution',
47+
'potential_solution',
48+
'solution'
49+
},
50+
citesAsRecommendedReading = {
51+
'asRecommendedReading',
52+
'recommendedReading',
53+
'cites_as_recommended_reading',
3354
'as_recommended_reading',
3455
'recommended_reading'
3556
},
36-
disagrees_with = {
57+
citesAsRelated = {
58+
'cites_as_related',
59+
'related',
60+
},
61+
citesAsSourceDocument = {
62+
'cites_as_source_document',
63+
'sourceDocument',
64+
'source_document'
65+
},
66+
citesForInformation = {
67+
'cites_for_information',
68+
'information',
69+
},
70+
compiles = {
71+
},
72+
confirms = {
73+
},
74+
containsAssertionFrom = {
75+
},
76+
corrects = {
77+
},
78+
credits = {
79+
},
80+
critiques = {
81+
},
82+
derides = {
83+
},
84+
describes = {
85+
},
86+
disagreesWith = {
87+
'disagrees_with',
3788
'disagree',
3889
'disagrees'
3990
},
91+
discusses = {
92+
},
4093
disputes = {
4194
},
4295
documents = {
4396
},
4497
extends = {
4598
},
46-
includes_excerpt_from = {
99+
includesExcerptFrom = {
100+
'excerptFrom',
47101
'excerpt',
48-
'excerpt_from'
102+
'excerpt_from',
103+
'includes_excerpt_from',
49104
},
50-
includes_quotation_from = {
105+
includesQuotationFrom = {
106+
'quotationFrom',
107+
'includes_quotation_from',
51108
'quotation',
52109
'quotation_from'
53110
},
54-
obtains_background_from = {
111+
linksTo = {
112+
'links_to',
113+
'link'
114+
},
115+
obtainsBackgroundFrom = {
116+
'backgroundFrom',
117+
'obtains_background_from',
55118
'background',
56119
'background_from'
57120
},
121+
providesDataFor = {
122+
},
123+
obtainsSupportFrom = {
124+
},
125+
qualifies = {
126+
},
127+
parodies = {
128+
},
58129
refutes = {
59130
},
60-
replies_to = {
131+
repliesTo = {
132+
'replies_to',
133+
},
134+
retracts = {
135+
},
136+
reviews = {
137+
},
138+
ridicules = {
139+
},
140+
speculatesOn = {
141+
},
142+
supports = {
61143
},
62144
updates = {
63145
},
64-
uses_data_from = {
146+
usesConclusionsFrom = {
147+
'uses_conclusions_from'
148+
},
149+
usesDataFrom = {
150+
'dataFrom',
151+
'uses_data_from',
65152
'data',
66153
'data_from'
67154
},
68-
uses_method_in = {
155+
usesMethodIn = {
156+
'methodIn',
157+
'uses_method_in',
69158
'method',
70159
'method_in'
71160
},

0 commit comments

Comments
 (0)