Here is how I got RDF to work.

1.       Download and install Jena Fuseki distribution 
(http://archive.apache.org/dist/jena/binaries/jena-fuseki1-1.6.0-distribution.zip;
 C:\jena-fuseki1-1.6.0)

2.       Set JENA_HOME environment variable and edit 
DSPACE/config/modules/rdf/fuseki-assembler.ttl file and set the “triplestore” 
location (for example, tdb:location "c:/triplestore")

3.       Start the Fuseki server: %JENA_HOME%\fuseki-server.bat –localhost 
–config=c:\dspace\config\modules\rdf\fuseki-assembler.ttl

4.       Open a browser and go to http://localhost:3030, select “control panel” 
and the dataset. http://localhost:3030/sparql.tpl

5.       Switch to DSpace and run the “rdfizer” command: DSPACE/bin/dspace 
rdfizer –i <handle>  or dspace rdfizer –convert-all

6.       Go to your browser, access DSpace, browse to an item; in the URL add 
“rdf” before “/handle” and append “/ttl” ( for best results use Chrome 
browser). Example: https://dspace.demo.com/rdf/handle/11000/12/ttl

I’m running DSpace 6.1 on a Windows server. Adjust paths if you run Linux.

From: dspace-tech@googlegroups.com [mailto:dspace-tech@googlegroups.com] On 
Behalf Of Jose Texier
Sent: Sunday, August 20, 2017 11:25 AM
To: DSpace Technical Support <dspace-tech@googlegroups.com>
Subject: [dspace-tech] RDF module does not work

Hello, I am trying to test the RDF module of DSpace 6.1. (the latest version), 
but it does not work for me. When I write http://localhost:8083/rdf/ it says 
that the module does not exist (HTTP Status [404] - [Not Found]) but the XMLUI 
module is working well (http://localhost:8083/xmlui/) .

I already have Apache Fuseki installed, because I'm testing DSpace to start a 
Linked Data project.

After reading the documentation and trying several things, I think it is not 
compiling anything for that module. In the "rdf" folder (in the folder 
"webapps" at Tomcat) only have two folders: "META-INF" and "WEB-INF", there is 
no file.

The documentation read is this:
Https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace
Https://wiki.duraspace.org/display/DSDOC6x/Linked+%28Open%29+Data

I attach the files dspace.cfg and rdf.cfg.

Thanks for the help,
Jose
--
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
dspace-tech+unsubscr...@googlegroups.com<mailto:dspace-tech+unsubscr...@googlegroups.com>.
To post to this group, send email to 
dspace-tech@googlegroups.com<mailto:dspace-tech@googlegroups.com>.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to