Files
DSpace/dspace/config/modules/rdf/constant-data-general.ttl
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

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> ;
.