Property talk:P2860

Latest comment: 1 year ago by Trilotat in topic property constraint

Documentation

cites work
citation from one creative or scholarly work to another
Representscitation (Q1713)
Data typeItem
Domain
According to this template: documents: scientific articles, books, legal texts, ...
According to statements in the property:
creative work (Q17537576), scholarly article (Q13442814), version, edition or translation (Q3331189), academic writing (Q4119870), written work (Q47461344), press release (Q207184) or government document (Q30941709)
When possible, data should only be stored as statements
ExampleScientific citations in Wikipedia (Q21172284)Internet encyclopaedias go head to head (Q24239902)
Zika virus damages the human placental barrier and presents marked fetal neurotropism (Q24245131)Intrauterine West Nile virus: ocular and systemic findings (Q24245233)
Reinventing Discovery: The New Era of Networked Science (Q7310435)As We May Think (Q610709)
The Use of Knowledge in Society (Q3560872)
Planned Parenthood v. Casey (Q2107009)Roe v. Wade (Q300950)
Webster v. Reproductive Health Services (Q7978983)
Thornburgh v. American College of Obstetricians and Gynecologists (Q17013940)
See alsoacknowledged (P7137), quotes work (P6166), quotation (P1683), references work, tradition or theory (P8371), reply to (P2675)
Lists
Proposal discussionProposal discussion
Current uses
Total293,439,354
Main statement293,439,252>99.9% of uses
Qualifier63<0.1% of uses
Reference39<0.1% of uses
[create Create a translatable help page (preferably in English) for this property to be included here]
Property “title (P1476)” declared by target items of “cites work (P2860): If [item A] has this property with value [item B], [item B] is required to have property “title (P1476)”. (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P2860#Target required claim P1476, SPARQL, SPARQL (by value)
Item “publication date (P577): Items with this property should also have “publication date (P577)”. (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303). Known exceptions: Urdu Lughat (Q18625803)
List of violations of this constraint: Database reports/Constraint violations/P2860#Item P577, SPARQL
Scope is as main value (Q54828448): the property must be used by specified way only (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P2860#Scope, SPARQL
Allowed entity types are Wikibase item (Q29934200): the property may only be used on a certain entity type (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P2860#Entity types

Schema.org description edit

I think it's perfect for us: A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.. Aubrey (talk) 09:02, 27 May 2016 (UTC)Reply

Could we have more documentation? edit

Hi,

I think I globally see the point of this property but could we have more documentation and explanation? At least, could there be more diverse examples and maybe more constraints?

Cdlt, VIGNERON (talk) 15:49, 27 May 2016 (UTC)Reply

I added an example from the text of a famous US Supreme Court sentence.--DarTar (talk) 23:38, 28 May 2016 (UTC)Reply

Queries edit

@Fnielsen: posted this query that shows the most cited author:

#defaultView:BubbleChart
SELECT ?author ?authorLabel (COUNT(?publication) AS ?count)
WHERE
{
    ?item wdt:P2860 ?publication .
    ?publication wdt:P50 ?author .
    SERVICE wikibase:label {
        bd:serviceParam wikibase:language "en" .
    }
}
GROUP BY ?author ?authorLabel
ORDER BY DESC(?count)
Try it!

and here is the most cited paper:

#Which publication is cited the most? Counting publications that cite other publications (expressed with p2860)
SELECT ?publication ?publicationLabel (COUNT(?publication) AS ?count)
WHERE
{
    ?item wdt:P2860 ?publication .
    SERVICE wikibase:label {
        bd:serviceParam wikibase:language "en" .
       ?publication rdfs:label ?publicationLabel
    }
}
GROUP BY ?publication ?publicationLabel
ORDER BY DESC(?count)
Try it!

--Tobias1984 (talk) 18:05, 31 May 2016 (UTC)Reply

@Fnielsen: @Tobias1984: As of today, these queries return timeout errors --Ogoorcs (talk) 18:13, 9 September 2017 (UTC)Reply

@Ogoorcs: The labeling service is inefficient. Try this with delayed labeling. It finishes in 24 seconds.

#defaultView:BubbleChart
SELECT ?count ?author ?authorLabel 
WITH {
  SELECT ?author (COUNT(?publication) AS ?count) WHERE {
    ?item wdt:P2860 ?publication .
    ?publication wdt:P50 ?author .
  }
  GROUP BY ?author
} AS %result
WHERE {
  INCLUDE %result
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" .
  }
}
ORDER BY DESC(?count)
Try it!

Reference for "cites" edit

This is one of those properties that always have a reference: it's the document itself, supposedly identified by the very same Q. So, which kind of reference should we put? "stated in" "QXXX"?. Aubrey (talk) 14:39, 11 June 2016 (UTC)Reply

Well, I do not know if we usually bother to add any "stated in" at all in such cases, except when there is doubts about it. I mean "author" of a book is stated in the first pages of the book and the "director" is stated in the closing credits of the film. It is kind of obvious. I have seen it, but in so few cases, that I am not aware of any well used practise. "Cites" can in the same way be found in the footnotes or the reference-section. "stated in:the item itself" could look awkward when it is used in the Client, probably better to add something like "chapter:reference-section" instead. -- Innocent bystander (talk) 16:04, 11 June 2016 (UTC)Reply
In my opinion leaving always the self-reference has some donwsides. It implies that all statements without reference are referenced in the document itself. But some statements might come from other sources. For example a later source making a statement about the author, when the document itself has the author listed under a pseudonym. Mostly edge cases but still something we have to watch out for. --Tobias1984 (talk) 17:31, 11 June 2016 (UTC)Reply
Yes, Author:Robert Galbraith is one such case. -- Innocent bystander (talk) 18:20, 11 June 2016 (UTC)Reply
I agree that location of the citation is good: "pag. 22", or "chapter 11". And also agree that edge cases should be qualified. But I'm kinda happy leaving unreferenced these statements, it's of course the easier path. Aubrey (talk) 20:20, 11 June 2016 (UTC)Reply
I'm kind of new to talk pages and I'm not sure if it's OK to revive old threads like this, but I thought this talk page and particularly this thread was the best place to post this. I'm gonna use this criterion for citations (i.e., cited items) added manually by users of the WikiCite plugin for the reference management software Zotero that I'm developing. That is, if users manually add a citation to an item instead of retrieving it from another source (i.e., Crossref), upon syncing to Wikidata the "cites work" statement will be added without a "reference" field. --Diegodlh (talk) 01:19, 23 March 2021 (UTC)Reply
There are instances of citations which have only been reported by other sources, for instance in another document or in an existing citation database. But a list of qualifiers (page number, part of the document, type of agreement...) is more helpful. I'd say without qualifier the chance is high that the statement needs a reference. -- JakobVoss (talk) 12:40, 12 June 2016 (UTC)Reply

Partial citation trees? edit

As part of my import of the NIOSH research database into Wikidata I would like to (eventually) build a basic citation tree, documenting to what extent these papers cite each other. However, I don't know that I want to do a complete citation tree; such a project would get unwieldy fast, as Daniel Kinzler brought up during Wikicite. It would therefore be satisfactory for my purposes to only use the property to the extent that there are already Wikidata items on the papers being cited. Is there any way to represent with this property the fact that there are more papers being cited, but are not being included? Is that implied by the nature of the property (or by the nature of Wikidata)? James Hare (NIOSH) (talk) 13:04, 27 June 2016 (UTC)Reply

I don't see an issue "leaving some out". --Izno (talk) 13:47, 27 June 2016 (UTC)Reply
(Maybe I am misunderstanding the question, but here I try) You can only indicate cites with items that already exists. Otherwise we would need a property parallel to author name string (P2093) or indicate citation with "unknown value". For children we also have number of children number of children (P1971). — Finn Årup Nielsen (fnielsen) (talk) 16:15, 1 July 2016 (UTC)Reply

Typing of citations? edit

Citation counts are still used to quantify the impact an research article has, as well as misused as metric for the quality of journals. However, one citation is unlike the other. This has been long acknowledged and there are many reasons why an article is cited, and this is not always because the citing article agrees. The Citation Typing Ontology (Q44955364) models the various reasons for citing another article. It would be welcome if Wikidata would adopt (a subset of) CiTO and innovate the landscape of research on citation networks.

I proposed this for the Cologne WikiCite satellite meeting that, of course, never happened. I want to go ahead, and will do some exploration. --Egon Willighagen (talk) 06:53, 20 June 2020 (UTC)Reply

Use on items for articles of Biographisches Lexikon des Kaiserthums Oesterreich (Q665807) edit

numbers/cites
has a count of statements (across the 25000 articles of that work)
numbers/cites/by work
does that by work

--- Jura 15:54, 5 July 2020 (UTC)Reply

Has the title of this changed recently without showing in history? edit

Strange, but I thought this was "cites works" or something like that. I look in history and don't see any change. Am I imagining this? Trilotat (talk) 19:53, 18 August 2020 (UTC)Reply

It's "cites work" in English since Sept 2019 and "cites" in British English.
Sometimes property labels aren't displayed .. --- Jura 08:13, 19 August 2020 (UTC)Reply

Comments and endorsements open for WikiCite plugin for Zotero grant proposal edit

I have posted a draft grant proposal to develop a WikiCite plugin for the open source reference management software Zotero. The idea is to add citations support to Zotero, retrieve citations data (P2860, this property) from WikiData, provide an easy way for users to fill in missing citation information and contribute it back to WikiData, and offer citation graph visualizations. I would very much appreciate it if you could post your questions/comments in the proposal discussion page. Please, endorse the proposal if you think it may be worth it. Thanks! --Diegodlh (talk)

What to do if the cited work has since been corrected or retracted edit

Should there be a qualifier? If so,

  • what should that qualifier be?

and should one...

  • add the qualifier to the cited work as is? or
  • deprecate the citation and add a new one with the qualifier?

Trilotat (talk) 15:27, 24 June 2021 (UTC)Reply

property constraint edit

Should we add published in (P1433) as a valid qualifier for cites work? It would apply to references found within other published works. Trilotat (talk) 17:21, 25 November 2022 (UTC)Reply

Return to "P2860" page.