JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for DC-REGISTRY Archives


DC-REGISTRY Archives

DC-REGISTRY Archives


DC-REGISTRY@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

DC-REGISTRY Home

DC-REGISTRY Home

DC-REGISTRY  June 2002

DC-REGISTRY June 2002

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Provenance

From:

"Wagner,Harry" <[log in to unmask]>

Reply-To:

A mailing list for the group discussing registration of qualifiers to the D <[log in to unmask]>

Date:

Wed, 5 Jun 2002 16:25:35 -0400

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (212 lines)

One additional question...

I can see how, given this model, I can (programmatically) get from dc:title
to the resources described in "#deDE_1" and "#deDE_2" (by looking for an
rdf:Statement with an rdf:Subject of dc:title), but how would a program get
from dc:title to the resource described in "#deDE_0"?

Regards,
Harry

>  -----Original Message-----
> From:         Wagner,Harry
> Sent: Wednesday, June 05, 2002 2:26 PM
> To:   'Roland Schwaenzl'; [log in to unmask];
> [log in to unmask]
> Subject:      Provenance
>
> Roland,
> Many thanks for your help with this.  I think this is a very
> elegant solution, albeit a difficult one to implement.  I am
> forwarding it to the dc-registry and dc-international
> listservs in order to solicit the opinions of other members
> regarding how best to implement your suggestion.
>
> A few questions:
>
> Your example maintains metadata about the translated term,
> and about each property of the translation.  Do we need this
> level of granularity?  Do we need it in phase 1?  If yes, how
> would we implement it?  The current registry will return the
> following for 'title' (German interface):
>
> http://purl.org/dc/elements/1.1/title
>
> Aufkleber               Titel
> Definition              Titel der Quelle; der vom Verfa sser,
> Urheber...
> Wird Vorbei Definiert   http://purl.org/dc/elements/1.1/
> RDF-Art                 Property
> Superproperty Von       alternative
> Superproperty Von       label
>
> I had thought what we would want to see displayed in this
> case would be the same as above, with the addition of a
> 'disclaimer', such as:
>
> RechtcManagement        Die publizierende Organisation
> uebernimmt keine... (The publisher disclaims any responsibility...)
>
> Is this correct?  If no, what should the display resemble
> when a user clicks on 'title'?
>
> If we do plan to create metadata for the translated labels,
> definitions and comments of each term, how would we display
> that information?  I think it would be confusing to have one
> (or more) creator, description, comment and rights displayed
> for each property.  One solution might be to provide a link
> next to each label that a user could click to generate a new
> search for the provenance information?  Something like:
>
>
> http://purl.org/dc/elements/1.1/title
>
> Aufkleber <info>        Titel
> Definition <info>       Titel der Quelle; der vom Verfa sser,
> Urheber...
> Wird Vorbei Definiert   http://purl.org/dc/elements/1.1/
> RechtcManagement        Die publizierende Organisation
> uebernimmt keine...
> RDF-Art                 Property
> Superproperty Von       alternative
> Superproperty Von       label
>
> Of course <info> is probably not the best choice, but does,
> hopefully, get the idea across.
>
> Sorry for the long-winded post, but this is not an easy
> solution to implement and I want to make certain of what we
> are trying to achieve before making any additional changes to
> the source code.
>
> Best Regards,
> Harry
>
>
> > Dear Harry,
> >
> >
> > enclosed a slightly expanded version of your files.
> > In that i pushed the disclaimer to a rights statement about the
> > the association of "Titel, xml:lang="de-DE"" by means of
> "rdfs:label"
> > to "dc:title".
> >
> >
> >
> > I stress the issue of associating expressions in certain
> > languages with
> > certain DC Terms in a given context (given by the current
> predicate).
> >
> >
> >
> > In case you want export RDF Term declarations in arbitrary
> languages
> > one could mark the language independent parts also and could
> > declare the those assertions as authentic...
> >
> >
> > Best,
> > rs
> >
> >
> > <?xml version="1.0"?>
> >
> > <!DOCTYPE rdf:RDF [
> >         <!ENTITY rdfns
> 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
> >         <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
> >         <!ENTITY dcns 'http://purl.org/dc/elements/1.1/'>
> >         <!ENTITY eorns 'http://dublincore.org/2000/03/13/eor#'>
> >    ]>
> >
> > <rdf:RDF xmlns:rdf="&rdfns;"
> >          xmlns:rdfs="&rdfsns;"
> >          xmlns:dc="&dcns;"
> >          xmlns:eor="&eorns;">
> >
> >
> > <!-- Begin: Title Declaration -->
> >
> > <rdf:Property rdf:about = "&dcns;title"/>
> >
> >
> > <rdf:Description rdf:about = "&dcns;title" bagID="deDe_0">
> >   <rdfs:label rdf:ID="deDE_1" xml:lang="de-DE">Titel</rdfs:label>
> >   <rdfs:comment rdf:ID="deDE_2" xml:lang="de-DE">Titel der
> > Quelle; der vom Verfa
> > sser, Urheber oder Verleger vergebene Namen der
> >   Ressource</rdfs:comment>
> >
> > </rdf:Description>
> >
> > <rdf:Description rdf:about="#deDe_0">
> >         <dc:description xml:lang="de-DE">
> >           Sprachabhaengiger Teil der Deklaration eines
> > DC-Terms in Deutsch.
> >         </dc:description>
> >         <dc:description xml:lang="en-US">
> >           Language dependent part of the deklaration of a DC
> > Term in German.
> >         </dc:description>
> >         <dc:publisher>DCMI</dc:publisher>
> >         <dc:source
> > rdf:resource="http://www.dublincore.org/documents/dces"/>
> > </rdf:Description>
> >
> >
> > <rdf:Description rdf:about="#deDE_1">
> >         <dc:creator>Diann</dc:creator>
> >         <dc:description xml:lang="de-DE">Zuordnung eines
> > deutschen Labels
> >          zu einem DC Term</dc:description>
> >         <dc:description xml:lang="en-US">Association of a
> > German label to
> >           a DC term</dc:description>
> >         <dc:publisher>DCMI</dc:publisher>
> >         <dc:rights xml:lang="de-DE">
> >           Die publizierende Organisation uebernimmt keine
> > Gewaehr fuer die
> >           Richtigkeit der Zuordnung des deutschen Ausdrucks.
> >         </dc:rights>
> >         <dc:rights xml:lang="en-US">The publisher disclaims
> > any responsibility
> >           for the correctnes of the association of the German
> > expression.
> >         </dc:rights>
> > </rdf:Description>
> >
> >
> > <rdf:Description rdf:about="#deDE_2">
> >         <dc:creator>Walter</dc:creator>
> >         <dc:description xml:lang="de-DE">Zuordnung eines deutschen
> >          RDFS Kommentars zu einem DC Term</dc:description>
> >         <dc:description xml:lang="en-US">Association of a
> > German RDFS comment
> >           to a DC term</dc:description>
> >         <dc:publisher>DCMI</dc:publisher>
> >         <dc:rights xml:lang="de-DE">
> >           Die publizierende Organisation uebernimmt keine
> > Gewaehr fuer die
> >           Richtigkeit der Zuordnung des deutschen Ausdrucks.
> >         </dc:rights>
> >         <dc:rights xml:lang="en-US">The publisher disclaims
> > any responsibility
> >           for the correctnes of the association of the German
> > expression.
> >         </dc:rights>
> > </rdf:Description>
> >
> >
> >
> > </rdf:RDF>
>
>
> Harry Wagner
> OCLC / DCMI
> Dublin, OH  43017
> (614) 761-5178
> mailto:[log in to unmask]
>

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

August 2021
May 2021
August 2017
June 2017
April 2017
March 2017
February 2017
January 2017
December 2016
January 2016
October 2015
September 2015
August 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
November 2014
October 2014
September 2014
July 2014
June 2014
March 2014
January 2014
September 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
September 2012
August 2012
July 2012
June 2012
May 2012
March 2012
February 2012
December 2011
October 2011
September 2011
June 2011
May 2011
April 2011
January 2011
December 2010
November 2010
October 2010
September 2010
June 2010
May 2010
October 2009
July 2009
February 2009
December 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
October 2007
August 2007
June 2007
April 2007
March 2007
February 2007
December 2006
October 2006
September 2006
August 2006
June 2006
April 2006
March 2006
January 2006
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
August 2003
June 2003
May 2003
April 2003
March 2003
February 2003
January 2003
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
February 2002
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001
May 2001
April 2001
March 2001
January 2001
November 2000
October 2000
September 2000
August 2000
April 2000
February 2000
December 1999


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager