[dspace-tech] How to implement Linked Data in Dspace

2019-04-10 Thread jhonf . herrera
I am working in a Linked Data project. I am to connect Dspace and Fuseki, and export data en ttl file in order to query this data from Fuseki Do you know how I can to connect Dspace and Fuseki? Thanks -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https:/

Re: [dspace-tech] How to implement Linked Data in Dspace

2019-04-10 Thread Terry Brady
See https://github.com/DSpace-Labs/DSpace-Docker-Images/blob/master/docker-compose-files/dspace-compose/ComposeFiles.md#add-the-rdf-service-dspace6-and-dspace7 for testing the service in Docker. On Wed, Apr 10, 2019 at 12:28 AM wrote: > I am working in a Linked Data project. I am to connect Dspa

Re: [dspace-tech] How to implement Linked Data in Dspace

2019-04-16 Thread jhonf . herrera
Hi Terry Thanks for your email. I have set up Dspace and fuseki (they work independently), I am using Windows, and I need to connect them. I have followed the indications of this page https://wiki.duraspace.org/display/DSDOC6x/Linked+%28Open%29+Data, but the connection does not work Do you kn

Re: [dspace-tech] How to implement Linked Data in Dspace

2019-04-18 Thread Terry Brady
Jhon, I have not worked with the RDF service outside of Docker. Here are a few things to try. - Have you confirmed that the "dspace" dataset exists in Fuseki? - If you run "rdfizer -c -v", do you see any data added to that dataset? If not, what errors appear? - Do you see any errors

Re: [dspace-tech] How to implement Linked Data in Dspace

2019-04-23 Thread Jhon. H.
Hi Terry I created a dataset called "dspace" in Fuseki I changed dspace.cfg, in order to modify this lines: event.dispatcher.default.consumers = rdf, versioning, discovery, eperson handle.prefix = 123456789 handle.canonical.prefix = http://localhost:8080/jspui/handle/ but when I try to run "ds