Ashim, the URLs for (b), (c), and (d) that you listed below require appropriate 
query parameters to get sensible results.

With curl, you can test the /dspace/sparql endpoint with something like:

curl -XPOST -d 'query=select ?s ?p ?o where { ?s ?p ?o . } limit 10' 
localhost:3030/dspace/sparql

>From those results, you can take one of the “subject” URLs identified by “s”, 
>and feed it into the /dspace/get endpoint to get the graph:

curl -XGET 'http://localhost:3030/dspace/get?graph=YourURLGoesHere'

You can also query the graph names by doing something like this (limited to 10 
results):

curl -XPOST -d 'query=select ?g where { GRAPH ?g { } } limit 10' 
localhost:3030/dspace/sparql

If you get valid responses for all of these, then it would appear that your 
Fuseki server is working fine.

--
Sean

From: [email protected] <[email protected]> On Behalf Of 
Terry Brady
Sent: March 18, 2019 1:31 PM
To: DSpace Technical Support <[email protected]>
Subject: Re: [dspace-tech] Setting up RDF for Dspace 6

I have not run the DSpace RDF service in production.  I have tested it in 
Docker.

The following instructions will allow you to spin up a test RDF instance in 
Docker.

https://github.com/DSpace-Labs/DSpace-Docker-Images/blob/master/docker-compose-files/dspace-compose/ComposeFiles.md#add-the-rdf-service-dspace6-and-dspace7

Perhaps this will help with your troubleshooting.

Terry

On Sat, Mar 16, 2019 at 2:25 AM Ashim Kapoor 
<[email protected]<mailto:[email protected]>> wrote:
Dear All,

Here is what I did post doing the basic  downloading / configuring /installing 
DSPACE 6 on Debian 9.

1. Downloaded and unzipped apache-jena-fuseki to a directory.
2. cd to that directory
3. ./fuseki-server --localhost --config 
[dspace-install-directory]/config/modules/rdf fuseki-assembler.ttl
4. cd [dspace-install]/bin/
5. ./dspace rdfizer -convert-all

On this page :
https://wiki.duraspace.org/display/DSDOC6x/Linked+(Open)+Data
it says :

a. http://localhost:3030/ you can connect to the Fuseki Web UI.
b. http://localhost:3030/dspace/data addresses a writeable SPARQL 1.1 HTTP 
Graph Store Protocol endpoint,
c. http://localhost:3030/dspace/get a read-only one.
d. http://localhost:3030/dspace/sparql a read-only SPARQL 1.1 Query Language 
endpoint can be found.

For me ONLY (a) is working. b/c/d respond with download a text file. When I do 
b,c,d, followed by a / it says Error 404 not found.

Can someone point me in the right direction ?
Best,
Ashim



--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
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 
[email protected]<mailto:[email protected]>.
To post to this group, send email to 
[email protected]<mailto:[email protected]>.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


--
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
https://github.com/terrywbrady/info
425-298-5498 (Seattle, WA)
--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
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 
[email protected]<mailto:[email protected]>.
To post to this group, send email to 
[email protected]<mailto:[email protected]>.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 [email protected].
To post to this group, send email to [email protected].
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