Commit Graph

110 Commits

Author SHA1 Message Date
Pascal-Nicolas Becker
70c359f6bb Changed the CLI help for conformance with launcher script name. 2014-09-29 13:28:41 +02:00
Pascal-Nicolas Becker
a44813989f Enhanced the dspace-rdf command line interface.
Added the RDFizer to the launcher.xml configuration.
Added a command --convert-all.
Prints help if no options were given instead of starting reconvertion of
all content (which may take a lot of time).
2014-09-11 16:59:51 +02:00
Pascal-Nicolas Becker
f254b21973 Repaired the build process after rebasing.
The dspace rdf war project wasn't build anymore as the activation of the
modules changed with the Mirage 2 contribution.
2014-09-11 14:51:53 +02:00
Pascal-Nicolas Becker
dfe6c7460b The DSpace Matadata Mapping vocabulary moved to digital-repositories.org 2014-09-11 14:51:51 +02:00
Pascal-Nicolas Becker
3d8acfedea Uses all possible identifiers to generate URIs.
This commit enables dspace-rdf to use all PersistentIdentifiers minted
by DSpace and not only handles. It makes advantage of the changes
introduced to DSpace by DS-1990. Persistent Identifers should and will
be used as fully functional http URIs only (e.g. a DOI will be used in
the form http://dx.doi.org/<doi> and not as doi:<doi>).
2014-09-11 11:49:41 +02:00
Pascal-Nicolas Becker
4b250862fc Enhanced and renamed the DSORelationsConverterPlugin into SimpleDSOR...
Renamed the DSORelationsConverterPlugin into
SimpleDSORelationsConverterPlugin.
Overhault the Plugin: it can be configured now and it can create
multiple links per DSO Relation.
2014-09-11 11:42:36 +02:00
Pascal-Nicolas Becker
fd8626bbac RDFConfiguration: added a method to load comma separated config values. 2014-09-11 11:42:36 +02:00
Pascal-Nicolas Becker
be1247719b Uses jena version 2.12.0 and removes workaround for bug JENA-663. 2014-09-11 11:42:36 +02:00
Keiji Suzuki
301b17b9c3 rdfの文字化けを修正 2014-09-11 11:42:36 +02:00
Pascal-Nicolas Becker
c3f05df7fe Export the repository's contents as RDF into the Semantic Web.
This commits adds a module dspace-rdf. The module will convert the
metadata stored in DSpace into RDF. The converted data will be provided
over a webinterface and a SPARQL endpoint.
2014-09-11 11:42:36 +02:00