Re: [dspace-tech] How I can implement external links in Dspace

2019-05-27 Thread Jhon. H.
Thanks Claudia

El lunes, 27 de mayo de 2019, 5:38:27 (UTC-5), Claudia Jürgen escribió:
>
> Hello,
>
> for the jspui the item display it is configurable
> see
> https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference
> webui.itemdisplay.default
>
> I think in the xmlui it is rendered here
>
> https://github.com/DSpace/DSpace/blob/dspace-6.3/dspace-xmlui/src/main/webapp/themes/dri2xhtml/DIM-Handler.xsl#L84
>
> Hope this helps
>
> Claudia Jürgen
>
>
> Am 24.05.2019 um 21:01 schrieb Jhon Herrera:
>
> Hi everyone
>
> I have installed Dspace and I am trying to complete and change metadata 
> tags. I need to use some specifics tags like dc.contributor.uri but Dspace 
> show me this tag as a String and not as a link.
>
> I need to show this tag as a link that I can click over it and display this 
> link .  I try to write a specific url (https:// or http://) but Dspace show 
> me a String.
>
> I do not know to do this. Do I have to change template? Do I have to write 
> some special structure (<>, #..)?
>
> Can you help me with this problem?
>
>
>
> -- 
> Claudia Juergen
> Eldorado
>
> Technische Universität Dortmund
> Universitätsbibliothek
> Vogelpothsweg 76
> 44227 Dortmund
>
> Tel.: +49 231-755 40 43
> Fax: +49 231-755 40 32claudia...@tu-dortmund.de 
> www.ub.tu-dortmund.de
>
>
>
>
>
> *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz 
> per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich, 
> wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder 
> durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen. 
> Important note: The information included in this e-mail is confidential. It 
> is solely intended for the recipient. If you are not the intended recipient 
> of this e-mail please contact the sender and delete this message. Thank 
> you. Without prejudice of e-mail correspondence, our statements are only 
> legally binding when they are made in the conventional written form (with 
> personal signature) or when such documents are sent by fax. * 
>

-- 
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 Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/32173e8e-d881-4840-97b6-bfb768e61b75%40googlegroups.com.


[dspace-tech] How to rdfizar Dspace

2019-04-27 Thread Jhon. H.
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:  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  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 Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: How implement Linked Data in Dspace

2019-04-23 Thread Jhon. H.
Hi Mark

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: https://hdl.handle.net/11> 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: 
https://hdl.handle.net/11> Code: 
57/REQUIRED_COMPONENT_MISSING in SCHEME: A component that is required by 
the scheme is missing.


I have changed the handle, url and other components, but it does not work

Jhon


El miércoles, 17 de abril de 2019, 9:42:02 (UTC-5), Mark H. Wood escribió:
>
> On Tue, Apr 16, 2019 at 11:55:48AM -0700, jhonf@gmail.com 
>  wrote: 
> > I have set up Dspace and fuseki (they work independently), I am using 
> > Windows, and I need to connect them. I have followed the indications of 
> > this page 
> https://wiki.duraspace.org/display/DSDOC6x/Linked+%28Open%29+Data, 
> > but the connection does not work 
>
> Please describe precisely how the connection does not work.  What 
> errors do you see?  What do the log files say about the attempt? 
>
> > Do you know where I can find a step by step manual in order to do this? 
>
> I do not. 
>
> -- 
> Mark H. Wood 
> Lead Technology Analyst 
>
> University Library 
> Indiana University - Purdue University Indianapolis 
> 755 W. Michigan Street 
> Indianapolis, IN 46202 
> 317-274-0749 
> www.ulib.iupui.edu 
>

-- 
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 Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] How to implement Linked Data in Dspace

2019-04-23 Thread Jhon. H.
Hi Terry

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: https://hdl.handle.net/11> 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: 
https://hdl.handle.net/11> Code: 
57/REQUIRED_COMPONENT_MISSING in SCHEME: A component that is required by 
the scheme is missing.


I have changed the handle, url and other components, but it does not work

Jhon

El jueves, 18 de abril de 2019, 9:22:23 (UTC-5), Terry Brady escribió:
>
> Jhon,
>
> I have not worked with the RDF service outside of Docker.  
>
> Here are a few things to try.
>
>- Have you confirmed that the "dspace" dataset exists in Fuseki?
>- If you run "rdfizer -c -v", do you see any data added to that 
>dataset?  If not, what errors appear?
>- Do you see any errors trying to access the RDF service?
>
> I will ask on Slack if anyone else can add to this thread.
>
> Terry
>
> On Tue, Apr 16, 2019 at 12:04 PM > 
> wrote:
>
>> Hi Terry
>>
>> Thanks for your email.
>>
>> I have set up Dspace and fuseki (they work independently), I am using 
>> Windows, and I need to connect them. I have followed the indications of 
>> this page 
>> https://wiki.duraspace.org/display/DSDOC6x/Linked+%28Open%29+Data, but 
>> the connection does not work
>>
>> Do you know where I can find a step by step manual in order to do this?
>>
>> thanks
>>
>>
>>
>> El miércoles, 10 de abril de 2019, 10:20:53 (UTC-5), Terry Brady escribió:
>>>
>>> See 
>>> https://github.com/DSpace-Labs/DSpace-Docker-Images/blob/master/docker-compose-files/dspace-compose/ComposeFiles.md#add-the-rdf-service-dspace6-and-dspace7
>>>  
>>> for testing the service in Docker.
>>>
>>> On Wed, Apr 10, 2019 at 12:28 AM  wrote:
>>>
 I am working in a Linked Data project. I am to connect Dspace and 
 Fuseki, and export data en ttl file in order to query this data from Fuseki

 Do you know how I can to connect Dspace and Fuseki?

 Thanks

 -- 
 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 Technical Support" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to dspac...@googlegroups.com.
 To post to this group, send email to dspac...@googlegroups.com.
 Visit this group at https://groups.google.com/group/dspace-tech.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>> -- 
>>> Terry Brady
>>> Applications Programmer Analyst
>>> Georgetown University Library Information Technology
>>> https://github.com/terrywbrady/info
>>> 425-298-5498 (Seattle, WA)
>>>
>> -- 
>> 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 Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspac...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Terry Brady
> Applications Programmer Analyst
> Georgetown University Library Information Technology
> https://github.com/terrywbrady/info
> 425-298-5498 (Seattle, WA)
>

-- 
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 Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.