UNPKG

22.8 kBJSONView Raw
1{
2 "title": "CitationIntentEnumeration",
3 "@id": "stencila:CitationIntentEnumeration",
4 "extends": "Enumeration",
5 "category": "text",
6 "status": "unstable",
7 "role": "secondary",
8 "description": "The type or nature of a citation, both factually and rhetorically.",
9 "$comment": "The members of this enumeration map directly on to the types in the [Citation Typing Ontology (CiTO)](http://www.sparontologies.net/ontologies/cito).\n",
10 "anyOf": [
11 {
12 "const": "AgreesWith",
13 "@id": "cito:agreesWith",
14 "description": "The citing entity agrees with statements, ideas or conclusions presented in the cited entity"
15 },
16 {
17 "const": "CitesAsAuthority",
18 "@id": "cito:citesAsAuthority",
19 "description": "The citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion"
20 },
21 {
22 "const": "CitesAsDataSource",
23 "@id": "cito:citesAsDataSource",
24 "description": "The citing entity cites the cited entity as source of data"
25 },
26 {
27 "const": "CitesAsEvidence",
28 "@id": "cito:citesAsEvidence",
29 "description": "The citing entity cites the cited entity as source of factual evidence for statements it contains"
30 },
31 {
32 "const": "CitesAsMetadataDocument",
33 "@id": "cito:citesAsMetadataDocument",
34 "description": "The citing entity cites the cited entity as being the container of metadata describing the citing entity"
35 },
36 {
37 "const": "CitesAsPotentialSolution",
38 "@id": "cito:citesAsPotentialSolution",
39 "description": "The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed"
40 },
41 {
42 "const": "CitesAsRecommendedReading",
43 "@id": "cito:citesAsRecommendedReading",
44 "description": "The citing entity cites the cited entity as an item of recommended reading"
45 },
46 {
47 "const": "CitesAsRelated",
48 "@id": "cito:citesAsRelated",
49 "description": "The citing entity cites the cited entity as one that is related"
50 },
51 {
52 "const": "CitesAsSourceDocument",
53 "@id": "cito:citesAsSourceDocument",
54 "description": "The citing entity cites the cited entity as being the entity from which the citing entity is derived, or about which the citing entity contains metadata"
55 },
56 {
57 "const": "CitesForInformation",
58 "@id": "cito:citesForInformation",
59 "description": "The citing entity cites the cited entity as a source of information on the subject under discussion"
60 },
61 {
62 "const": "Compiles",
63 "@id": "cito:compiles",
64 "description": "The citing entity is used to create or compile the cited entity"
65 },
66 {
67 "const": "Confirms",
68 "@id": "cito:confirms",
69 "description": "The citing entity confirms facts, ideas or statements presented in the cited entity"
70 },
71 {
72 "const": "ContainsAssertionFrom",
73 "@id": "cito:containsAssertionFrom",
74 "description": "The citing entity contains a statement of fact or a logical assertion (or a collection of such facts and/or assertions) originally present in the cited entity"
75 },
76 {
77 "const": "Corrects",
78 "@id": "cito:corrects",
79 "description": "The citing entity corrects statements, ideas or conclusions presented in the cited entity"
80 },
81 {
82 "const": "Credits",
83 "@id": "cito:credits",
84 "description": "The citing entity acknowledges contributions made by the cited entity"
85 },
86 {
87 "const": "Critiques",
88 "@id": "cito:critiques",
89 "description": "The citing entity critiques statements, ideas or conclusions presented in the cited entity"
90 },
91 {
92 "const": "Derides",
93 "@id": "cito:derides",
94 "description": "The citing entity express derision for the cited entity, or for ideas or conclusions contained within it"
95 },
96 {
97 "const": "Describes",
98 "@id": "cito:describes",
99 "description": "The citing entity describes the cited entity"
100 },
101 {
102 "const": "DisagreesWith",
103 "@id": "cito:disagreesWith",
104 "description": "The citing entity disagrees with statements, ideas or conclusions presented in the cited entity"
105 },
106 {
107 "const": "Discusses",
108 "@id": "cito:discusses",
109 "description": "The citing entity discusses statements, ideas or conclusions presented in the cited entity"
110 },
111 {
112 "const": "Disputes",
113 "@id": "cito:disputes",
114 "description": "The citing entity disputes statements, ideas or conclusions presented in the cited entity"
115 },
116 {
117 "const": "Documents",
118 "@id": "cito:documents",
119 "description": "The citing entity documents information about the cited entity"
120 },
121 {
122 "const": "Extends",
123 "@id": "cito:extends",
124 "description": "The citing entity extends facts, ideas or understandings presented in the cited entity"
125 },
126 {
127 "const": "GivesBackgroundTo",
128 "@id": "cito:givesBackgroundTo",
129 "description": "The cited entity provides background information for the citing entity"
130 },
131 {
132 "const": "GivesSupportTo",
133 "@id": "cito:givesSupportTo",
134 "description": "The cited entity provides intellectual or factual support for the citing entity"
135 },
136 {
137 "const": "HasReplyFrom",
138 "@id": "cito:hasReplyFrom",
139 "description": "The cited entity evokes a reply from the citing entity"
140 },
141 {
142 "const": "IncludesExcerptFrom",
143 "@id": "cito:includesExcerptFrom",
144 "description": "The citing entity includes one or more excerpts from the cited entity"
145 },
146 {
147 "const": "IncludesQuotationFrom",
148 "@id": "cito:includesQuotationFrom",
149 "description": "The citing entity includes one or more quotations from the cited entity"
150 },
151 {
152 "const": "IsAgreedWithBy",
153 "@id": "cito:isAgreedWithBy",
154 "description": "The cited entity contains statements, ideas or conclusions with which the citing entity agrees"
155 },
156 {
157 "const": "IsCitedAsAuthorityBy",
158 "@id": "cito:isCitedAsAuthorityBy",
159 "description": "The cited entity is cited as providing an authoritative description or definition of the subject under discussion in the citing entity"
160 },
161 {
162 "const": "IsCitedAsDataSourceBy",
163 "@id": "cito:isCitedAsDataSourceBy",
164 "description": "The cited entity is cited as a data source by the citing entity"
165 },
166 {
167 "const": "IsCitedAsEvidenceBy",
168 "@id": "cito:isCitedAsEvidenceBy",
169 "description": "The cited entity is cited for providing factual evidence to the citing entity"
170 },
171 {
172 "const": "IsCitedAsMetadataDocumentBy",
173 "@id": "cito:isCitedAsMetadataDocumentBy",
174 "description": "The cited entity is cited as being the container of metadata relating to the citing entity"
175 },
176 {
177 "const": "IsCitedAsPontentialSolutionBy",
178 "@id": "cito:isCitedAsPontentialSolutionBy",
179 "description": "The cited entity is cited as providing or containing a possible solution to the issues being discussed in the citing entity"
180 },
181 {
182 "const": "IsCitedAsRecommendedReadingBy",
183 "@id": "cito:isCitedAsRecommendedReadingBy",
184 "description": "The cited entity is cited by the citing entity as an item of recommended reading"
185 },
186 {
187 "const": "IsCitedAsRelatedBy",
188 "@id": "cito:isCitedAsRelatedBy",
189 "description": "The cited entity is cited as being related to the citing entity"
190 },
191 {
192 "const": "IsCitedAsSourceDocumentBy",
193 "@id": "cito:isCitedAsSourceDocumentBy",
194 "description": "The cited entity is cited as being the entity from which the citing entity is derived, or about which the citing entity contains metadata"
195 },
196 {
197 "const": "IsCitedBy",
198 "@id": "cito:isCitedBy",
199 "description": "The cited entity (the subject of the RDF triple) is cited by the citing entity (the object of the triple)"
200 },
201 {
202 "const": "IsCitedForInformationBy",
203 "@id": "cito:isCitedForInformationBy",
204 "description": "The cited entity is cited as a source of information on the subject under discussion in the citing entity"
205 },
206 {
207 "const": "IsCompiledBy",
208 "@id": "cito:isCompiledBy",
209 "description": "The cited entity is the result of a compile or creation event using the citing entity"
210 },
211 {
212 "const": "IsConfirmedBy",
213 "@id": "cito:isConfirmedBy",
214 "description": "The cited entity presents facts, ideas or statements that are confirmed by the citing entity"
215 },
216 {
217 "const": "IsCorrectedBy",
218 "@id": "cito:isCorrectedBy",
219 "description": "The cited entity presents statements, ideas or conclusions that are corrected by the citing entity"
220 },
221 {
222 "const": "IsCreditedBy",
223 "@id": "cito:isCreditedBy",
224 "description": "The cited entity makes contributions that are acknowledged by the citing entity"
225 },
226 {
227 "const": "IsCritiquedBy",
228 "@id": "cito:isCritiquedBy",
229 "description": "The cited entity presents statements, ideas or conclusions that are critiqued by the citing entity"
230 },
231 {
232 "const": "IsDeridedBy",
233 "@id": "cito:isDeridedBy",
234 "description": "The cited entity contains ideas or conclusions for which the citing entity express derision"
235 },
236 {
237 "const": "IsDescribedBy",
238 "@id": "cito:isDescribedBy",
239 "description": "The cited entity is described by the citing entity"
240 },
241 {
242 "const": "IsDisagreedWithBy",
243 "@id": "cito:isDisagreedWithBy",
244 "description": "The cited entity presents statements, ideas or conclusions that are disagreed with by the citing entity"
245 },
246 {
247 "const": "IsDiscussedBy",
248 "@id": "cito:isDiscussedBy",
249 "description": "The cited entity presents statements, ideas or conclusions that are discussed by the citing entity"
250 },
251 {
252 "const": "IsDisputedBy",
253 "@id": "cito:isDisputedBy",
254 "description": "The cited entity presents statements, ideas or conclusions that are disputed by the citing entity"
255 },
256 {
257 "const": "IsDocumentedBy",
258 "@id": "cito:isDocumentedBy",
259 "description": "Information about the cited entity is documented by the citing entity"
260 },
261 {
262 "const": "IsExtendedBy",
263 "@id": "cito:isExtendedBy",
264 "description": "The cited entity presents facts, ideas or understandings that are extended by the citing entity"
265 },
266 {
267 "const": "IsLinkedToBy",
268 "@id": "cito:isLinkedToBy",
269 "description": "The cited entity is the target for an HTTP Uniform Resource Locator (URL) link within the citing entity"
270 },
271 {
272 "const": "IsParodiedBy",
273 "@id": "cito:isParodiedBy",
274 "description": "The characteristic style or content of the cited entity is imitated by the citing entity for comic effect, usually without explicit citation"
275 },
276 {
277 "const": "IsPlagiarizedBy",
278 "@id": "cito:isPlagiarizedBy",
279 "description": "The cited entity is plagiarized by the author of the citing entity, who includes within the citing entity textual or other elements from the cited entity without formal acknowledgement of their source"
280 },
281 {
282 "const": "IsQualifiedBy",
283 "@id": "cito:isQualifiedBy",
284 "description": "The cited entity presents statements, ideas or conclusions that are qualified or have conditions placed upon them by the citing entity"
285 },
286 {
287 "const": "IsRefutedBy",
288 "@id": "cito:isRefutedBy",
289 "description": "The cited entity presents statements, ideas or conclusions that are refuted by the citing entity"
290 },
291 {
292 "const": "IsRetractedBy",
293 "@id": "cito:isRetractedBy",
294 "description": "The cited entity is formally retracted by the citing entity"
295 },
296 {
297 "const": "IsReviewedBy",
298 "@id": "cito:isReviewedBy",
299 "description": "The cited entity presents statements, ideas or conclusions that are reviewed by the citing entity"
300 },
301 {
302 "const": "IsRidiculedBy",
303 "@id": "cito:isRidiculedBy",
304 "description": "The cited entity or aspects of its contents are ridiculed by the citing entity"
305 },
306 {
307 "const": "IsSpeculatedOnBy",
308 "@id": "cito:isSpeculatedOnBy",
309 "description": "The cited entity is cited because the citing article contains speculations on its content or ideas"
310 },
311 {
312 "const": "IsSupportedBy",
313 "@id": "cito:isSupportedBy",
314 "description": "The cited entity receives intellectual or factual support from the citing entity"
315 },
316 {
317 "const": "IsUpdatedBy",
318 "@id": "cito:isUpdatedBy",
319 "description": "The cited entity presents statements, ideas, hypotheses or understanding that are updated by the cited entity"
320 },
321 {
322 "const": "Likes",
323 "@id": "cito:likes",
324 "description": "A property that permits you to express appreciation of or interest in something that is the object of the RDF triple, or to express that it is worth thinking about even if you do not agree with its content, enabling social media 'likes' statements to be encoded in RDF"
325 },
326 {
327 "const": "LinksTo",
328 "@id": "cito:linksTo",
329 "description": "The citing entity provides a link, in the form of an HTTP Uniform Resource Locator (URL), to the cited entity"
330 },
331 {
332 "const": "ObtainsBackgroundFrom",
333 "@id": "cito:obtainsBackgroundFrom",
334 "description": "The citing entity obtains background information from the cited entity"
335 },
336 {
337 "const": "ObtainsSupportFrom",
338 "@id": "cito:obtainsSupportFrom",
339 "description": "The citing entity obtains intellectual or factual support from the cited entity"
340 },
341 {
342 "const": "Parodies",
343 "@id": "cito:parodies",
344 "description": "The citing entity imitates the characteristic style or content of the cited entity for comic effect, usually without explicit citation"
345 },
346 {
347 "const": "Plagiarizes",
348 "@id": "cito:plagiarizes",
349 "description": "A property indicating that the author of the citing entity plagiarizes the cited entity, by including textual or other elements from the cited entity without formal acknowledgement of their source"
350 },
351 {
352 "const": "ProvidesAssertionFor",
353 "@id": "cito:providesAssertionFor",
354 "description": "The cited entity contains and is the original source of a statement of fact or a logical assertion (or a collection of such facts and/or assertions) that is to be found in the citing entity"
355 },
356 {
357 "const": "ProvidesConclusionsFor",
358 "@id": "cito:providesConclusionsFor",
359 "description": "The cited entity presents conclusions that are used in work described in the citing entity"
360 },
361 {
362 "const": "ProvidesDataFor",
363 "@id": "cito:providesDataFor",
364 "description": "The cited entity presents data that are used in work described in the citing entity"
365 },
366 {
367 "const": "ProvidesExcerptFor",
368 "@id": "cito:providesExcerptFor",
369 "description": "The cited entity contains information, usually of a textual nature, that is excerpted by (used as an excerpt within) the citing entity"
370 },
371 {
372 "const": "ProvidesMethodFor",
373 "@id": "cito:providesMethodFor",
374 "description": "The cited entity details a method that is used in work described by the citing entity"
375 },
376 {
377 "const": "ProvidesQuotationFor",
378 "@id": "cito:providesQuotationFor",
379 "description": "The cited entity contains information, usually of a textual nature, that is quoted by (used as a quotation within) the citing entity"
380 },
381 {
382 "const": "Qualifies",
383 "@id": "cito:qualifies",
384 "description": "The citing entity qualifies or places conditions or restrictions upon statements, ideas or conclusions presented in the cited entity"
385 },
386 {
387 "const": "Refutes",
388 "@id": "cito:refutes",
389 "description": "The citing entity refutes statements, ideas or conclusions presented in the cited entity"
390 },
391 {
392 "const": "RepliesTo",
393 "@id": "cito:repliesTo",
394 "description": "The citing entity replies to statements, ideas or criticisms presented in the cited entity"
395 },
396 {
397 "const": "Retracts",
398 "@id": "cito:retracts",
399 "description": "The citing entity constitutes a formal retraction of the cited entity"
400 },
401 {
402 "const": "Reviews",
403 "@id": "cito:reviews",
404 "description": "The citing entity reviews statements, ideas or conclusions presented in the cited entity"
405 },
406 {
407 "const": "Ridicules",
408 "@id": "cito:ridicules",
409 "description": "The citing entity ridicules the cited entity or aspects of its contents"
410 },
411 {
412 "const": "SharesAuthorInstitutionWith",
413 "@id": "cito:sharesAuthorInstitutionWith",
414 "description": "Each entity has at least one author that shares a common institutional affiliation with an author of the other entity"
415 },
416 {
417 "const": "SharesAuthorWith",
418 "@id": "cito:sharesAuthorWith",
419 "description": "Each entity has at least one author in common with the other entity"
420 },
421 {
422 "const": "SharesFundingAgencyWith",
423 "@id": "cito:sharesFundingAgencyWith",
424 "description": "The two entities result from activities that have been funded by the same funding agency"
425 },
426 {
427 "const": "SharesJournalWith",
428 "@id": "cito:sharesJournalWith",
429 "description": "The citing and cited bibliographic resources are published in the same journal"
430 },
431 {
432 "const": "SharesPublicationVenueWith",
433 "@id": "cito:sharesPublicationVenueWith",
434 "description": "The citing and cited bibliographic resources are published in same publication venue"
435 },
436 {
437 "const": "SpeculatesOn",
438 "@id": "cito:speculatesOn",
439 "description": "The citing entity speculates on something within or related to the cited entity, without firm evidence"
440 },
441 {
442 "const": "Supports",
443 "@id": "cito:supports",
444 "description": "The citing entity provides intellectual or factual support for statements, ideas or conclusions presented in the cited entity"
445 },
446 {
447 "const": "Updates",
448 "@id": "cito:updates",
449 "description": "The citing entity updates statements, ideas, hypotheses or understanding presented in the cited entity"
450 },
451 {
452 "const": "UsesConclusionsFrom",
453 "@id": "cito:usesConclusionsFrom",
454 "description": "The citing entity describes work that uses conclusions presented in the cited entity"
455 },
456 {
457 "const": "UsesDataFrom",
458 "@id": "cito:usesDataFrom",
459 "description": "The citing entity describes work that uses data presented in the cited entity"
460 },
461 {
462 "const": "UsesMethodIn",
463 "@id": "cito:usesMethodIn",
464 "description": "The citing entity describes work that uses a method detailed in the cited entity"
465 }
466 ],
467 "file": "CitationIntentEnumeration.schema.yaml",
468 "children": [],
469 "descendants": [],
470 "$schema": "http://json-schema.org/draft-07/schema#",
471 "$id": "https://schema.stenci.la/v1/CitationIntentEnumeration.schema.json",
472 "source": "https://github.com/stencila/schema/blob/master/schema/CitationIntentEnumeration.schema.yaml",
473 "properties": {
474 "type": {
475 "@id": "schema:type",
476 "description": "The name of the type.",
477 "type": "string",
478 "enum": [
479 "CitationIntentEnumeration"
480 ],
481 "default": "CitationIntentEnumeration",
482 "from": "Entity"
483 },
484 "id": {
485 "@id": "schema:id",
486 "description": "The identifier for this item.",
487 "type": "string",
488 "from": "Entity"
489 },
490 "meta": {
491 "@id": "stencila:meta",
492 "description": "Metadata associated with this item.",
493 "type": "object",
494 "from": "Entity"
495 },
496 "alternateNames": {
497 "@id": "schema:alternateName",
498 "description": "Alternate names (aliases) for the item.",
499 "type": "array",
500 "items": {
501 "type": "string"
502 },
503 "from": "Thing",
504 "isArray": true,
505 "isPlural": true,
506 "aliases": [
507 "alternateName"
508 ]
509 },
510 "description": {
511 "@id": "schema:description",
512 "description": "A description of the item.",
513 "$comment": "Allows for the description to be an array of nodes (e.g. an array of inline content,\nor a couple of paragraphs), or a string. The `minItems` restriction avoids a string\nbeing coerced into an array with a single string item.\n",
514 "anyOf": [
515 {
516 "type": "array",
517 "items": {
518 "$ref": "BlockContent.schema.json"
519 }
520 },
521 {
522 "type": "array",
523 "items": {
524 "$ref": "InlineContent.schema.json"
525 },
526 "minItems": 2
527 },
528 {
529 "type": "string"
530 }
531 ],
532 "from": "Thing"
533 },
534 "identifiers": {
535 "@id": "schema:identifier",
536 "description": "Any kind of identifier for any kind of Thing.",
537 "$comment": "Some identifiers have specific properties e.g the `issn` property for\nthe `Periodical` type. These should be used in preference to this\nproperty which is intended for identifiers that do not yet have a\nspecific property. Identifiers can be represented as strings, but\nusing a `PropertyValue` will usually be better because it allows\nfor `propertyID` (i.e. the type of identifier).\n",
538 "type": "array",
539 "items": {
540 "anyOf": [
541 {
542 "$ref": "PropertyValue.schema.json"
543 },
544 {
545 "type": "string"
546 }
547 ]
548 },
549 "from": "Thing",
550 "isArray": true,
551 "isPlural": true,
552 "aliases": [
553 "identifier"
554 ]
555 },
556 "images": {
557 "@id": "schema:image",
558 "description": "Images of the item.",
559 "type": "array",
560 "items": {
561 "anyOf": [
562 {
563 "$ref": "ImageObject.schema.json"
564 },
565 {
566 "type": "string",
567 "format": "uri"
568 }
569 ]
570 },
571 "from": "Thing",
572 "isArray": true,
573 "isPlural": true,
574 "aliases": [
575 "image"
576 ]
577 },
578 "name": {
579 "@id": "schema:name",
580 "description": "The name of the item.",
581 "type": "string",
582 "from": "Thing"
583 },
584 "url": {
585 "@id": "schema:url",
586 "description": "The URL of the item.",
587 "type": "string",
588 "format": "uri",
589 "from": "Thing"
590 }
591 },
592 "required": [
593 "type"
594 ],
595 "propertyAliases": {
596 "alternateName": "alternateNames",
597 "identifier": "identifiers",
598 "image": "images"
599 }
600}