<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Scholia and Scientometrics with Wikidata</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Årup</forename><surname>Finn</surname></persName>
						</author>
						<author>
							<persName><surname>Nielsen</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">DTU Compute</orgName>
								<orgName type="laboratory">Cognitive Systems</orgName>
								<orgName type="institution">Technical University of Denmark</orgName>
								<address>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Daniel</forename><surname>Mietchen</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">EvoMRI Communications</orgName>
								<address>
									<settlement>Jena</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Egon</forename><surname>Willighagen</surname></persName>
							<affiliation key="aff2">
								<orgName type="department">Dept of Bioinformatics -BiGCaT</orgName>
								<orgName type="institution" key="instit1">NUTRIM</orgName>
								<orgName type="institution" key="instit2">Maastricht University</orgName>
								<address>
									<country key="NL">The Netherlands</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Scholia and Scientometrics with Wikidata</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">3324017A06F27A6ECEBCCA257D5BB459</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T12:36+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Scholia is a tool to handle scientific bibliographic information through Wikidata. The Scholia Web service creates on-the-fly scholarly profiles for researchers, organizations, journals, publishers, individual scholarly works, and for research topics. To collect the data, it queries the SPARQL-based Wikidata Query Service. Among several display formats available in Scholia are lists of publications for individual researchers and organizations, publications per year, employment timelines, as well as coauthor and topic networks and citation graphs. The Python package implementing the Web service is also able to format Wikidata bibliographic entries for use in LaTeX/BIBTeX.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Wikipedia contains significant amounts of data relevant for scientometrics, and it has formed the basis for several scientometric studies <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b20">21,</ref><ref type="bibr" target="#b23">24,</ref><ref type="bibr" target="#b26">27]</ref>. Such studies can use the structured references found in Wikipedia articles or use the intrawiki hyperlinks, e.g., to compare citations from Wikipedia to scholarly journals with Thomson Reuters journal citation statistics as in <ref type="bibr" target="#b14">[15]</ref> or to rank universities as in <ref type="bibr" target="#b26">[27]</ref>.</p><p>While many Wikipedia pages have numerous references to scientific articles, the current Wikipedias have very few entries about specific scientific articles. This is most evident when browsing the Academic journal articles category on the English Wikipedia. 4 Among the few items in that category are famed papers such as the 1948 physics paper The Origin of Chemical Elements <ref type="bibr" target="#b1">[2]</ref> -described in the English Wikipedia article Alpher-Bethe-Gamow paper 5 -as well as the 1953 article Molecular Structure of Nucleic Acids: A Structure for Deoxyribose Nucleic Acid <ref type="bibr" target="#b3">[4]</ref> on eight Wikipedias. Another scientific article is Hillary Putnam's Is Semantics Possible? <ref type="bibr" target="#b21">[22]</ref> 6 from 1970 on the Estonian Wikipedia.</p><p>References in Wikipedia are often formatted in templates, and it takes some effort to extract and match information in these fields. For instance, in a study of journals cited on Wikipedia, a database was built containing journal name variations to match the many different variations that Wikipedia editors used when citing scientific articles <ref type="bibr" target="#b14">[15]</ref>. The use of standard identifiers -such as the Digital Object Identifier (DOI) -in citations on Wikipedia can help to some extent to uniquely identify works and journals.</p><p>Several other wikis have been set up to describe scientific articles, such as WikiPapers, AcaWiki, Wikilit <ref type="bibr" target="#b18">[19]</ref> and Brede Wiki <ref type="bibr" target="#b16">[17]</ref>. <ref type="foot" target="#foot_1">7</ref> They are all examples of MediaWiki-based wikis that primarily describe scientific articles. Three of them use the Semantic MediaWiki extension <ref type="bibr" target="#b12">[13]</ref>, while the fourth uses MediaWiki's template functionality <ref type="foot" target="#foot_2">8</ref> to structure bibliographic information.</p><p>Since the launch of Wikidata<ref type="foot" target="#foot_3">9</ref>  <ref type="bibr" target="#b24">[25]</ref>, the Wikimedia family includes a platform to better handle structured data such as bibliographic data and to enforce input validation to a greater degree than Wikipedia. Wikidata data can be reified to triples <ref type="bibr" target="#b7">[8]</ref>, and graph-oriented databases, including SPARQL databases, can represent Wikidata data <ref type="bibr" target="#b8">[9]</ref>. The Wikidata Query Service (WDQS) <ref type="foot" target="#foot_4">10</ref> is an extended SPARQL endpoint that exposes the Wikidata data. Apart from offering a SPARQL endpoint, it also features an editor and a variety of frontend result display options. It may render the SPARQL query result as, e.g., bubble charts, line charts, graphs, timelines, list of images, points on a geographical map, or just provide the result as a table. These results can also be embedded on other Web pages via an HTML iframe element. We note that Wikidata is open data published under CC0, and it is available not only through the SPARQL endpoint, but also-like any other project of the Wikimedia family-through an API and dump files. <ref type="foot" target="#foot_5">11</ref>In the following sections, we describe how Wikidata has been used for bibliographic information and present Scholia, our website built to expose such information. We furthermore show how Scholia can be used for bibliography generation and discuss limitations and advantages with Wikidata and Scholia.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Bibliographic information on Wikidata</head><p>Wikidata editors have begun to systematically add scientific bibliographic data to Wikidata across a broad range of scientific domains -see Table <ref type="table" target="#tab_0">1</ref> for a summary of Wikidata as a digital library. Individual researchers and scientific articles not described by their own Wikipedia article in any language are routinely added to Wikidata, and we have so far experienced very few deletions of such data in reference to a notability criterion. The current interest in expanding bibliographic information on Wikidata has been boosted by the WikiCite project, which aims at collecting bibliographic information in Wikidata and held its first workshop in 2016 <ref type="bibr" target="#b22">[23]</ref>.</p><p>The bibliographic information collected on Wikidata is about books, articles (including preprints), authors, organizations, journals, and publishers. These items (corresponding to subject in Semantic Web parlance) can be interlinked through Wikidata properties (corresponding to the predicate), such as author (P50), <ref type="foot" target="#foot_7">13</ref> published in (P1433), publisher (P123), series (P179), main theme (P921), educated at (P69), employer (P108), part of (P361), sponsor (P859, can be used for funding), cites (P2860) and several other properties. <ref type="foot" target="#foot_8">14</ref>Numerous properties exist on Wikidata for deep linking to external resources, e.g., for DOI, PMID, PMCID, arXiv, ORCID, Google Scholar, VIAF, Crossref funder ID, ZooBank and Twitter. With these many identifiers, Wikidata can act as a hub for scientometrics studies between resources. If no dedicated Wikidata property exists for a resource, one of the URL properties can work as a substitute for creating a deep link to a resource. For instance, P1325 (external data available at) can point to raw or supplementary data associated with a paper. We have used this scheme for scientific articles associated with datasets stored in OpenfMRI <ref type="bibr" target="#b19">[20]</ref>, an online database with raw brain measurements, mostly from functional magnetic resonance imaging studies. Using WDQS, we query the set of OpenfMRI-linked items using the following query:</p><p>? item wdt : P1325 ? resource . filter strstarts ( str (? resource ) , " https :// openfmri . org / dataset / " )</p><p>A similar scheme is used for a few of the scientific articles associated with data in the neuroinformatics databases Neurosynth <ref type="bibr" target="#b25">[26]</ref> and NeuroVault <ref type="bibr" target="#b5">[6]</ref>.</p><p>When bibliographic items exist in Wikidata, they can be used as references to support claims (corresponding to triplets with extra qualifiers) in other items of Wikidata, e.g., a biological claim can be linked to the Wikidata item for a scientific journal.</p><p>By using these properties systematically according to an emerging data model, <ref type="foot" target="#foot_9">15</ref> editors have extended the bibliographic information in Wikidata. Particularly instrumental in this process was a set of tools built by Magnus Manske, QuickStatements <ref type="foot" target="#foot_10">16</ref> and Source MetaData, <ref type="foot" target="#foot_11">17</ref> including the latter's associated Resolve authors tool. <ref type="foot" target="#foot_12">18</ref> Information can be extracted from, e.g., PubMed, PubMed Central and arXiv and added to Wikidata.</p><p>How complete is Wikidata in relation to scientific bibliographic information? Journals and universities are well represented. For instance, 31,895 Wikidata items are linked with the identifier for the Collections of the National Library of Medicine (P1055). Far less covered are individual articles, individual researchers, university departments and citations between scientific articles. Most of the scientific articles in Wikidata are claimed to be an instance of (P31) the Wikidata item scientific article (Q13442814). With a WDQS query, we can count the number of Wikidata items linked to scientific article: select ( count (? work ) as ? count ) where { ? work wdt : P31 wd : Q13442814 . }</p><p>As of 12 March 2017, the query returned the result 615,182, see also Table <ref type="table" target="#tab_0">1</ref>.</p><p>In comparison, arXiv states having 1,240,585 e-prints and ACM Digital Library states to have 24,110 proceedings. <ref type="foot" target="#foot_13">19</ref> There were 8,617 authors associated with Wikidata items linked through the author property (P50) to items that are instance of scientific article, and the number of citations as counted by triples using the P2860 (cites) property stood at 2,729,164:</p><p>select ( count (? citedwork ) as ? count ) where { ? work wdt : P2860 ? citedwork . }</p><p>The completeness can be fairly uneven. Articles from PLOS journals are much better represented than articles from the journals of IEEE.</p><p>The sponsor property has been used extensively for National Institute for Occupational Safety and Health (NIOSH) with 52,852 works linking to the organization, 18,135 of which are instance of scientific articles, but apart from NIOSH, the use of the property has been very limited for scientific articles. 20 Scholia provides both a Python package and a Web service for presenting and interacting with scientific information from Wikidata. The code is available via https://github. com/fnielsen/scholia, and a first release has been archived in Zenodo <ref type="bibr" target="#b17">[18]</ref>. As a Web service, its canonical site runs from the Wikimedia Foundation-provided service Wikimedia Tool Labs at https://tools.wmflabs. org/scholia/, but the Scholia package may be downloaded and run from a local server as well. Scholia uses the Flask Python Web framework <ref type="bibr" target="#b6">[7]</ref>. The current Web service relies entirely on Wikidata for all its presented data. The frontend consists mostly of HTML iframe elements for embedding the on-the-flygenerated WDQS results and uses many of the different output formats from this service: tables, bubble charts, bar charts, line charts, graphs and image lists.</p><p>Through a JavaScript-based query to the MediaWiki API, an excerpt from the English Wikipedia is shown on the top of each Scholia page if the corresponding Wikidata item is associated with an article in the English Wikipedia. The label for the item is fetched via Wikidata's MediaWiki API. While some other information can be fetched this way, Scholia's many aggregation queries are better handled through SPARQL.</p><p>Scholia uses the Wikidata item identifier as its identifier rather than author name, journal titles, etc. A search field on the front page provides a Scholia user with the ability to search for a name to retrieve the relevant Wikidata identifier. To display items, Scholia sets up a number of what we call "aspects". The currently implemented aspects are author, work, organization, venue, series, publisher, sponsor and topic, see Table <ref type="table" target="#tab_1">2</ref>. The present selection was motivated by the possibilities inherent in the Wikidata items and properties. We plan to extend this to further aspects, e.g., award or determination method. A URL scheme distinguishes the different aspects, so the URL path /scholia/author/Q6365492 will show the author aspect of the statistician Kanti V. Mardia, while /scholia/topic/Q6365492 will show the topic aspect of the person, e.g., articles about Mardia. Likewise, universities can be viewed, for instance, as organizations or as sponsors. Indeed, any Wikidata item can be viewed in any Scholia aspect, but Scholia can show no data if the user selects a "wrong" aspect, i.e. one for which no relevant data is available in Wikidata.</p><p>For each aspect, we make multiple WDQS queries based on the Wikidata item for which the results in the panels are displayed, -technically in embedded iframes. For the author aspect, Scholia queries WDQS for the list of publications, showing the result in a table, displaying a bar chart of the number of publications per year, number of pages per year, venue statistics, co-author graph, topics of the published works (based on the "main theme" property), associated images, education and employment history as timelines, academic tree, map with locations associated with the author, and citation statistics -see Fig. <ref type="figure" target="#fig_0">1</ref> for an example of part of an author aspect page. The citation statistics displays the most cited work, citations by year and citing authors. For the academic tree and the citation graph, we make use of Blazegraph's graph analytics RDF GAS API <ref type="foot" target="#foot_15">21</ref> that is available in WDQS. The embedded WDQS results link back to WDQS where a user can modify the query. The interactive editor of WDQS allows users not familiar with SPARQL to make simple modifications without directly editing the SPARQL code.</p><p>Related to their work on quantifying conceptual novelty in the biomedical literature <ref type="bibr" target="#b13">[14]</ref>, Shubhanshu Mishra and Vetle Torvik have set up a website profiling authors in PubMed datasets: LEGOLAS. <ref type="foot" target="#foot_16">22</ref> Among other information, the website shows the number of articles per year, the number of citations per year, the number of self-citations per year, unique collaborations per year and NIH grants per year as bar charts that are color-coded according to, e.g., author role (first, solo, middle or last author). Scholia uses WDQS for LEGOLAS-like plots. Figure <ref type="figure" target="#fig_1">2</ref> displays one such example for the number of published items as a function of year of publication on an author aspect page, where the components of the bars are color-coded according to author role.</p><p>For the organization aspect, Scholia uses the employer and affiliated Wikidata properties to identify associated authors, and combines this with the author query for works. Scholia formulates SPARQL queries with property paths to identify suborganizations of the queried organization, such that authors affiliated with a suborganization are associated with the queried organization.  bar chart uses the P1104 (number of pages) Wikidata property together with a normalization based on the number of authors on each of the work items. The bars are color-coded according to individual authors associated with the organization. In this case, the plot is heavily biased, as only a very limited subset of publications from the organization is currently present in Wikidata, and even the available publications may not have the P1104 property set. Other panels shown in the organization aspect are a co-author graph, a list of recent publications formatted in a table, a bubble chart with most cited papers with affiliated first author and a bar chart with co-author-normalized citations per year. This last panel counts the number of citations to each work and divides it by the number of authors on the cited work, then groups the publications according to year and color-codes the bars according to author.</p><p>For the publisher aspect, Scholia queries all items where the P123 property (publisher) has been set. With these items at hand, Scholia can create lists of venues (journals or proceedings) ordered according to the number of works (papers) published in each of them, as well as lists of works ordered according to citations. Fig. <ref type="figure" target="#fig_4">4</ref> shows an example of a panel on the publisher aspect page with a scatter plot detailing journals from BioMed Central. The position of each journal in the plot reveals impact factor-like information.</p><p>For the work aspect, Scholia lists citations and produces a partial citation graph. Fig. <ref type="figure" target="#fig_5">5</ref> shows a screenshot of the citation graph panel from the work aspect for a specific article <ref type="bibr" target="#b2">[3]</ref>. For this aspect, we also formulate a special query to return a table with a list of Wikidata items where the given work is used as a source for claims. An example query for a specific work is shown with Listing 1. From the query results, it can be seen, for instance, that the article A novel family of mammalian taste receptors <ref type="bibr" target="#b0">[1]</ref> supports a claim about Taste 2 receptor member 16 (Q7669366) being present in the cell component (P681) integral component of membrane (Q14327652). For the topic aspect, Scholia uses a property path SPARQL query to identify subtopics. For a given item where the aspect is not known in advance, Scholia tries to guess the relevant aspect by looking at the instance of property. The Scholia Web service uses that guess for redirecting, so /scholia/Q8219 will redirect to /scholia/author/Q8219, the author aspect for the psychologist Uta Frith. This is achieved by first making a server site query to establish that Uta Frith is a human and then using that information to choose the author aspect as the most relevant aspect to show information about Uta Frith.</p><p>A few redirects for external identifiers are also implemented. For instance, with Uta Frith's Twitter name 'utafrith', /scholia/twitter/utafrith will redirect Listing 1. SPARQL query on the work aspect page for claims supported by a work, -in this case Q22253877 <ref type="bibr" target="#b0">[1]</ref>.</p><p>SELECT distinct ? item ? itemLabel ? property ? propertyLabel ? value ? valueLabel WHERE { ? item ? p ? statement . ? property wikibase : claim ? p . ? statement ? a ? value . ? item ? b ? value . ? statement prov : wasDerivedFrom / &lt; http :// www . wikidata . org / prop / reference / P248 &gt; wd : Q22253877 . SERVICE wikibase : label { bd : serviceParam wikibase : language " en " } } ORDER BY ? itemLabel to /scholia/Q8219, which in turn will redirect to /scholia/author/Q8219. Scholia implements similar functionality for DOI, ORCID and GitHub user identifier.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Using Wikidata as a bibliographic resource</head><p>As a command-line tool, Scholia provides a prototype tool that uses Wikidata and its bibliographic data in a L A T E X and BibT E X environment. The current implementation looks up citations in the latex-generated .aux file and queries Wikidata's MediaWiki API to get cited Wikidata items. The retrieved items are formatted and written to a .bib that bibtex can use to format the bibliographic items for inclusion in the L A T E X document. The workflow for a L A T E X document with the filename example.tex is latex example python -m scholia . tex write -bib -from -aux example . aux bibtex example latex example latex example</p><p>Here, the example document could read</p><formula xml:id="formula_0">\ documentclass { article } \ usepackage [ utf8 ]{ inputenc } \ begin { document } \ cite { Q18507561 } \ bibliographystyle { plain } \ bibliography { example } \ end { document }</formula><p>In this case, the \cite command cites Q18507561 (Wikidata: a free collaborative knowledgebase <ref type="bibr" target="#b24">[25]</ref>). A DOI can also be used in the \cite command: instead of writing \cite{Q18507561}, one may write \cite{10.1145/2629489} to get the same citation. Scholia matches on the "10." DOI prefix and makes a SPARQL query to get the relevant Wikidata item.</p><p>The scheme presented above can take advantage of the many available style files of BibT E X to format the bibliographic items in the various ways requested by publishers. We have used Scholia for reference management in this paper.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Discussion</head><p>WDQS and Scholia can provide many different scientometrics views of the data available in Wikidata. The bibliographic data in Wikidata are still quite limited, but the number of scientometrically relevant items will likely continue to grow considerably in the coming months and years.</p><p>The continued growth of science data on Wikidata can have negative impact on Scholia, making the on-the-fly queries too resource demanding. In the current version, there are already a few queries that run into WDQS's time out, e.g., it happens for the view of co-author-normalized citations per year for Harvard University. If this becomes a general problem, we will need to redefine the queries. Indeed, the WDQS time out will be a general problem if we want to perform large-scale scientometrics studies. An alternative to using live queries would be using dumps, which are available in several formats on a weekly basis, with daily increments in between. <ref type="foot" target="#foot_17">23</ref> The problem is not a limitation of SPARQL, but a limitation set by the server resources. Some queries may be optimized, especially around the item labeling.</p><p>Working with Scholia has made us aware of several issues. Some of these are minor limitations in the Wikidata and WDQS systems. The Wikidata label length is limited to 250 characters, whereas the 'monolingual text' datatype used for the 'title' property (P1476) is limited to 400 characters. There are scholarly articles with titles longer than those limits.</p><p>Wikidata fields cannot directly handle subscripts and superscripts, which commonly appear in titles of articles about chemical compounds, elementary particles or mathematical formulas. Other formatting in titles cannot directly be handled in Wikidata's title property, <ref type="foot" target="#foot_18">24</ref> and recording a date such as "Summer 2011" is difficult.</p><p>Title and names of items can change. Authors can change names, e.g. due to marriage, and journals can change titles, e.g. due to a change of scope or transfer of ownership. For instance, the Journal of the Association for Information Science and Technology has changed names several times over the years. <ref type="foot" target="#foot_19">25</ref> Wikidata can handle multiple titles in a single Wikidata item and with qualifiers describe the dates of changes in title. For scientometrics, this ability is an advantage in principle, but multiple titles can make it cumbersome to handle when Wikidata is used as a bibliographic resource in document preparation, particularly for articles published near the time when the journal changed its name. One way to alleviate this problem would be to split the journal's Wikidata item into several, but this is not current practice.</p><p>In Wikidata, papers are usually not described to be affiliated with organizations. Scholia's ability to make statistics on scientific articles published by organization is facilitated by the fact that items about scientific articles can link to items about authors, which can link to items about organizations. It is possible to link scientific articles to organization by using Wikidata qualifiers in connection with the author property. However, this scheme is currently in limited use.</p><p>This scarcity of direct affiliation annotation on Wikidata items about articles means that scientometrics on the organizational level are unlikely to be precise at present. In the current version, Scholia even ignores any temporal qualifier for the affiliation and employer property, meaning that a researcher moving between several organization gets his/her articles counted under multiple organizations.</p><p>Data modeling on Wikidata gives rise to reflections on what precisely a "publisher" and a "work" is. A user can set the publisher Wikidata property of a work to a corporate group, a subsidiary or possibly an imprint. For instance, how should we handle Springer Nature, BioMed Central and Humana Press?</p><p>Functional Requirements for Bibliographic Records (FRBR) <ref type="bibr" target="#b10">[11]</ref> suggests a scheme for works, expressions, manifestations and "items". In Wikipedia, most items are described on the work level as opposed to the manifestation level (e.g., book edition), while citations should usually go to the manifestation level. How should one deal with scientific articles that have slightly different "manifestations", such as preprint, electronic journal edition, paper edition and postprint, or editorials that were co-published in multiple journals with identical texts? An electronic and a paper edition may differ in their dates of publication, but otherwise have the same bibliographic data, while a preprint and its journal edition usually have different identifiers and may also differ in content. From a scientometrics point of view, these difference in manifestation may not matter in some cases, but could be the focus of others. Splitting a scientific article as a work (in the FRBR sense) over multiple Wikidata items seems only to complicate matters.</p><p>The initial idea for Scholia was to create a researcher profile based on Wikidata data with list of publications, picture and CV-like information. The inspiration came from a blog post by Lambert Heller: What will the scholarly profile page of the future look like? Provision of metadata is enabling experimentation. <ref type="foot" target="#foot_20">26</ref> In this blog post, he discussed the different features of several scholarly Web services: ORCID, ResearchGate, Mendeley, Pure, VIVO, Google Scholar and ImpactStory. In Table <ref type="table" target="#tab_2">3</ref>, we have set up a table listing Heller's features for the Wikidata-Scholia combination. Wikidata-Scholia performs well in most aspects, but in the current version, Scholia has no backend for storing user data, and user features such as forum, Q&amp;A and followers are not available.</p><p>Beyond the features listed by Heller, which features set Wikidata-Scholia apart from other scholarly Web services? The collaborative nature of Wikidata means that Wikidata users can create items for authors that do not have an account on Wikidata. In most other systems, the researcher as a user of the system has control over his/her scholarly profile and other researchers/users cannot make amendment or corrections. Likewise, when one user changes an existing item, this change will be reflected in subsequent live queries of that item, and it may still be in future dumps if not reverted or otherwise modified before the dump creation.</p><p>With WDQS queries, Scholia can combine data from different types of items in Wikidata in a way that is not usually possible with other scholarly profile Web services. For instance, Scholia generates lists of publications for an organization by combining items for works and authors and can show co-author graphs re- stricted by affiliation. Similarly, the co-author graph can be restricted to authors publishing works annotated with a specific main theme. Authors are typically annotated with gender in Wikidata, so Scholia can show gender color-coding of co-author graphs. On the topic aspect page, the Scholia panel that shows the most cited works that are cited from works around the topic can point to an important paper for a topic -even if the paper has not been annotated with the topic -by combining the citations data and topic annotation. References for claims are an important part of Wikidata and also singles Wikidata out among other scholarly profile Web service, and it acts as an extra scientometrics dimension. The current version of Scholia has only a single panel where the query uses references: the "Supports the following statement(s)" on the work aspect page, but it is possible to extend the use of this scientometrics dimension.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Overview screenshot of part of the Scholia Web page for an author: https://tools.wmflabs. org/scholia/author/Q20980928. Fig. 2 zooms in on one panel.</figDesc><graphic coords="5,338.86,141.00,141.73,373.56" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Screenshot of Scholia Web page with the number of papers published per year for Finn Årup Nielsen: https://tools.wmflabs.org/scholia/author/Q20980928. Inspired by LEGOLAS. Colors indicate author role: first, middle, last or solo author.</figDesc><graphic coords="7,134.77,116.83,345.83,184.38" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>Figure 3 shows a corresponding bar chart, again inspired by the LEGOLAS style. Here, the Cognitive Systems section at the Technical University of Denmark is displayed with the organization aspect. It combines work and author data. The</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Scholia screenshot with page production for a research section (Cognitive Systems at the Technical University of Denmark), where the number of pages per paper has been normalized by the number of authors. The bars are color-coded according to author.The plot is heavily biased, as only a very limited subset of papers from the section is available in Wikidata, and the property for the number of pages is set for only a subset of these papers. From https://tools.wmflabs.org/scholia/organization/ Q24283660.</figDesc><graphic coords="8,134.77,116.83,345.82,183.40" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Screenshot from Scholia's publisher aspect with number of publications versus number of citations for works published by BioMed Central. The upper right point with many citations and many published works is the journal Genome Biology. From https://tools.wmflabs.org/scholia/publisher/Q463494.</figDesc><graphic coords="9,134.77,116.84,345.82,243.62" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Fig. 5 .</head><label>5</label><figDesc>Fig. 5. Screenshot of part of a Scholia Web page at https://tools.wmflabs.org/ scholia/work/Q21143764 with the partial citation graph panel of the work aspect for Johan Bollen's article from 2009 [3].</figDesc><graphic coords="11,169.35,116.84,276.66,233.18" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Summary of Wikidata as a digital library. This table is directly inspired by [10, Table 1].</figDesc><table><row><cell>Dimension</cell><cell>Description</cell></row><row><cell>Domain</cell><cell>Broad coverage</cell></row><row><cell>Size</cell><cell>&gt; 600, 000 scientific articles</cell></row><row><cell>Style of Metadata</cell><cell>Export via, e.g., Lars Willighagen's citation.js 12</cell></row><row><cell cols="2">Persistent Inbound Links? Yes, with the Q identifiers</cell></row><row><cell cols="2">Persistent Outbound Links Yes, with identifiers like DOI, PMID, PMCID, arXiv</cell></row><row><cell>Full Text?</cell><cell>Via identifiers like DOI or PMCID; dedicated property</cell></row><row><cell></cell><cell>for 'full text URL'</cell></row><row><cell>Access</cell><cell>Free access</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>Aspects</figDesc><table><row><cell>Aspect</cell><cell>Examples</cell><cell>Example panels</cell></row><row><cell>Author</cell><cell>Scientists</cell><cell>List of publications, publications per year,</cell></row><row><cell></cell><cell></cell><cell>co-authors, topics, timelines, map, cita-</cell></row><row><cell></cell><cell></cell><cell>tions, academic tree.</cell></row><row><cell>Work</cell><cell>Papers, books</cell><cell>Recent citations, citations in the work,</cell></row><row><cell></cell><cell></cell><cell>statements supported in Wikidata</cell></row><row><cell cols="3">Organization Universities, research groups Affiliated authors, co-author graph, recent</cell></row><row><cell></cell><cell></cell><cell>publications, page production, co-author-</cell></row><row><cell></cell><cell></cell><cell>normalized citations per year</cell></row><row><cell>Venue</cell><cell>Journals, proceedings</cell><cell>Recent publications, topics in the publica-</cell></row><row><cell></cell><cell></cell><cell>tions, author images, prolific authors, most</cell></row><row><cell></cell><cell></cell><cell>cited works, most cited authors, most cited</cell></row><row><cell></cell><cell></cell><cell>venues</cell></row><row><cell>Series</cell><cell>Proceedings series</cell><cell>Items (venues) in the series, published</cell></row><row><cell></cell><cell></cell><cell>works from venues in the series</cell></row><row><cell>Publisher</cell><cell>Commercial publisher</cell><cell>Journals and other publications published,</cell></row><row><cell></cell><cell></cell><cell>associated editors, most cited papers, num-</cell></row><row><cell></cell><cell></cell><cell>ber of citations as a function of number of</cell></row><row><cell></cell><cell></cell><cell>published works</cell></row><row><cell>Sponsor</cell><cell>Foundation</cell><cell>List of publications funded, sponsored au-</cell></row><row><cell></cell><cell></cell><cell>thors, co-sponsors</cell></row><row><cell>Topic</cell><cell>Keywords</cell><cell>Recent publication on the topic, co-</cell></row><row><cell></cell><cell></cell><cell>occurring topics</cell></row></table><note>in Scholia: Each Wikidata item can be viewed in one or more aspects. Each aspect displays multiple "panels", which may be, e.g., a table of publications or a bar chart of citations per year.</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 .</head><label>3</label><figDesc>Currently no property for grant holders and probably no individual grants in Wikidata. The sponsor property can be used to indicate the funding of a paper Current institution Y Affiliation and employer can be recorded in Wikidata Former employers, education Y Education, academic degree can be specified, and former employers can be set by way of qualifiers Self-assigned keywords (Y) The main theme of a work can be specified, interests or field of work can be set for a person. The values must be items in Wikidata. Users can create items. Overview of Wikidata and Scholia features in terms of a scholarly profile. Directly inspired by a blog post by Lambert Heller (see text).</figDesc><table><row><cell>Feature</cell><cell></cell><cell></cell><cell>Description</cell></row><row><cell cols="2">Business model</cell><cell></cell><cell>Y Community donations and funding from foundations</cell></row><row><cell></cell><cell></cell><cell></cell><cell>to Wikimedia Foundation and affiliated chapters</cell></row><row><cell cols="2">Portrait picture</cell><cell></cell><cell>Y The P18 property can record Wikimedia Commons</cell></row><row><cell></cell><cell></cell><cell></cell><cell>images related to a researcher</cell></row><row><cell cols="2">Alternative names</cell><cell></cell><cell>Y Aliases for all items, not just researchers</cell></row><row><cell cols="3">IDs / profiles in other sys-</cell><cell>Y Numerous links to external identifiers: ORCID, Sco-</cell></row><row><cell>tems</cell><cell></cell><cell></cell><cell>pus, Google Scholar, etc.</cell></row><row><cell cols="2">Papers and similar</cell><cell></cell><cell>Y Papers and books are individual Wikidata items</cell></row><row><cell cols="3">Uncommon research prod-</cell><cell>Y For instance, software can be associated with a de-</cell></row><row><cell>ucts</cell><cell></cell><cell></cell><cell>veloper</cell></row><row><cell cols="4">Grants, third party funding (N) Concepts from controlled Y See above</cell></row><row><cell>vocabulary</cell><cell></cell><cell></cell></row><row><cell cols="3">Social graph of follower-</cell><cell>N There are no user accounts on the current version of</cell></row><row><cell>s/friends</cell><cell></cell><cell></cell><cell>Scholia.</cell></row><row><cell cols="3">Social graph of coauthors</cell><cell>Y</cell></row><row><cell cols="2">Citation/attention</cell><cell>meta-</cell><cell>Y Citations between scientific articles are recorded with</cell></row><row><cell cols="3">data from platform itself</cell><cell>a property that can be used to count citations. Cita-</cell></row><row><cell></cell><cell></cell><cell></cell><cell>tion/reference between Wikidata items.</cell></row><row><cell cols="2">Citation/attention</cell><cell>meta-</cell><cell>(N) Deep links to other citation resources like Google</cell></row><row><cell cols="3">data from other source</cell><cell>Scholar and Scopus.</cell></row><row><cell cols="3">Comprehensive search to</cell><cell>(N) Several tools liks Magnus Manske's Source MetaData</cell></row><row><cell cols="2">match/include papers</cell><cell></cell><cell>that look up bibliographic metadata based on DOI,</cell></row><row><cell></cell><cell></cell><cell></cell><cell>PMID or PMCID</cell></row><row><cell cols="2">Forums, Q&amp;A etc.</cell><cell></cell><cell>N</cell></row><row><cell cols="2">Deposit own papers</cell><cell></cell><cell>(Y) Appropriately licensed papers can be uploaded to</cell></row><row><cell></cell><cell></cell><cell></cell><cell>Wikimedia Commons or Wikisource</cell></row><row><cell>Research</cell><cell cols="2">administration</cell><cell>N</cell></row><row><cell>tools</cell><cell></cell><cell></cell></row><row><cell cols="3">Reuse of data from outside</cell><cell>Y API, WDQS, XML dump, third-party services</cell></row><row><cell>of the service</cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">This article is available under the terms of the Creative Commons Attribution 4.0 License.<ref type="bibr" target="#b3">4</ref> https://en.wikipedia.org/wiki/Category:Academic_journal_articles 5 https://en.wikipedia.org/wiki/Alpher%E2%80%93Bethe%E2%80%93Gamow_paper 6 https://et.wikipedia.org/wiki/Is_Semantics_Possible%3F</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_1">http://wikipapers.referata.com/, https://acawiki.org/, http://wikilit. referata.com/ and http://neuro.compute.dtu.dk/wiki/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_2">https://www.mediawiki.org/wiki/Help:Templates</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_3">https://www.wikidata.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_4">https://query.wikidata.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="11" xml:id="foot_5">The API is at https://www.wikidata.org/w/api.php, and the dump files are available at https://www.wikidata.org/w/api.php.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="12" xml:id="foot_6"><ref type="bibr" target="#b11">12</ref> https://github.com/larsgw/citation.js</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="13" xml:id="foot_7">The URI for Wikidata property P50 is http://www.wikidata.org/prop/direct/P50 or with the conventional prefix wdt:P50. Similarly for any other Wikidata property.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="14" xml:id="foot_8">A Wikidata table lists properties that are commonly used in bibliographic contexts: https://www.wikidata.org/wiki/Template:Bibliographical_properties .</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="15" xml:id="foot_9">https://www.wikidata.org/wiki/Wikidata:WikiProject_Source_MetaData/ Bibliographic_metadata_for_scholarly_articles_in_Wikidata</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="16" xml:id="foot_10">https://tools.wmflabs.org/wikidata-todo/quick_statements.php</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="17" xml:id="foot_11">hhttps://tools.wmflabs.org/sourcemd/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="18" xml:id="foot_12">https://tools.wmflabs.org/sourcemd/new_resolve_authors.php</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="19" xml:id="foot_13">As of 9 March</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2017" xml:id="foot_14">according to https://arxiv.org/ and https://dl.acm.org/ contents_guide.cfm<ref type="bibr" target="#b19">20</ref> National Institute for Occupational Safety and Health has a Wikimedian-in-Residence program, through which James Hare has added many of the NIOSH works.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="21" xml:id="foot_15">https://wiki.blazegraph.com/wiki/index.php/RDF_GAS_API</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="22" xml:id="foot_16">http://abel.lis.illinois.edu/legolas/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="23" xml:id="foot_17">https://www.wikidata.org/wiki/Wikidata:Database_download</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="24" xml:id="foot_18">By way of an example, consider the article "A library of 7TM receptor C-terminal tails. Interactions with the proposed post-endocytic sorting proteins ERM-binding phosphoprotein 50 (EBP50), N-ethylmaleimide-sensitive factor (NSF), sorting nexin 1 (SNX1), and G protein-coupled receptor-associated sorting protein (GASP)", an article with the title "Cerebral 5-HT 2A receptor binding is increased in patients with Tourette's syndrome", where "2A" is subscripted and "User's Guide to the amsrefs Package", where the "amsrefs" is set in monospaced font.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="25" xml:id="foot_19">http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)2330-1643/issues records these former titles: Journal of the American Society for Information Science and Technology, Journal of the American Society for Information Science, and American Documentation.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="26" xml:id="foot_20">http://blogs.lse.ac.uk/impactofsocialsciences/2015/07/16/ scholarly-profile-of-the-future/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Acknowledgements</head><p>This work was supported by Innovationsfonden through the DABAI project. The work on Scholia was spawned by the WikiCite project <ref type="bibr" target="#b22">[23]</ref>. We would like to thank the organizers of the workshop, particular Dario Taraborelli. Finn Årup Nielsen's participation in the workshop was sponsored by an award from the Reinholdt W. Jorck og Hustrus Fund. We would also like to thank Magnus Manske and James Hare for considerable work with Wikidata tools and data in the context of WikiCite.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A novel family of mammalian taste receptors</title>
		<author>
			<persName><forename type="first">E</forename><surname>Adler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hoon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">L</forename><surname>Mueller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chandrashekar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">J</forename><surname>Ryba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">S</forename><surname>Zuker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cell</title>
		<imprint>
			<biblScope unit="volume">100</biblScope>
			<biblScope unit="page" from="693" to="702" />
			<date type="published" when="2000-03">March 2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">The Origin of Chemical Elements</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Alpher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Bethe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Gamow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Physical review</title>
		<imprint>
			<biblScope unit="volume">73</biblScope>
			<biblScope unit="page" from="803" to="804" />
			<date type="published" when="1948-04">April 1948</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A principal component analysis of 39 scientific impact measures</title>
		<author>
			<persName><forename type="first">J</forename><surname>Bollen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">V</forename><surname>De Sompel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hagberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Chute</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PLOS ONE</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page">e6022</biblScope>
			<date type="published" when="2009-12">December 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Molecular Structure of Nucleic Acids: A Structure for Deoxyribose Nucleic Acid</title>
		<author>
			<persName><forename type="first">F</forename><surname>Crick</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Watson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nature</title>
		<imprint>
			<biblScope unit="volume">171</biblScope>
			<biblScope unit="page" from="737" to="738" />
			<date type="published" when="1953-04">April 1953</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Time evolution of Wikipedia network ranking</title>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">H</forename><surname>Eom</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">M</forename><surname>Frahm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Benczúr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Shepelyansky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">European Physical Journal B</title>
		<imprint>
			<biblScope unit="volume">86</biblScope>
			<date type="published" when="2013-12">December 2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">NeuroVault.org: A web-based repository for collecting and sharing unthresholded statistical maps of the human brain</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">J</forename><surname>Gorgolewski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Varoquaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rivera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Schwarz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Ghosh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Maumet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">V</forename><surname>Sochat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">E</forename><surname>Nichols</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Poldrack</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">B</forename><surname>Poline</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Yarkoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">S</forename><surname>Margulies</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Frontiers in Neuroinformatics</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page">8</biblScope>
			<date type="published" when="2015-04">April 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Grinberg</surname></persName>
		</author>
		<title level="m">Flask Web Development</title>
				<imprint>
			<date type="published" when="2014-04">April 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Reifying RDF: What Works Well With Wikidata?</title>
		<author>
			<persName><forename type="first">D</forename><surname>Hernández</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 11th International Workshop on Scalable Semantic Web Knowledge Base Systems</title>
				<meeting>the 11th International Workshop on Scalable Semantic Web Knowledge Base Systems</meeting>
		<imprint>
			<date type="published" when="2015-09">September 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Querying Wikidata: Comparing SPARQL, Relational and Graph Databases</title>
		<author>
			<persName><forename type="first">D</forename><surname>Hernández</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Riveros</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Rojas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Zerega</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web -ISWC</title>
				<imprint>
			<date type="published" when="2016-09">2016. September 2016</date>
			<biblScope unit="page" from="88" to="103" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Defrosting the digital library: bibliographic tools for the next generation web</title>
		<author>
			<persName><forename type="first">D</forename><surname>Hull</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R</forename><surname>Pettifer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">B</forename><surname>Kell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Pettifer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PLOS Computational Biology</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page">e1000204</biblScope>
			<date type="published" when="2008-10">October 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<ptr target="http://www.ifla.org/files/assets/cataloguing/frbr/frbr_2008.pdf" />
		<title level="m">IFLA Study Group on the Functional Requirements for Bibliographic Records: Functional Requirements for Bibliographic Records</title>
				<imprint>
			<date type="published" when="2009-02">February 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">DOI Links on Wikipedia. Digital Libraries: Knowledge</title>
		<author>
			<persName><forename type="first">J</forename><surname>Kikkawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Takaku</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Yoshikane</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Information, and Data in an Open Access Society</title>
				<imprint>
			<biblScope unit="page" from="369" to="380" />
		</imprint>
	</monogr>
	<note>November 2016</note>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Semantic MediaWiki. The Semantic Web -ISWC</title>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Vrandečić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Völkel</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2006-12">2006. December 2006</date>
			<biblScope unit="page" from="935" to="942" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Quantifying Conceptual Novelty in the Biomedical Literature</title>
		<author>
			<persName><forename type="first">S</forename><surname>Mishra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">I</forename><surname>Torvik</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">D-Lib Magazine</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<date type="published" when="2016-09">September 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Scientific citations in Wikipedia</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">Å</forename><surname>Nielsen</surname></persName>
		</author>
		<ptr target="http://firstmonday.org/article/view/1997/1872" />
	</analytic>
	<monogr>
		<title level="m">First Monday 12</title>
				<imprint>
			<date type="published" when="2007-08">August 2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Clustering of scientific citations in Wikipedia</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">Å</forename><surname>Nielsen</surname></persName>
		</author>
		<ptr target="http://www2.imm.dtu.dk/pubdb/views/edoc_download.php/5666/pdf/imm5666.pdf" />
	</analytic>
	<monogr>
		<title level="m">December</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Brede Wiki: A neuroinformatics Web service with structured information</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">Å</forename><surname>Nielsen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Frontiers in Neuroinformatics</title>
		<imprint>
			<date type="published" when="2009-12">December 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">Å</forename><surname>Nielsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mietchen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Willighagen</surname></persName>
		</author>
		<title level="m">Scholia</title>
				<imprint>
			<date type="published" when="2017-03">March 2017. March 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">The People&apos;s Encyclopedia Under the Gaze of the Sages: A Systematic Review of Scholarly Research on Wikipedia</title>
		<author>
			<persName><forename type="first">C</forename><surname>Okoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mehdi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mesgari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">Å</forename><surname>Nielsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lanamäki</surname></persName>
		</author>
		<ptr target="https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2021326" />
		<imprint>
			<date type="published" when="2012-03">March 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Toward open sharing of task-based fMRI data: the OpenfMRI project</title>
		<author>
			<persName><forename type="first">R</forename><surname>Poldrack</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">M</forename><surname>Barch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">P</forename><surname>Mitchell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">D</forename><surname>Wager</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">D</forename><surname>Wagner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">T</forename><surname>Devlin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Cumba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Koyejo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Milham</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Frontiers in Neuroinformatics</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page">12</biblScope>
			<date type="published" when="2013-12">December 2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Priem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">A</forename><surname>Piwowar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">M</forename><surname>Hemminger</surname></persName>
		</author>
		<ptr target="https://arxiv.org/html/1203.4745" />
		<title level="m">Altmetrics in the wild: Using social media to explore scholarly impact</title>
				<imprint>
			<date type="published" when="2012-03">March 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Is Semantics Possible?</title>
		<author>
			<persName><forename type="first">H</forename><surname>Putnam</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Metaphilosophy</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="187" to="201" />
			<date type="published" when="1970-07">July 1970</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Taraborelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Dugan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Pintscher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mietchen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Neylon</surname></persName>
		</author>
		<ptr target="https://upload.wikimedia.org/wikipedia/commons/2/2b/WikiCite_2016_report.pdf" />
		<title level="m">WikiCite 2016 Report</title>
				<imprint>
			<date type="published" when="2016-11">November 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Amplifying the impact of open access: Wikipedia and the diffusion of science</title>
		<author>
			<persName><forename type="first">M</forename><surname>Teplitskiy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Duede</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the American Society for Information Science</title>
		<imprint>
			<date type="published" when="2016-10">October 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Wikidata: a free collaborative knowledgebase</title>
		<author>
			<persName><forename type="first">D</forename><surname>Vrandečić</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
		<ptr target="http://cacm.acm.org/magazines/2014/10/178785-wikidata/fulltext" />
	</analytic>
	<monogr>
		<title level="j">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">57</biblScope>
			<biblScope unit="page" from="78" to="85" />
			<date type="published" when="2014-10">October 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Large-scale automated synthesis of human functional neuroimaging data</title>
		<author>
			<persName><forename type="first">T</forename><surname>Yarkoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Poldrack</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">E</forename><surname>Nichols</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">C V</forename><surname>Essen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">D</forename><surname>Wager</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nature Methods</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="665" to="670" />
			<date type="published" when="2011-06">June 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Two-dimensional ranking of Wikipedia articles</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">O</forename><surname>Zhirov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">V</forename><surname>Zhirov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Shepelyansky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">European Physical Journal B</title>
		<imprint>
			<biblScope unit="volume">77</biblScope>
			<biblScope unit="page" from="523" to="531" />
			<date type="published" when="2010-10">October 2010</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
