Re: Modeling the author's position from research papers into RDF graph

It may be worth looking at the way the bibliontology http://bibliontology.com/specification (a.k.a. Bibo) does this.

It uses a sequenced list of author/contributor URIs to give order to authors/contributors, separately to statements asserting authorship.

The first example on this page shows how it works http://bibliontology.com/content/article

Owen

Owen Stephens
Owen Stephens Consulting
Web: http://www.ostephens.com
Email: owen@ostephens.com
Telephone: 0121 288 6936

On 5 May 2013, at 16:49, Yusniel Hidalgo Delgado <yhdelgado@uci.cu> wrote:

> Hello community,
> 
> I am having troubles for modeling the position behavior of authors in research papers. I have a relational database with three tables:
> author (authorID, name)
> paper (paperID, title, abstract, date) and many-to-many relationship
> author_paper (authorID, paperID, position)
> 
> the position attribute is the order (integer) of author N into the paper M (e.g: first author, second author...)
> 
> I want to generate a RDF graph from this relational database. In this step, I am testing D2RQ platform [1], however, the RDF graph obtained isn't the desired.
> 
> Any idea about how to capture the author's position into RDF graph from a relational database?
> 
> Best regards.
> 
> [1] http://d2rq.org/d2rq-language
> 
> Prof. Yusniel Hidalgo Delgado
> University of Informatics Sciences
> http://www.uci.cu/
> Havana, Cuba
> 
> 
> 

Received on Sunday, 5 May 2013 21:00:15 UTC