Hi

As everything else with the DC datastream, it is not customizable. DC
datastream is really not something you should touch, I feel, as you will
have no control.

When performing queries, having the dc.identifier set is often a good
thing. There is no property on the fedora object specifying it's pid, so
the ITQL queries become really odd when looking for specific objects.

Example
select $object
from <#ri>
where $object <dc:identifier> 'demo:test1'

contrary
select $object
from <#ri>
where $object <mulgara:is> <info:fedora/demo:test1>

When the queries become more complex, the second structure become harder
and harder to use.

Regards


On Tue, 2010-12-14 at 10:51 +0100, Cyril Pestel wrote:
> Hi all,
> 
> Trying to set the dc.identifier with a Handle unique identifier, I
> noticed that Fedora add automatically a dc.identifier with the PID. I
> thought that if the dc.identifier was already setted, Fedora didn't
> set it also.
> 
> So I don't know why the dc.identifier is force with PID value ? Is
> that customizable ?
> 
> Thanks.
> 
> 
> Cyril Pestel
> ATILF - CNRS
> France



------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to