mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +00:00
8 lines
206 B
Turtle
8 lines
206 B
Turtle
@prefix void: <http://rdfs.org/ns/void#> .
|
|
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
|
|
|
<> foaf:homepage <http://localhost:8080/> ;
|
|
void:sparqlEndpoint <http://localhost/fuseki/dspace/sparql> ;
|
|
.
|
|
|