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

Help for DC-GENERAL Archives


DC-GENERAL Archives

DC-GENERAL Archives


DC-GENERAL@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-GENERAL Home

DC-GENERAL Home

DC-GENERAL  June 2009

DC-GENERAL June 2009

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Dublin Core / XML

From:

Thomas Baker <[log in to unmask]>

Reply-To:

Thomas Baker <[log in to unmask]>

Date:

Fri, 5 Jun 2009 11:52:40 +0200

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (138 lines)

On Fri, May 29, 2009 at 10:29:32AM +0100, Sybille Peters wrote:
> We would like to define a specific Dublin Core XML format (or better still:
> use an exising Dublin Core format) to be used within a digital library
> (non-Dublin Core metadata already exists in various formats from 3rd parties
> and would need to be converted). We would like the new format to use the
> latest Dublin Core specifics and not have to be changed every couple of months.
> 
> Here are the questions:
> 
> 1) Is it recommended to use the newer DC-DS-XML format instead of the DC-DS

                                                              Correcting:

> 1) Is it recommended to use the newer DC-DS-XML format instead of the [**2003 DC-XML**]
> format (since the DC-DS-XML supports the description set as described in the
> abstract model)? I don't really see any improvement for us. We will probably
> not be using more than one description within a description set. Also the
> XSD (http://dublincore.org/schemas/xmls/2008/09/01/dc-ds-xml/dcds.xsd) is
> very generic and does not make it possible to validate very much (the
> propertyUri, vesURI, sesUri etc. are all specified as xs:anyURI). In the
> DC-XML format the properties and encoding schemes are more or less specified
> in the XSD (e.g. DCMIType). Will the DC-DS-XML schema be further specified?
> Am I misssing something?
> 
> 2) Can you point me to more practical examples that implement Dublin Core in
> XML?
> 
> 3) I don't understand the concept of a description set containing one or
> more descriptions. What is the joint context of these desciptions? Can you
> point me to use cases for this?

Hi Sybille,

Thank you for your questions [9]!

I think Andy answered the third question well [10].  In effect,
metadata "records" have traditionally contained descriptions of
more than one thing -- an author and a book, a manifestation and
a work.  The notion of a "description set" simply makes this
notion explicit and separates the description of the book from
the description of an author in a machine-actionable way -- and
within the context of a single metadata record (i.e.,
description set).

For questions 1 and 2, the more general point is that we are
moving from a world in which metadata records have been managed
within specific, known contexts (e.g., a database or catalog) to
a "Web world" where the data from your system needs to be
exported to, linked up with, or integrated with data from many
other sources.  The W3C defined the RDF model to provide a
generic form for data so that it can be easily integrated with
other data based on that form, and this has provided the basis
for the movement known as "Linked Data" (http://linkeddata.org).

In the Web world, the specific format of your data matters less
than the convertibility (or not) from that format into the
common generic form, RDF. XML formats such as RDF/XML are
designed for the serialization of RDF data.  It is also possible
to use other XML formats in association with transformation
algorithms (GRDDL) in order to express the data in RDF, though
where such algorithms are retro-fitted to existing XML formats,
that process may be messy or lossy.

Specifications like DC-DS-XML are designed to be transformable
into RDF cleanly and automatically.  Indeed, a major motive
for specifying the DCMI Abstract Model has been to help design
metadata records with well-defined mappings to RDF and whose
contents can therefore be straightforwardly merged into a
landscape of Linked Data.  In terms of the diagram in
"Interoperability Levels for Dublin Core Metadata" [1], data
that is expressible as Linked Data is interoperable at "Level
2".

To evaluate the XML format options in this framework:

-- Most formats that use Dublin Core in XML, such as the
   oai_dc XML format defined by the OAI-PMH specification
   [2], most uses of "Dublin Core elements" as extension
   elements in the Atom Syndication Format [4], and most of
   the formats based on the 2003 DCMI guidelines [5] is
   interoperable "on level 1" -- i.e., it is represented
   using an XML format with no well-defined mapping to the
   RDF model, hence not easily exposable as Linked Data.

-- For Level 2 interoperability, any syntax for serializing
   RDF (e.g., RDF/XML) can be used.  Alternatively, an
   application-specific XML format can be defined with a
   mapping to the RDF model, ideally using the W3C GRDDL
   specification [5].

   The DC-DS-XML specification can be used to make just such a
   format, as it does have a well-defined mapping to RDF, which
   is made available in a machine-actionable form as a GRDDL
   Namespace Transformation [6].  In addition to supporting
   multiple descriptions, DC-DS-XML distinguishes URIs used as
   resource identifiers from other text strings used as
   literals, and it distinguishes between vocabulary encoding
   schemes and syntax encoding schemes (data types).  The
   DC-DS-XML specification is currently being finalized as a
   DCMI Recommendation (only minor changes are expected, e.g.,
   in attribute names).  DC-DS-XML is intended to be easily
   usable with technologies like XPath and not to be tied to any
   single XML schema technology.  Like the description set model
   of the DCMI Abstract Model, it is not limited to the use of
   any specific set of "terms", and that is reflected in the
   dcds.xsd W3C XML Schema that you point to above - as you say,
   the attribute values are typed to be xsd:anyURI. With its
   additional support for the description set model, DC-DS-XML
   corresponds to Level 3 in the Interoperability Levels.

So to return to your specific question "Is it recommended to use
the newer DC-DS-XML format?", it depends what you want to
achieve.  If one has no immediate requirement for Linked Data
compatibility, the 2003 DC-XML specification may serve the
purpose at hand.  However, if convertibility of the data might
become important in the future, one could plan for this by
designing an XML format with a GRDDL transform or by using
DC-DS-XML.

Pete Johnston is preparing a more detailed technical response
with examples of formats at different interoperability levels.

Tom

[1] http://dublincore.org/documents/2009/05/01/interoperability-levels/
[2] http://www.openarchives.org/OAI/openarchivesprotocol.html#dublincore
[3] http://www.ietf.org/rfc/rfc4287.txt
[4] http://dublincore.org/documents/2003/04/02/dc-xml-guidelines/
[5] http://www.w3.org/TR/grddl/
[6] http://purl.org/dc/transform/dc-ds-xml-20080901-grddl/dcds2rdfxml.xsl
[7] http://iesr.ac.uk/metadata/
[8] http://www.ukoln.ac.uk/repositories/digirep/index/SWAP
[9] http://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind0905&L=DC-GENERAL&P=8654
[10] http://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind0905&L=DC-GENERAL&P=9381

-- 
Thomas Baker <[log in to unmask]>

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

February 2024
May 2022
April 2022
March 2022
March 2020
February 2019
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
September 2003
August 2003
July 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
March 2002
February 2002
January 2002
December 2001
November 2001
October 2001
September 2001
August 2001
July 2001
June 2001
May 2001
April 2001
March 2001
February 2001
January 2001
December 2000
November 2000
October 2000
September 2000
August 2000
July 2000
June 2000
May 2000
April 2000
March 2000
February 2000
January 2000
December 1999
November 1999
October 1999
September 1999
August 1999
July 1999
June 1999
May 1999
April 1999
March 1999
February 1999
January 1999
December 1998
November 1998
October 1998
September 1998
August 1998
July 1998
June 1998
May 1998
April 1998
March 1998
February 1998
January 1998
December 1997
November 1997
October 1997
September 1997
August 1997
July 1997
June 1997
May 1997
April 1997
March 1997
February 1997
January 1997
December 1996
November 1996
October 1996
September 1996
August 1996
July 1996
June 1996
May 1996
April 1996
March 1996


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