mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00

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.
8 lines
211 B
Turtle
8 lines
211 B
Turtle
@prefix void: <http://rdfs.org/ns/void#> .
|
|
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
|
|
|
<> foaf:homepage <http://localhost:8080/jspui> ;
|
|
void:sparqlEndpoint <http://localhost/fuseki/dspace/sparql> ;
|
|
.
|
|
|