nkons / r2rml-parser

R2RML Parser is an award-winning tool that can export relational database contents as RDF graphs, based on an R2RML mapping document.
Apache License 2.0
70 stars 21 forks source link

upgrade to work with DSpace 5 #18

Closed helix84 closed 8 years ago

helix84 commented 8 years ago

DSpace 5 introduced Metadata on all DSpace objects. A consequence of the implementation is that most entity attributes moved into the metadatavalue table. Thus r2rml-parser won't work with DSpace 5 or later.

This page describes the DSpace DB schema changes: https://wiki.duraspace.org/display/DSPACE/Metadata+for+all+DSpace+objects

nkons commented 8 years ago

Hi helix84,

Thanks for your interest in this tool. Although its purpose is to be a generic R2RML mapping tool, I understand its importance when it comes to extracting RDF data from popular software solutions such as DSpace. Hence, I have provided a new mapping file that my local tests showed does so successfully from repositories in DSpace 5. Please see commit e04dd02 and let me know if this is ok.