mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +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.
5 lines
220 B
Turtle
5 lines
220 B
Turtle
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
|
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
|
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
|
@prefix dcterms: <http://purl.org/dc/terms/> .
|