Re: [dspace-tech] Single item but Separate metadata for separate bitsream

2021-04-21 Thread ArunendraMB
OK.
I tried implementing this.
But I was hoping something like a linked file, that appears in the parent
item and clicking on this linked item (child item) will take me to that
item, or maybe open that child item in the browser itself.


*From,*
*Arunendra MB.*



On Wed, Apr 21, 2021 at 6:26 PM Kelley Canon  wrote:

> The URI of the related item is one option for the metadata, or another
> identifier that links the items.
>
> Here's an example of an item that has many parts:
>
> The *parent* item, https://abc.xxx.org/handle/999/12340 ,contains
> dc.relation.hasparthttps://abc.xxx.org/handle/999/12341
> dc.relation.hasparthttps://abc.xxx.org/handle/999/12342
> dc.relation.hasparthttps://abc.xxx.org/handle/999/12343
>
> And *each child* item, such as 12343, contains
> dc.relation.ispartofhttps://abc.xxx.org/handle/999/12340
>
> We have the summary view of items configured to display the "Is part of"
> metadata.
>
> Hope that helps!
>
> Kelley Canon
> Language & Culture Archives
> REAP Administrator
> SIL International
>
>
> On Wed, Apr 21, 2021 at 6:32 AM ArunendraMB 
> wrote:
>
>> I haven't used dc.relation earlier.
>> Although I understood what you mentioned, in theory, what do I actually
>> put against this metadata- the handle ID or URI of the other item?
>> Also, I saw there are two dc.relation- dc.relation.isPartof and
>> dc.relation.hasPartof-- what is the difference?
>>
>> I tried to find an example online in other DSpace repositories online but
>> couldn't find one. Can you give me a sample idea?
>>
>>
>> *From,*
>> *Arunendra MB.*
>>
>>
>>
>> On Mon, Apr 19, 2021 at 10:13 PM Kelley Canon 
>> wrote:
>>
>>> Do you use dc.relation in your metadata?  If so, you might create
>>> several items, one for each bitstream that needs its own metadata, and use
>>> dc.relation.haspart and/or ispartof to relate them.  The dc.relation data
>>> is a link to the related item(s).  For some types of items we create a
>>> "parent" item for summary metadata (and bitstreams if needed) and then
>>> multiple "child" items for detailed metadata and their related bitstreams.
>>>
>>> Kelley Canon
>>> Language & Culture Archives
>>> REAP Administrator
>>> SIL International
>>>
>>>
>>> On Sat, Apr 17, 2021 at 8:39 AM Projects Arunendra <
>>> project.arunen...@gmail.com> wrote:
>>>
 Is it possible to enter individual metadata for individual bitstream
 where multiple such bitstreams belong to a single item?
 Using Dspace 5.10

 --
 All messages to this mailing list should adhere to the 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/0c8be27c-c8e6-48f2-889a-317901c70132n%40googlegroups.com
 
 .

>>>

-- 
All messages to this mailing list should adhere to the 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/CAO_tGrLs62wD85q66NYS%3D37d7ZwXYHXjguRryqc5ff0du-9DgA%40mail.gmail.com.


Re: [dspace-tech] Single item but Separate metadata for separate bitsream

2021-04-21 Thread Kelley Canon
The URI of the related item is one option for the metadata, or another
identifier that links the items.

Here's an example of an item that has many parts:

The *parent* item, https://abc.xxx.org/handle/999/12340 ,contains
dc.relation.hasparthttps://abc.xxx.org/handle/999/12341
dc.relation.hasparthttps://abc.xxx.org/handle/999/12342
dc.relation.hasparthttps://abc.xxx.org/handle/999/12343

And *each child* item, such as 12343, contains
dc.relation.ispartofhttps://abc.xxx.org/handle/999/12340

We have the summary view of items configured to display the "Is part of"
metadata.

Hope that helps!

Kelley Canon
Language & Culture Archives
REAP Administrator
SIL International


On Wed, Apr 21, 2021 at 6:32 AM ArunendraMB 
wrote:

> I haven't used dc.relation earlier.
> Although I understood what you mentioned, in theory, what do I actually
> put against this metadata- the handle ID or URI of the other item?
> Also, I saw there are two dc.relation- dc.relation.isPartof and
> dc.relation.hasPartof-- what is the difference?
>
> I tried to find an example online in other DSpace repositories online but
> couldn't find one. Can you give me a sample idea?
>
>
> *From,*
> *Arunendra MB.*
>
>
>
> On Mon, Apr 19, 2021 at 10:13 PM Kelley Canon 
> wrote:
>
>> Do you use dc.relation in your metadata?  If so, you might create several
>> items, one for each bitstream that needs its own metadata, and use
>> dc.relation.haspart and/or ispartof to relate them.  The dc.relation data
>> is a link to the related item(s).  For some types of items we create a
>> "parent" item for summary metadata (and bitstreams if needed) and then
>> multiple "child" items for detailed metadata and their related bitstreams.
>>
>> Kelley Canon
>> Language & Culture Archives
>> REAP Administrator
>> SIL International
>>
>>
>> On Sat, Apr 17, 2021 at 8:39 AM Projects Arunendra <
>> project.arunen...@gmail.com> wrote:
>>
>>> Is it possible to enter individual metadata for individual bitstream
>>> where multiple such bitstreams belong to a single item?
>>> Using Dspace 5.10
>>>
>>> --
>>> All messages to this mailing list should adhere to the 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/0c8be27c-c8e6-48f2-889a-317901c70132n%40googlegroups.com
>>> 
>>> .
>>>
>>

-- 
All messages to this mailing list should adhere to the 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/CACXx6FuRKceW-nViOQSUO_sADcVWwfN4U2Vmh2vGyW%2B2KDrCNA%40mail.gmail.com.


Re: [dspace-tech] Single item but Separate metadata for separate bitsream

2021-04-21 Thread ArunendraMB
I haven't used dc.relation earlier.
Although I understood what you mentioned, in theory, what do I actually put
against this metadata- the handle ID or URI of the other item?
Also, I saw there are two dc.relation- dc.relation.isPartof and
dc.relation.hasPartof-- what is the difference?

I tried to find an example online in other DSpace repositories online but
couldn't find one. Can you give me a sample idea?


*From,*
*Arunendra MB.*



On Mon, Apr 19, 2021 at 10:13 PM Kelley Canon  wrote:

> Do you use dc.relation in your metadata?  If so, you might create several
> items, one for each bitstream that needs its own metadata, and use
> dc.relation.haspart and/or ispartof to relate them.  The dc.relation data
> is a link to the related item(s).  For some types of items we create a
> "parent" item for summary metadata (and bitstreams if needed) and then
> multiple "child" items for detailed metadata and their related bitstreams.
>
> Kelley Canon
> Language & Culture Archives
> REAP Administrator
> SIL International
>
>
> On Sat, Apr 17, 2021 at 8:39 AM Projects Arunendra <
> project.arunen...@gmail.com> wrote:
>
>> Is it possible to enter individual metadata for individual bitstream
>> where multiple such bitstreams belong to a single item?
>> Using Dspace 5.10
>>
>> --
>> All messages to this mailing list should adhere to the 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/0c8be27c-c8e6-48f2-889a-317901c70132n%40googlegroups.com
>> 
>> .
>>
>

-- 
All messages to this mailing list should adhere to the 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/CAO_tGrKPjWPsL96fWEZ2pn5D0JdEsOQ2Vps7G4L-4AOXR_BYLQ%40mail.gmail.com.


Re: [dspace-tech] Single item but Separate metadata for separate bitsream

2021-04-19 Thread Kelley Canon
Do you use dc.relation in your metadata?  If so, you might create several
items, one for each bitstream that needs its own metadata, and use
dc.relation.haspart and/or ispartof to relate them.  The dc.relation data
is a link to the related item(s).  For some types of items we create a
"parent" item for summary metadata (and bitstreams if needed) and then
multiple "child" items for detailed metadata and their related bitstreams.

Kelley Canon
Language & Culture Archives
REAP Administrator
SIL International


On Sat, Apr 17, 2021 at 8:39 AM Projects Arunendra <
project.arunen...@gmail.com> wrote:

> Is it possible to enter individual metadata for individual bitstream where
> multiple such bitstreams belong to a single item?
> Using Dspace 5.10
>
> --
> All messages to this mailing list should adhere to the 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/0c8be27c-c8e6-48f2-889a-317901c70132n%40googlegroups.com
> 
> .
>

-- 
All messages to this mailing list should adhere to the 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/CACXx6Ft0DJ_3CWzuGQW5tPc6tCdEmS%3D_V7YxXouH26CkAW35MQ%40mail.gmail.com.


[dspace-tech] Single item but Separate metadata for separate bitsream

2021-04-17 Thread Projects Arunendra
Is it possible to enter individual metadata for individual bitstream where 
multiple such bitstreams belong to a single item?
Using Dspace 5.10

-- 
All messages to this mailing list should adhere to the 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/0c8be27c-c8e6-48f2-889a-317901c70132n%40googlegroups.com.