Files
DSpace/dspace/config/modules/rdf/metadata-prefixes.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

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