dbpedia / mappings-tracker

This project is used for tracking mapping issues in mappings.dbpedia.org
9 stars 6 forks source link

map extracted citations to some bibliographic ontology #79

Open VladimirAlexiev opened 8 years ago

VladimirAlexiev commented 8 years ago

http://downloads.dbpedia.org/preview.php?file=2015-10_sl_core-i18n_sl_en_sl_citation_data_en.ttl.bz2 shows bibliographic data using raw (dbp:) properties.

Just out of this first page I see: accessdate archivedate archiveurl author date doi edition editorFirst editorLast encyclopedia first first1 first2 isbn issue journal jstor last last1 last2 location pages publisher ref title url volume website work year

We need to structure this (eg first1,last1 are the first&last names of the first author). And map it to dbo: props, or to some bibliographic ontology (BIBO?)

Tasks:

VladimirAlexiev commented 8 years ago

We should also decide how to link the reference to the article.

<ref> dbp:isCitedBy <article>
dbr:Sofia crm:P70i_is_documented_in <ref>.
wiki:Sofia dct:source <ref> 
paregorios commented 8 years ago

+1 BIBO

GerardKuys commented 8 years ago

Bibo is fine, but I would recommend to have a look at BibFrame, too (http://www.loc.gov/bibframe/docs/ ). Having just the bf:Work and maybe one of its bf:Instance(s) (editions) might be just good enough to get the bibliographic info in

mroszkowski commented 8 years ago

I think BIBO is both simple and flexible enough to cover basic bibliographic data elements. However BIBFRAME is noteworthy. Unfortunately I can't see any ready to use BIBFRAME instance type specification.

+1 BIBO