essepuntato / opencitations

OpenCitations provides in RDF accurate citation information harvested from the scholarly literature.
http://opencitations.net
ISC License
64 stars 3 forks source link

Minimalist URL-to-URL citation CSV table #24

Open essepuntato opened 6 years ago

essepuntato commented 6 years ago

This proposal is related to #21.

We would like to release, monthly, a CSV table summarising all the citation links included in the Corpus. In particular, we are thinking of using a five column table with the following header:

citation IRI, citing ID, citing URL, cited ID, citing URL

where:

My personal opinion would be to have a four column table with the full information, in order to make the final user to do whatever he/she likes, e.g.:

In this way we basically are able to keep track of all the citations in a way that is easily processable by bibliometricians and without having additional expertise in Semantic Web technologies. A simple excerpt of such table is shown as follow:

citation_iriciting_idciting_urlcited_idcited_url
https://w3id.org/oc/virtual/citation/br/1/br/5br/1https://doi.org/10.1097/igc.0000000000000609br/5http://globocan.iarc.fr/pages/fact_sheets_population.aspx
https://w3id.org/oc/virtual/citation/br/1/br/11br/1https://doi.org/10.1097/igc.0000000000000609br/11https://doi.org/10.1097/00006250-200508000-00050
https://w3id.org/oc/virtual/citation/br/1/br/517br/1https://doi.org/10.1097/igc.0000000000000609br/517
...............
davidshotton commented 6 years ago

Using your new compact CitationID, we should change the contents of the first column "citation_iri" to read: https://w3id.org/oc/virtual/citation/1-5 https://w3id.org/oc/virtual/citation/1-11 https://w3id.org/oc/virtual/citation/1-517 etc.

davidshotton commented 6 years ago

See also Issue 7 about incorrect DOIs.