Hi there I need to rdfizar my Dsapce, Someone can help me, please.
I created a dataset called "dspace" in Fuseki. I changed dspace.cfg, in order to modify this lines: event.dispatcher.default.consumers = rdf, versioning, discovery, eperson handle.prefix = 123456789 handle.canonical.prefix = http://localhost:8080/jspui/handle/ But when I try to run "dspace rdfizer --convert-all", this is the error: D:\dspace\bin>dspace rdfizer -c -v Using DSpace installation in: D:\dspace Starting conversion of all DSpaceItems, this may take a while... Exception: Only well-formed absolute URIrefs can be included in RDF/XML output: Code: 57/REQUIRED_COMPONENT_MISSING in SCHEME: A component that is required by the scheme is missing. com.hp.hpl.jena.shared.BadURIException: Only well-formed absolute URIrefs can be included in RDF/XML output: <null/resource/123456789/11> Code: 57/REQUIRED_COMPONENT_MISSING in SCHEME: A component that is required by the scheme is missing. at com.hp.hpl.jena.rdfxml.xmloutput.impl.BaseXMLWriter.checkURI(BaseXMLWriter.java:835) at com.hp.hpl.jena.rdfxml.xmloutput.impl.BaseXMLWriter.relativize(BaseXMLWriter.java:812) at com.hp.hpl.jena.rdfxml.xmloutput.impl.Basic.writeResourceId(Basic.java:144) at com.hp.hpl.jena.rdfxml.xmloutput.impl.Basic.writeDescriptionHeader(Basic.java:92) at com.hp.hpl.jena.rdfxml.xmloutput.impl.Basic.writeRDFStatements(Basic.java:84) at com.hp.hpl.jena.rdfxml.xmloutput.impl.Basic.writeRDFStatements(Basic.java:74) at com.hp.hpl.jena.rdfxml.xmloutput.impl.Basic.writeBody(Basic.java:48) at com.hp.hpl.jena.rdfxml.xmloutput.impl.BaseXMLWriter.writeXMLBody(BaseXMLWriter.java:502) at com.hp.hpl.jena.rdfxml.xmloutput.impl.BaseXMLWriter.write(BaseXMLWriter.java:474) at com.hp.hpl.jena.rdfxml.xmloutput.impl.BaseXMLWriter.write(BaseXMLWriter.java:461) at org.apache.jena.riot.adapters.AdapterRDFWriter.write(AdapterRDFWriter.java:52) I understand that rdf cannot use <null/resource/123456789/11> as a uri, but I don't know where I can change this property. I have changed the handle, url and other components, but it does not work. Does someone know how I can do this? Thanks for your help Jhon -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-community. For more options, visit https://groups.google.com/d/optout.
