From 5f777c703ca1a3bc645d0f2924d53b06b3f8e41b Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 31 Jan 2026 08:47:18 -0500 Subject: [PATCH 1/3] Add github action to codespell master on push and PRs --- .github/workflows/codespell.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/codespell.yml diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml new file mode 100644 index 0000000..eeacead --- /dev/null +++ b/.github/workflows/codespell.yml @@ -0,0 +1,23 @@ +# Codespell configuration is within .codespellrc +--- +name: Codespell + +on: + push: + branches: [master] + pull_request: + branches: [master] + +permissions: + contents: read + +jobs: + codespell: + name: Check for spelling errors + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Codespell + uses: codespell-project/actions-codespell@v2 From c3024aa4e57eefe163683c5d7488cbb6aa37a331 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 31 Jan 2026 08:47:18 -0500 Subject: [PATCH 2/3] Add rudimentary codespell config --- .codespellrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .codespellrc diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 0000000..1a448fe --- /dev/null +++ b/.codespellrc @@ -0,0 +1,6 @@ +[codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = .git*,*.css,*.min.*,.codespellrc +check-hidden = true +# ignore-regex = +ignore-words-list = bu From 47c594c9881ea635cacab54b0fa6ede9168c07d4 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 31 Jan 2026 08:48:45 -0500 Subject: [PATCH 3/3] [DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- docs/2018-02-12/cito.html | 4 ++-- docs/2018-02-12/cito.json | 2 +- docs/2018-02-12/cito.nt | 2 +- docs/2018-02-12/cito.ttl | 2 +- docs/2018-02-12/cito.xml | 2 +- docs/2018-02-16/cito.html | 4 ++-- docs/2018-02-16/cito.json | 2 +- docs/2018-02-16/cito.nt | 2 +- docs/2018-02-16/cito.ttl | 2 +- docs/2018-02-16/cito.xml | 2 +- docs/current/cito.html | 4 ++-- docs/current/cito.json | 2 +- docs/current/cito.nt | 2 +- docs/current/cito.owl | 2 +- docs/current/cito.ttl | 2 +- docs/current/cito.xml | 2 +- 16 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/2018-02-12/cito.html b/docs/2018-02-12/cito.html index 5ffbba1..31575c2 100644 --- a/docs/2018-02-12/cito.html +++ b/docs/2018-02-12/cito.html @@ -77,7 +77,7 @@ Added the class cito:SelfCitation, i.e. citation in which the citing and the cited entities have at least one author in common. in v 2.8 -Renamed the class cito:SelfCitation in cito:AuthorSelfCitation. Created a new class cito:SelfCitation with a more general definition (citation in which the citing and the cited entities have something significant in common with one another), which now includes five subclasses: cito:AuthorSelfCitation, cito:JournalSelfCitation, cito:FunderSelfCitation, cito:AffiliationSelfCitation, cito:AuthorNetworkSelfCitation. The latter class is also accompanied by the new data property cito:hasCoAuthorCitationLevel, which specifies the minimal distance that one of the authors of a citing entity has with regards to one of the authors of a cited entity according to their co-author network. Added the object properties cito:sharesPublicationVenueWith and its subproperty cito:sharesJournalWith. Added the data property cito:hasCitationCreationDate, and changed the domain of cito:hasCitationTimeSpan with xsd:duration.

Classes

affilation self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/AffilationSelfCitation

A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution. +Renamed the class cito:SelfCitation in cito:AuthorSelfCitation. Created a new class cito:SelfCitation with a more general definition (citation in which the citing and the cited entities have something significant in common with one another), which now includes five subclasses: cito:AuthorSelfCitation, cito:JournalSelfCitation, cito:FunderSelfCitation, cito:AffiliationSelfCitation, cito:AuthorNetworkSelfCitation. The latter class is also accompanied by the new data property cito:hasCoAuthorCitationLevel, which specifies the minimal distance that one of the authors of a citing entity has with regards to one of the authors of a cited entity according to their co-author network. Added the object properties cito:sharesPublicationVenueWith and its subproperty cito:sharesJournalWith. Added the data property cito:hasCitationCreationDate, and changed the domain of cito:hasCitationTimeSpan with xsd:duration.

Classes

affiliation self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/AffilationSelfCitation

A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution. In particular, like the ancestor class cito:Citation, cito:AffiliationSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesAuthorInstitutionWith for linking the citing paper and the cited paper. @@ -160,7 +160,7 @@ can be alternatively described as follows :paperA cito:extends :paperB . - :paperA cito:sharesJournalWith :paperB .
has super-classes
self citationc
Derived from the blog post 'Journal self-citations are increasingly biased toward impact factor years' by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).

self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/SelfCitation

A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency.
has super-classes
citationc
has sub-classes
affilation self citationc, author network self citationc, author self citationc, funder self citationc, journal self citationc

Object Properties

agrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/agreesWith

The citing entity agrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is agreed with byop
Example: We share Galileo's opinion: the Earth moves [X].

citationop back to ToC or Object Property ToC

IRI: http://schema.org/citation

This property is defined in schema.org and has been added here to align schema.org with CiTO. The object property schema:citation expresses similar semantics to cito:cites except for the explicit definition of domain and range classes, that are schema:CreativeWork according to schema.org. For that reason, it is here defined as a subproperty of cito:cites.
has super-properties
citesop

citesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/cites

The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism).

cites as authorityop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsAuthority

The citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion.
has super-properties
citesop
is inverse of
is cited as authority byop
Example: Newton asserted that we are like dwarfs standing on the shoulders of giants [X].

cites as data sourceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsDataSource

The citing entity cites the cited entity as source of data.
has super-properties
citesop
is inverse of
is cited as data source byop
Example: Italy has more than ten thousand kilometers of shoreline: see [X].

cites as evidenceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsEvidence

The citing entity cites the cited entity as source of factual evidence for statements it contains.
has super-properties
citesop
is inverse of
is cited as evidence byop
Example: We found an unquestionable demonstration of our hypothesis in [X].

cites as metadata documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsMetadataDocument

The citing entity cites the cited entity as being the container of metadata describing the citing entity.
has super-properties
citesop
is inverse of
is cited as metadata document byop
Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper.

cites as potential solutionop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsPotentialSolution

The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed.
has super-properties
citesop
is inverse of
is cited as potential solution byop
Example: This risk could be avoided using the approach shown in [X].

cites as recommended readingop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRecommendedReading

The citing entity cites the cited entity as an item of recommended reading. This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. Similarly, it could be used to describe items in a 'Suggested further reading' list at the end of a book chapter.
has super-properties
citesop
is inverse of
is cited as recommended reading byop
Example: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.

cites as relatedop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRelated

The citing entity cites the cited entity as one that is related.
has super-properties
citesop
is inverse of
is cited as related byop
Example: An analysis similar to what we proposed here is presented in [X].

cites as source documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsSourceDocument

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.
has super-properties
citesop
is inverse of
is cited as source document byop
Example: Several sections of this work are based on our literature review of the topic published as journal article [X].

cites for informationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesForInformation

The citing entity cites the cited entity as a source of information on the subject under discussion.
has super-properties
citesop
is inverse of
is cited for information byop
Example: The grammar of Pascal was introduced in [X].

compilesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/compiles

The citing entity is used to create or compile the cited entity.
has super-properties
citesop
is inverse of
is compiled byop
Example: This book gathers interviews with academic researchers of several disciplines [X].

confirmsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/confirms

The citing entity confirms facts, ideas or statements presented in the cited entity.
has super-properties
citesop
is inverse of
is confirmed byop
Example: Our findings are similar to those published in [X].

contains assertion fromop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/containsAssertionFrom

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. This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.
has super-properties
citesop
is inverse of
provides assertion forop
Example: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.

correctsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/corrects

The citing entity corrects statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is corrected byop
Example: The result published in [X] is partially wrong, the correct result is 42.

creditsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/credits

The citing entity acknowledges contributions made by the cited entity.
has super-properties
citesop
is inverse of
is credited byop
Example: Galileo was the first to observe Jupiter's satellites [X].

critiquesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/critiques

The citing entity critiques statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is critiqued byop
Example: The ideas presented in [X] are badly substantantiated.

deridesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/derides

The citing entity express derision for the cited entity, or for ideas or conclusions contained within it.
has super-properties
citesop
is inverse of
is derided byop
Example: The ideas published in [X] are incredibly stupid.

describesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/describes

The citing entity describes the cited entity.
has super-properties
citesop
is inverse of
is described byop
Example: Galileo's book [X] is a dialog among three scientists about Copernicus' eliocentric theory.

disagrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disagreesWith

The citing entity disagrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disagreed with byop
Example: We do not share Galileo's opinion [X]: the Earth does not move.

discussesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/discusses

The citing entity discusses statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is discussed byop
Example: We now examine if Galileo is right when he writes [X] that the Earth moves.

disputesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disputes

The citing entity disputes statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disputed byop
Example: We doubt that Galileo is right when he writes [X] that the Earth moves.

documentsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/documents

The citing entity documents information about the cited entity.
has super-properties
citesop
is inverse of
is documented byop
Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X].

extendsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/extends

The citing entity extends facts, ideas or understandings presented in the cited entity.
has super-properties
citesop
is inverse of
is extended byop
Example: We add to Galileo's findings concerning the Earth [X] that also the Moon moves.

gives background toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesBackgroundTo

The cited entity provides background information for the citing entity.
has super-properties
is cited byop
is inverse of
obtains background fromop

gives support toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesSupportTo

The cited entity provides intellectual or factual support for the citing entity.
has super-properties
is cited byop
is inverse of
obtains support fromop

has citation characterizationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/hasCitationCharacterization

A property that links a citation to its characterization made by using a CiTO citation characterization property such as cito:extends. This usage involved OWL2 punning, whenby a CiTO object property, such as the aforementioned cito:extends, is used as the object of an OWL assertion: + :paperA cito:sharesJournalWith :paperB .
has super-classes
self citationc
Derived from the blog post 'Journal self-citations are increasingly biased toward impact factor years' by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).

self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/SelfCitation

A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency.
has super-classes
citationc
has sub-classes
affiliation self citationc, author network self citationc, author self citationc, funder self citationc, journal self citationc

Object Properties

agrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/agreesWith

The citing entity agrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is agreed with byop
Example: We share Galileo's opinion: the Earth moves [X].

citationop back to ToC or Object Property ToC

IRI: http://schema.org/citation

This property is defined in schema.org and has been added here to align schema.org with CiTO. The object property schema:citation expresses similar semantics to cito:cites except for the explicit definition of domain and range classes, that are schema:CreativeWork according to schema.org. For that reason, it is here defined as a subproperty of cito:cites.
has super-properties
citesop

citesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/cites

The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism).

cites as authorityop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsAuthority

The citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion.
has super-properties
citesop
is inverse of
is cited as authority byop
Example: Newton asserted that we are like dwarfs standing on the shoulders of giants [X].

cites as data sourceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsDataSource

The citing entity cites the cited entity as source of data.
has super-properties
citesop
is inverse of
is cited as data source byop
Example: Italy has more than ten thousand kilometers of shoreline: see [X].

cites as evidenceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsEvidence

The citing entity cites the cited entity as source of factual evidence for statements it contains.
has super-properties
citesop
is inverse of
is cited as evidence byop
Example: We found an unquestionable demonstration of our hypothesis in [X].

cites as metadata documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsMetadataDocument

The citing entity cites the cited entity as being the container of metadata describing the citing entity.
has super-properties
citesop
is inverse of
is cited as metadata document byop
Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper.

cites as potential solutionop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsPotentialSolution

The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed.
has super-properties
citesop
is inverse of
is cited as potential solution byop
Example: This risk could be avoided using the approach shown in [X].

cites as recommended readingop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRecommendedReading

The citing entity cites the cited entity as an item of recommended reading. This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. Similarly, it could be used to describe items in a 'Suggested further reading' list at the end of a book chapter.
has super-properties
citesop
is inverse of
is cited as recommended reading byop
Example: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.

cites as relatedop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRelated

The citing entity cites the cited entity as one that is related.
has super-properties
citesop
is inverse of
is cited as related byop
Example: An analysis similar to what we proposed here is presented in [X].

cites as source documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsSourceDocument

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.
has super-properties
citesop
is inverse of
is cited as source document byop
Example: Several sections of this work are based on our literature review of the topic published as journal article [X].

cites for informationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesForInformation

The citing entity cites the cited entity as a source of information on the subject under discussion.
has super-properties
citesop
is inverse of
is cited for information byop
Example: The grammar of Pascal was introduced in [X].

compilesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/compiles

The citing entity is used to create or compile the cited entity.
has super-properties
citesop
is inverse of
is compiled byop
Example: This book gathers interviews with academic researchers of several disciplines [X].

confirmsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/confirms

The citing entity confirms facts, ideas or statements presented in the cited entity.
has super-properties
citesop
is inverse of
is confirmed byop
Example: Our findings are similar to those published in [X].

contains assertion fromop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/containsAssertionFrom

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. This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.
has super-properties
citesop
is inverse of
provides assertion forop
Example: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.

correctsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/corrects

The citing entity corrects statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is corrected byop
Example: The result published in [X] is partially wrong, the correct result is 42.

creditsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/credits

The citing entity acknowledges contributions made by the cited entity.
has super-properties
citesop
is inverse of
is credited byop
Example: Galileo was the first to observe Jupiter's satellites [X].

critiquesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/critiques

The citing entity critiques statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is critiqued byop
Example: The ideas presented in [X] are badly substantantiated.

deridesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/derides

The citing entity express derision for the cited entity, or for ideas or conclusions contained within it.
has super-properties
citesop
is inverse of
is derided byop
Example: The ideas published in [X] are incredibly stupid.

describesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/describes

The citing entity describes the cited entity.
has super-properties
citesop
is inverse of
is described byop
Example: Galileo's book [X] is a dialog among three scientists about Copernicus' eliocentric theory.

disagrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disagreesWith

The citing entity disagrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disagreed with byop
Example: We do not share Galileo's opinion [X]: the Earth does not move.

discussesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/discusses

The citing entity discusses statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is discussed byop
Example: We now examine if Galileo is right when he writes [X] that the Earth moves.

disputesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disputes

The citing entity disputes statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disputed byop
Example: We doubt that Galileo is right when he writes [X] that the Earth moves.

documentsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/documents

The citing entity documents information about the cited entity.
has super-properties
citesop
is inverse of
is documented byop
Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X].

extendsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/extends

The citing entity extends facts, ideas or understandings presented in the cited entity.
has super-properties
citesop
is inverse of
is extended byop
Example: We add to Galileo's findings concerning the Earth [X] that also the Moon moves.

gives background toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesBackgroundTo

The cited entity provides background information for the citing entity.
has super-properties
is cited byop
is inverse of
obtains background fromop

gives support toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesSupportTo

The cited entity provides intellectual or factual support for the citing entity.
has super-properties
is cited byop
is inverse of
obtains support fromop

has citation characterizationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/hasCitationCharacterization

A property that links a citation to its characterization made by using a CiTO citation characterization property such as cito:extends. This usage involved OWL2 punning, whenby a CiTO object property, such as the aforementioned cito:extends, is used as the object of an OWL assertion: :thisCitation cito:hasCitationCharacterization cito:extends . diff --git a/docs/2018-02-12/cito.json b/docs/2018-02-12/cito.json index adc3712..ec14cdb 100644 --- a/docs/2018-02-12/cito.json +++ b/docs/2018-02-12/cito.json @@ -787,7 +787,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "affilation self citation" + "@value": "affiliation self citation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ diff --git a/docs/2018-02-12/cito.nt b/docs/2018-02-12/cito.nt index 5effaf2..20a45c5 100644 --- a/docs/2018-02-12/cito.nt +++ b/docs/2018-02-12/cito.nt @@ -292,7 +292,7 @@ _:Nd4c5439c5b53444085f50bf36456ff37 < "Example: We follow [X] in using design patterns for testing."@en . . . - "affilation self citation"@en . + "affiliation self citation"@en . . "is updated by"@en . . diff --git a/docs/2018-02-12/cito.ttl b/docs/2018-02-12/cito.ttl index 1f3ab4b..c633d5b 100644 --- a/docs/2018-02-12/cito.ttl +++ b/docs/2018-02-12/cito.ttl @@ -107,7 +107,7 @@ Renamed the class cito:SelfCitation in cito:AuthorSelfCitation. Created a new cl owl:versionInfo "2.8"^^xsd:string . :AffilationSelfCitation a owl:Class ; - rdfs:label "affilation self citation"@en ; + rdfs:label "affiliation self citation"@en ; rdfs:comment """A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution. In particular, like the ancestor class cito:Citation, cito:AffiliationSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesAuthorInstitutionWith for linking the citing paper and the cited paper. diff --git a/docs/2018-02-12/cito.xml b/docs/2018-02-12/cito.xml index 45b358e..9843057 100644 --- a/docs/2018-02-12/cito.xml +++ b/docs/2018-02-12/cito.xml @@ -689,7 +689,7 @@ can be alternatively described as follows has reply from - affilation self citation + affiliation self citation A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution. In particular, like the ancestor class cito:Citation, cito:AffiliationSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesAuthorInstitutionWith for linking the citing paper and the cited paper. diff --git a/docs/2018-02-16/cito.html b/docs/2018-02-16/cito.html index 8582602..2dff5fe 100644 --- a/docs/2018-02-16/cito.html +++ b/docs/2018-02-16/cito.html @@ -80,7 +80,7 @@ Renamed the class cito:SelfCitation in cito:AuthorSelfCitation. Created a new class cito:SelfCitation with a more general definition (citation in which the citing and the cited entities have something significant in common with one another), which now includes five subclasses: cito:AuthorSelfCitation, cito:JournalSelfCitation, cito:FunderSelfCitation, cito:AffiliationSelfCitation, cito:AuthorNetworkSelfCitation. The latter class is also accompanied by the new data property cito:hasCoAuthorCitationLevel, which specifies the minimal distance that one of the authors of a citing entity has with regards to one of the authors of a cited entity according to their co-author network. Added the object properties cito:sharesPublicationVenueWith and its subproperty cito:sharesJournalWith. Added the data property cito:hasCitationCreationDate, and changed the domain of cito:hasCitationTimeSpan with xsd:duration. in v 2.8.1 -Renamed the property cito:hasCoAuthorCitationLevel in cito:hasCoAuthorshipCitationLevel.

Classes

affilation self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/AffilationSelfCitation

A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution. +Renamed the property cito:hasCoAuthorCitationLevel in cito:hasCoAuthorshipCitationLevel.

Classes

affiliation self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/AffilationSelfCitation

A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution. In particular, like the ancestor class cito:Citation, cito:AffiliationSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesAuthorInstitutionWith for linking the citing paper and the cited paper. @@ -163,7 +163,7 @@ can be alternatively described as follows :paperA cito:extends :paperB . - :paperA cito:sharesJournalWith :paperB .
has super-classes
self citationc
Derived from the blog post 'Journal self-citations are increasingly biased toward impact factor years' by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).

self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/SelfCitation

A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency.
has super-classes
citationc
has sub-classes
affilation self citationc, author network self citationc, author self citationc, funder self citationc, journal self citationc

Object Properties

agrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/agreesWith

The citing entity agrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is agreed with byop
Example: We share Galileo's opinion: the Earth moves [X].

citationop back to ToC or Object Property ToC

IRI: http://schema.org/citation

This property is defined in schema.org and has been added here to align schema.org with CiTO. The object property schema:citation expresses similar semantics to cito:cites except for the explicit definition of domain and range classes, that are schema:CreativeWork according to schema.org. For that reason, it is here defined as a subproperty of cito:cites.
has super-properties
citesop

citesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/cites

The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism).

cites as authorityop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsAuthority

The citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion.
has super-properties
citesop
is inverse of
is cited as authority byop
Example: Newton asserted that we are like dwarfs standing on the shoulders of giants [X].

cites as data sourceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsDataSource

The citing entity cites the cited entity as source of data.
has super-properties
citesop
is inverse of
is cited as data source byop
Example: Italy has more than ten thousand kilometers of shoreline: see [X].

cites as evidenceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsEvidence

The citing entity cites the cited entity as source of factual evidence for statements it contains.
has super-properties
citesop
is inverse of
is cited as evidence byop
Example: We found an unquestionable demonstration of our hypothesis in [X].

cites as metadata documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsMetadataDocument

The citing entity cites the cited entity as being the container of metadata describing the citing entity.
has super-properties
citesop
is inverse of
is cited as metadata document byop
Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper.

cites as potential solutionop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsPotentialSolution

The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed.
has super-properties
citesop
is inverse of
is cited as potential solution byop
Example: This risk could be avoided using the approach shown in [X].

cites as recommended readingop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRecommendedReading

The citing entity cites the cited entity as an item of recommended reading. This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. Similarly, it could be used to describe items in a 'Suggested further reading' list at the end of a book chapter.
has super-properties
citesop
is inverse of
is cited as recommended reading byop
Example: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.

cites as relatedop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRelated

The citing entity cites the cited entity as one that is related.
has super-properties
citesop
is inverse of
is cited as related byop
Example: An analysis similar to what we proposed here is presented in [X].

cites as source documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsSourceDocument

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.
has super-properties
citesop
is inverse of
is cited as source document byop
Example: Several sections of this work are based on our literature review of the topic published as journal article [X].

cites for informationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesForInformation

The citing entity cites the cited entity as a source of information on the subject under discussion.
has super-properties
citesop
is inverse of
is cited for information byop
Example: The grammar of Pascal was introduced in [X].

compilesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/compiles

The citing entity is used to create or compile the cited entity.
has super-properties
citesop
is inverse of
is compiled byop
Example: This book gathers interviews with academic researchers of several disciplines [X].

confirmsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/confirms

The citing entity confirms facts, ideas or statements presented in the cited entity.
has super-properties
citesop
is inverse of
is confirmed byop
Example: Our findings are similar to those published in [X].

contains assertion fromop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/containsAssertionFrom

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. This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.
has super-properties
citesop
is inverse of
provides assertion forop
Example: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.

correctsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/corrects

The citing entity corrects statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is corrected byop
Example: The result published in [X] is partially wrong, the correct result is 42.

creditsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/credits

The citing entity acknowledges contributions made by the cited entity.
has super-properties
citesop
is inverse of
is credited byop
Example: Galileo was the first to observe Jupiter's satellites [X].

critiquesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/critiques

The citing entity critiques statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is critiqued byop
Example: The ideas presented in [X] are badly substantantiated.

deridesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/derides

The citing entity express derision for the cited entity, or for ideas or conclusions contained within it.
has super-properties
citesop
is inverse of
is derided byop
Example: The ideas published in [X] are incredibly stupid.

describesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/describes

The citing entity describes the cited entity.
has super-properties
citesop
is inverse of
is described byop
Example: Galileo's book [X] is a dialog among three scientists about Copernicus' eliocentric theory.

disagrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disagreesWith

The citing entity disagrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disagreed with byop
Example: We do not share Galileo's opinion [X]: the Earth does not move.

discussesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/discusses

The citing entity discusses statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is discussed byop
Example: We now examine if Galileo is right when he writes [X] that the Earth moves.

disputesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disputes

The citing entity disputes statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disputed byop
Example: We doubt that Galileo is right when he writes [X] that the Earth moves.

documentsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/documents

The citing entity documents information about the cited entity.
has super-properties
citesop
is inverse of
is documented byop
Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X].

extendsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/extends

The citing entity extends facts, ideas or understandings presented in the cited entity.
has super-properties
citesop
is inverse of
is extended byop
Example: We add to Galileo's findings concerning the Earth [X] that also the Moon moves.

gives background toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesBackgroundTo

The cited entity provides background information for the citing entity.
has super-properties
is cited byop
is inverse of
obtains background fromop

gives support toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesSupportTo

The cited entity provides intellectual or factual support for the citing entity.
has super-properties
is cited byop
is inverse of
obtains support fromop

has citation characterizationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/hasCitationCharacterization

A property that links a citation to its characterization made by using a CiTO citation characterization property such as cito:extends. This usage involved OWL2 punning, whenby a CiTO object property, such as the aforementioned cito:extends, is used as the object of an OWL assertion: + :paperA cito:sharesJournalWith :paperB .
has super-classes
self citationc
Derived from the blog post 'Journal self-citations are increasingly biased toward impact factor years' by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).

self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/SelfCitation

A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency.
has super-classes
citationc
has sub-classes
affiliation self citationc, author network self citationc, author self citationc, funder self citationc, journal self citationc

Object Properties

agrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/agreesWith

The citing entity agrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is agreed with byop
Example: We share Galileo's opinion: the Earth moves [X].

citationop back to ToC or Object Property ToC

IRI: http://schema.org/citation

This property is defined in schema.org and has been added here to align schema.org with CiTO. The object property schema:citation expresses similar semantics to cito:cites except for the explicit definition of domain and range classes, that are schema:CreativeWork according to schema.org. For that reason, it is here defined as a subproperty of cito:cites.
has super-properties
citesop

citesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/cites

The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism).

cites as authorityop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsAuthority

The citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion.
has super-properties
citesop
is inverse of
is cited as authority byop
Example: Newton asserted that we are like dwarfs standing on the shoulders of giants [X].

cites as data sourceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsDataSource

The citing entity cites the cited entity as source of data.
has super-properties
citesop
is inverse of
is cited as data source byop
Example: Italy has more than ten thousand kilometers of shoreline: see [X].

cites as evidenceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsEvidence

The citing entity cites the cited entity as source of factual evidence for statements it contains.
has super-properties
citesop
is inverse of
is cited as evidence byop
Example: We found an unquestionable demonstration of our hypothesis in [X].

cites as metadata documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsMetadataDocument

The citing entity cites the cited entity as being the container of metadata describing the citing entity.
has super-properties
citesop
is inverse of
is cited as metadata document byop
Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper.

cites as potential solutionop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsPotentialSolution

The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed.
has super-properties
citesop
is inverse of
is cited as potential solution byop
Example: This risk could be avoided using the approach shown in [X].

cites as recommended readingop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRecommendedReading

The citing entity cites the cited entity as an item of recommended reading. This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. Similarly, it could be used to describe items in a 'Suggested further reading' list at the end of a book chapter.
has super-properties
citesop
is inverse of
is cited as recommended reading byop
Example: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.

cites as relatedop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRelated

The citing entity cites the cited entity as one that is related.
has super-properties
citesop
is inverse of
is cited as related byop
Example: An analysis similar to what we proposed here is presented in [X].

cites as source documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsSourceDocument

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.
has super-properties
citesop
is inverse of
is cited as source document byop
Example: Several sections of this work are based on our literature review of the topic published as journal article [X].

cites for informationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesForInformation

The citing entity cites the cited entity as a source of information on the subject under discussion.
has super-properties
citesop
is inverse of
is cited for information byop
Example: The grammar of Pascal was introduced in [X].

compilesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/compiles

The citing entity is used to create or compile the cited entity.
has super-properties
citesop
is inverse of
is compiled byop
Example: This book gathers interviews with academic researchers of several disciplines [X].

confirmsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/confirms

The citing entity confirms facts, ideas or statements presented in the cited entity.
has super-properties
citesop
is inverse of
is confirmed byop
Example: Our findings are similar to those published in [X].

contains assertion fromop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/containsAssertionFrom

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. This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.
has super-properties
citesop
is inverse of
provides assertion forop
Example: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.

correctsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/corrects

The citing entity corrects statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is corrected byop
Example: The result published in [X] is partially wrong, the correct result is 42.

creditsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/credits

The citing entity acknowledges contributions made by the cited entity.
has super-properties
citesop
is inverse of
is credited byop
Example: Galileo was the first to observe Jupiter's satellites [X].

critiquesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/critiques

The citing entity critiques statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is critiqued byop
Example: The ideas presented in [X] are badly substantantiated.

deridesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/derides

The citing entity express derision for the cited entity, or for ideas or conclusions contained within it.
has super-properties
citesop
is inverse of
is derided byop
Example: The ideas published in [X] are incredibly stupid.

describesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/describes

The citing entity describes the cited entity.
has super-properties
citesop
is inverse of
is described byop
Example: Galileo's book [X] is a dialog among three scientists about Copernicus' eliocentric theory.

disagrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disagreesWith

The citing entity disagrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disagreed with byop
Example: We do not share Galileo's opinion [X]: the Earth does not move.

discussesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/discusses

The citing entity discusses statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is discussed byop
Example: We now examine if Galileo is right when he writes [X] that the Earth moves.

disputesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disputes

The citing entity disputes statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disputed byop
Example: We doubt that Galileo is right when he writes [X] that the Earth moves.

documentsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/documents

The citing entity documents information about the cited entity.
has super-properties
citesop
is inverse of
is documented byop
Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X].

extendsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/extends

The citing entity extends facts, ideas or understandings presented in the cited entity.
has super-properties
citesop
is inverse of
is extended byop
Example: We add to Galileo's findings concerning the Earth [X] that also the Moon moves.

gives background toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesBackgroundTo

The cited entity provides background information for the citing entity.
has super-properties
is cited byop
is inverse of
obtains background fromop

gives support toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesSupportTo

The cited entity provides intellectual or factual support for the citing entity.
has super-properties
is cited byop
is inverse of
obtains support fromop

has citation characterizationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/hasCitationCharacterization

A property that links a citation to its characterization made by using a CiTO citation characterization property such as cito:extends. This usage involved OWL2 punning, whenby a CiTO object property, such as the aforementioned cito:extends, is used as the object of an OWL assertion: :thisCitation cito:hasCitationCharacterization cito:extends . diff --git a/docs/2018-02-16/cito.json b/docs/2018-02-16/cito.json index 6c3f697..0650b19 100644 --- a/docs/2018-02-16/cito.json +++ b/docs/2018-02-16/cito.json @@ -762,7 +762,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "affilation self citation" + "@value": "affiliation self citation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ diff --git a/docs/2018-02-16/cito.nt b/docs/2018-02-16/cito.nt index 5951f36..eb637db 100644 --- a/docs/2018-02-16/cito.nt +++ b/docs/2018-02-16/cito.nt @@ -545,7 +545,7 @@ _:N9e911dad8b2641f2bd460646380fea39 . "The cited entity is cited because the citing article contains speculations on its content or ideas."@en . "The citing entity cites the cited entity as source of factual evidence for statements it contains."@en . - "affilation self citation"@en . + "affiliation self citation"@en . . . "updates"@en . diff --git a/docs/2018-02-16/cito.ttl b/docs/2018-02-16/cito.ttl index d06e566..a2dce4c 100644 --- a/docs/2018-02-16/cito.ttl +++ b/docs/2018-02-16/cito.ttl @@ -110,7 +110,7 @@ Renamed the property cito:hasCoAuthorCitationLevel in cito:hasCoAuthorshipCitati owl:versionInfo "2.8.1"^^xsd:string . :AffilationSelfCitation a owl:Class ; - rdfs:label "affilation self citation"@en ; + rdfs:label "affiliation self citation"@en ; rdfs:comment """A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution. In particular, like the ancestor class cito:Citation, cito:AffiliationSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesAuthorInstitutionWith for linking the citing paper and the cited paper. diff --git a/docs/2018-02-16/cito.xml b/docs/2018-02-16/cito.xml index e8b99cd..d9cfdc9 100644 --- a/docs/2018-02-16/cito.xml +++ b/docs/2018-02-16/cito.xml @@ -368,7 +368,7 @@ can be alternatively described as follows :paperA cito:sharesAuthorInstitutionWith :paperB . - affilation self citation + affiliation self citation diff --git a/docs/current/cito.html b/docs/current/cito.html index 8582602..2dff5fe 100644 --- a/docs/current/cito.html +++ b/docs/current/cito.html @@ -80,7 +80,7 @@ Renamed the class cito:SelfCitation in cito:AuthorSelfCitation. Created a new class cito:SelfCitation with a more general definition (citation in which the citing and the cited entities have something significant in common with one another), which now includes five subclasses: cito:AuthorSelfCitation, cito:JournalSelfCitation, cito:FunderSelfCitation, cito:AffiliationSelfCitation, cito:AuthorNetworkSelfCitation. The latter class is also accompanied by the new data property cito:hasCoAuthorCitationLevel, which specifies the minimal distance that one of the authors of a citing entity has with regards to one of the authors of a cited entity according to their co-author network. Added the object properties cito:sharesPublicationVenueWith and its subproperty cito:sharesJournalWith. Added the data property cito:hasCitationCreationDate, and changed the domain of cito:hasCitationTimeSpan with xsd:duration. in v 2.8.1 -Renamed the property cito:hasCoAuthorCitationLevel in cito:hasCoAuthorshipCitationLevel.

Classes

affilation self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/AffilationSelfCitation

A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution. +Renamed the property cito:hasCoAuthorCitationLevel in cito:hasCoAuthorshipCitationLevel.

Classes

affiliation self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/AffilationSelfCitation

A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution. In particular, like the ancestor class cito:Citation, cito:AffiliationSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesAuthorInstitutionWith for linking the citing paper and the cited paper. @@ -163,7 +163,7 @@ can be alternatively described as follows :paperA cito:extends :paperB . - :paperA cito:sharesJournalWith :paperB .
has super-classes
self citationc
Derived from the blog post 'Journal self-citations are increasingly biased toward impact factor years' by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).

self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/SelfCitation

A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency.
has super-classes
citationc
has sub-classes
affilation self citationc, author network self citationc, author self citationc, funder self citationc, journal self citationc

Object Properties

agrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/agreesWith

The citing entity agrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is agreed with byop
Example: We share Galileo's opinion: the Earth moves [X].

citationop back to ToC or Object Property ToC

IRI: http://schema.org/citation

This property is defined in schema.org and has been added here to align schema.org with CiTO. The object property schema:citation expresses similar semantics to cito:cites except for the explicit definition of domain and range classes, that are schema:CreativeWork according to schema.org. For that reason, it is here defined as a subproperty of cito:cites.
has super-properties
citesop

citesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/cites

The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism).

cites as authorityop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsAuthority

The citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion.
has super-properties
citesop
is inverse of
is cited as authority byop
Example: Newton asserted that we are like dwarfs standing on the shoulders of giants [X].

cites as data sourceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsDataSource

The citing entity cites the cited entity as source of data.
has super-properties
citesop
is inverse of
is cited as data source byop
Example: Italy has more than ten thousand kilometers of shoreline: see [X].

cites as evidenceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsEvidence

The citing entity cites the cited entity as source of factual evidence for statements it contains.
has super-properties
citesop
is inverse of
is cited as evidence byop
Example: We found an unquestionable demonstration of our hypothesis in [X].

cites as metadata documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsMetadataDocument

The citing entity cites the cited entity as being the container of metadata describing the citing entity.
has super-properties
citesop
is inverse of
is cited as metadata document byop
Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper.

cites as potential solutionop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsPotentialSolution

The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed.
has super-properties
citesop
is inverse of
is cited as potential solution byop
Example: This risk could be avoided using the approach shown in [X].

cites as recommended readingop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRecommendedReading

The citing entity cites the cited entity as an item of recommended reading. This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. Similarly, it could be used to describe items in a 'Suggested further reading' list at the end of a book chapter.
has super-properties
citesop
is inverse of
is cited as recommended reading byop
Example: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.

cites as relatedop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRelated

The citing entity cites the cited entity as one that is related.
has super-properties
citesop
is inverse of
is cited as related byop
Example: An analysis similar to what we proposed here is presented in [X].

cites as source documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsSourceDocument

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.
has super-properties
citesop
is inverse of
is cited as source document byop
Example: Several sections of this work are based on our literature review of the topic published as journal article [X].

cites for informationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesForInformation

The citing entity cites the cited entity as a source of information on the subject under discussion.
has super-properties
citesop
is inverse of
is cited for information byop
Example: The grammar of Pascal was introduced in [X].

compilesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/compiles

The citing entity is used to create or compile the cited entity.
has super-properties
citesop
is inverse of
is compiled byop
Example: This book gathers interviews with academic researchers of several disciplines [X].

confirmsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/confirms

The citing entity confirms facts, ideas or statements presented in the cited entity.
has super-properties
citesop
is inverse of
is confirmed byop
Example: Our findings are similar to those published in [X].

contains assertion fromop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/containsAssertionFrom

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. This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.
has super-properties
citesop
is inverse of
provides assertion forop
Example: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.

correctsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/corrects

The citing entity corrects statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is corrected byop
Example: The result published in [X] is partially wrong, the correct result is 42.

creditsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/credits

The citing entity acknowledges contributions made by the cited entity.
has super-properties
citesop
is inverse of
is credited byop
Example: Galileo was the first to observe Jupiter's satellites [X].

critiquesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/critiques

The citing entity critiques statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is critiqued byop
Example: The ideas presented in [X] are badly substantantiated.

deridesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/derides

The citing entity express derision for the cited entity, or for ideas or conclusions contained within it.
has super-properties
citesop
is inverse of
is derided byop
Example: The ideas published in [X] are incredibly stupid.

describesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/describes

The citing entity describes the cited entity.
has super-properties
citesop
is inverse of
is described byop
Example: Galileo's book [X] is a dialog among three scientists about Copernicus' eliocentric theory.

disagrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disagreesWith

The citing entity disagrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disagreed with byop
Example: We do not share Galileo's opinion [X]: the Earth does not move.

discussesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/discusses

The citing entity discusses statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is discussed byop
Example: We now examine if Galileo is right when he writes [X] that the Earth moves.

disputesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disputes

The citing entity disputes statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disputed byop
Example: We doubt that Galileo is right when he writes [X] that the Earth moves.

documentsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/documents

The citing entity documents information about the cited entity.
has super-properties
citesop
is inverse of
is documented byop
Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X].

extendsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/extends

The citing entity extends facts, ideas or understandings presented in the cited entity.
has super-properties
citesop
is inverse of
is extended byop
Example: We add to Galileo's findings concerning the Earth [X] that also the Moon moves.

gives background toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesBackgroundTo

The cited entity provides background information for the citing entity.
has super-properties
is cited byop
is inverse of
obtains background fromop

gives support toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesSupportTo

The cited entity provides intellectual or factual support for the citing entity.
has super-properties
is cited byop
is inverse of
obtains support fromop

has citation characterizationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/hasCitationCharacterization

A property that links a citation to its characterization made by using a CiTO citation characterization property such as cito:extends. This usage involved OWL2 punning, whenby a CiTO object property, such as the aforementioned cito:extends, is used as the object of an OWL assertion: + :paperA cito:sharesJournalWith :paperB .
has super-classes
self citationc
Derived from the blog post 'Journal self-citations are increasingly biased toward impact factor years' by Ludo Waltman and Caspar Chorus (https://www.cwts.nl/blog?article=n-q2x264).

self citationc back to ToC or Class ToC

IRI: http://purl.org/spar/cito/SelfCitation

A citation in which the citing and the cited entities have something significant in common with one another, over and beyond their subject matter, for example authors, journal, institutional affiliation, or funding agency.
has super-classes
citationc
has sub-classes
affiliation self citationc, author network self citationc, author self citationc, funder self citationc, journal self citationc

Object Properties

agrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/agreesWith

The citing entity agrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is agreed with byop
Example: We share Galileo's opinion: the Earth moves [X].

citationop back to ToC or Object Property ToC

IRI: http://schema.org/citation

This property is defined in schema.org and has been added here to align schema.org with CiTO. The object property schema:citation expresses similar semantics to cito:cites except for the explicit definition of domain and range classes, that are schema:CreativeWork according to schema.org. For that reason, it is here defined as a subproperty of cito:cites.
has super-properties
citesop

citesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/cites

The citing entity cites the cited entity, either directly and explicitly (as in the reference list of a journal article), indirectly (e.g. by citing a more recent paper by the same group on the same topic), or implicitly (e.g. as in artistic quotations or parodies, or in cases of plagiarism).

cites as authorityop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsAuthority

The citing entity cites the cited entity as one that provides an authoritative description or definition of the subject under discussion.
has super-properties
citesop
is inverse of
is cited as authority byop
Example: Newton asserted that we are like dwarfs standing on the shoulders of giants [X].

cites as data sourceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsDataSource

The citing entity cites the cited entity as source of data.
has super-properties
citesop
is inverse of
is cited as data source byop
Example: Italy has more than ten thousand kilometers of shoreline: see [X].

cites as evidenceop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsEvidence

The citing entity cites the cited entity as source of factual evidence for statements it contains.
has super-properties
citesop
is inverse of
is cited as evidence byop
Example: We found an unquestionable demonstration of our hypothesis in [X].

cites as metadata documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsMetadataDocument

The citing entity cites the cited entity as being the container of metadata describing the citing entity.
has super-properties
citesop
is inverse of
is cited as metadata document byop
Example: Basic bibliographic, entity and project metadata relating to this article, recorded in a structured machine-readable form, is available as an additional file [X] accompanying this paper.

cites as potential solutionop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsPotentialSolution

The citing entity cites the cited entity as providing or containing a possible solution to the issues being discussed.
has super-properties
citesop
is inverse of
is cited as potential solution byop
Example: This risk could be avoided using the approach shown in [X].

cites as recommended readingop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRecommendedReading

The citing entity cites the cited entity as an item of recommended reading. This property can be used, for example, to describe references in a lecture reading list, where the cited references are relevant to the general topic of the lecture, but might not be individually cited within the text of the lecture. Similarly, it could be used to describe items in a 'Suggested further reading' list at the end of a book chapter.
has super-properties
citesop
is inverse of
is cited as recommended reading byop
Example: To our knowledge, [X] is the best source of exercises about UML, making it a valuable proposal for beginners.

cites as relatedop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsRelated

The citing entity cites the cited entity as one that is related.
has super-properties
citesop
is inverse of
is cited as related byop
Example: An analysis similar to what we proposed here is presented in [X].

cites as source documentop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesAsSourceDocument

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.
has super-properties
citesop
is inverse of
is cited as source document byop
Example: Several sections of this work are based on our literature review of the topic published as journal article [X].

cites for informationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/citesForInformation

The citing entity cites the cited entity as a source of information on the subject under discussion.
has super-properties
citesop
is inverse of
is cited for information byop
Example: The grammar of Pascal was introduced in [X].

compilesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/compiles

The citing entity is used to create or compile the cited entity.
has super-properties
citesop
is inverse of
is compiled byop
Example: This book gathers interviews with academic researchers of several disciplines [X].

confirmsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/confirms

The citing entity confirms facts, ideas or statements presented in the cited entity.
has super-properties
citesop
is inverse of
is confirmed byop
Example: Our findings are similar to those published in [X].

contains assertion fromop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/containsAssertionFrom

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. This object property is designed to be used to relate a separate abstract, summary or nanopublication to the cited entity upon which it is based.
has super-properties
citesop
is inverse of
provides assertion forop
Example: We think that to stand on the top of giants [X] is a valuable principle to follow for our own research.

correctsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/corrects

The citing entity corrects statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is corrected byop
Example: The result published in [X] is partially wrong, the correct result is 42.

creditsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/credits

The citing entity acknowledges contributions made by the cited entity.
has super-properties
citesop
is inverse of
is credited byop
Example: Galileo was the first to observe Jupiter's satellites [X].

critiquesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/critiques

The citing entity critiques statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is critiqued byop
Example: The ideas presented in [X] are badly substantantiated.

deridesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/derides

The citing entity express derision for the cited entity, or for ideas or conclusions contained within it.
has super-properties
citesop
is inverse of
is derided byop
Example: The ideas published in [X] are incredibly stupid.

describesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/describes

The citing entity describes the cited entity.
has super-properties
citesop
is inverse of
is described byop
Example: Galileo's book [X] is a dialog among three scientists about Copernicus' eliocentric theory.

disagrees withop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disagreesWith

The citing entity disagrees with statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disagreed with byop
Example: We do not share Galileo's opinion [X]: the Earth does not move.

discussesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/discusses

The citing entity discusses statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is discussed byop
Example: We now examine if Galileo is right when he writes [X] that the Earth moves.

disputesop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/disputes

The citing entity disputes statements, ideas or conclusions presented in the cited entity.
has super-properties
citesop
is inverse of
is disputed byop
Example: We doubt that Galileo is right when he writes [X] that the Earth moves.

documentsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/documents

The citing entity documents information about the cited entity.
has super-properties
citesop
is inverse of
is documented byop
Example: Herein we report in detail the complete set of ontological rules defined in the Overlapping Ontology [X].

extendsop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/extends

The citing entity extends facts, ideas or understandings presented in the cited entity.
has super-properties
citesop
is inverse of
is extended byop
Example: We add to Galileo's findings concerning the Earth [X] that also the Moon moves.

gives background toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesBackgroundTo

The cited entity provides background information for the citing entity.
has super-properties
is cited byop
is inverse of
obtains background fromop

gives support toop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/givesSupportTo

The cited entity provides intellectual or factual support for the citing entity.
has super-properties
is cited byop
is inverse of
obtains support fromop

has citation characterizationop back to ToC or Object Property ToC

IRI: http://purl.org/spar/cito/hasCitationCharacterization

A property that links a citation to its characterization made by using a CiTO citation characterization property such as cito:extends. This usage involved OWL2 punning, whenby a CiTO object property, such as the aforementioned cito:extends, is used as the object of an OWL assertion: :thisCitation cito:hasCitationCharacterization cito:extends . diff --git a/docs/current/cito.json b/docs/current/cito.json index 6c3f697..0650b19 100644 --- a/docs/current/cito.json +++ b/docs/current/cito.json @@ -762,7 +762,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "affilation self citation" + "@value": "affiliation self citation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ diff --git a/docs/current/cito.nt b/docs/current/cito.nt index 5951f36..eb637db 100644 --- a/docs/current/cito.nt +++ b/docs/current/cito.nt @@ -545,7 +545,7 @@ _:N9e911dad8b2641f2bd460646380fea39 . "The cited entity is cited because the citing article contains speculations on its content or ideas."@en . "The citing entity cites the cited entity as source of factual evidence for statements it contains."@en . - "affilation self citation"@en . + "affiliation self citation"@en . . . "updates"@en . diff --git a/docs/current/cito.owl b/docs/current/cito.owl index 037571a..d379be5 100644 --- a/docs/current/cito.owl +++ b/docs/current/cito.owl @@ -1347,7 +1347,7 @@ can be alternatively described as follows :paperA cito:extends :paperB . :paperA cito:sharesAuthorInstitutionWith :paperB . - affilation self citation + affiliation self citation diff --git a/docs/current/cito.ttl b/docs/current/cito.ttl index d06e566..a2dce4c 100644 --- a/docs/current/cito.ttl +++ b/docs/current/cito.ttl @@ -110,7 +110,7 @@ Renamed the property cito:hasCoAuthorCitationLevel in cito:hasCoAuthorshipCitati owl:versionInfo "2.8.1"^^xsd:string . :AffilationSelfCitation a owl:Class ; - rdfs:label "affilation self citation"@en ; + rdfs:label "affiliation self citation"@en ; rdfs:comment """A citation in which at least one author from each of the citing and the cited entities is affiliated with the same academic institution. In particular, like the ancestor class cito:Citation, cito:AffiliationSelfCitation and its accompanying object properties cito:hasCitingEntity, cito:hasCitedEntity and cito:hasCitationCharacterization can be employed to reify direct citation statements made using the CiTO citation object property cito:cites or one of its sub-properties, accompanied by an additional statement using cito:sharesAuthorInstitutionWith for linking the citing paper and the cited paper. diff --git a/docs/current/cito.xml b/docs/current/cito.xml index e8b99cd..d9cfdc9 100644 --- a/docs/current/cito.xml +++ b/docs/current/cito.xml @@ -368,7 +368,7 @@ can be alternatively described as follows :paperA cito:sharesAuthorInstitutionWith :paperB . - affilation self citation + affiliation self citation