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

Help for DC-ARCHITECTURE Archives


DC-ARCHITECTURE Archives

DC-ARCHITECTURE Archives


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

DC-ARCHITECTURE Home

DC-ARCHITECTURE  February 2001

DC-ARCHITECTURE February 2001

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Not an announcement - An XML Encoding of Simple Dublin Core Metadata

From:

Dave Beckett <[log in to unmask]>

Reply-To:

This list, which supersedes dc-datamodel, dc-schema, and dc-implementors, i" <[log in to unmask]>

Date:

Wed, 21 Feb 2001 21:09:10 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (118 lines)

>>>Ann Apps said:
> Renato Iannella <[log in to unmask]> wrote:
> > No, I'm the one that does not want to see _any_ RDF in the _XML_
> > encoding.
> >
> > The _RDF_ will appear in the _RDF/XML_ encoding document
> >
> > Don't confuse the market. Deliver what the industry wants.
> >
> I second this. If I read an XML Guide, I wouldn't expect it to contain
> RDF. I would expect to write things like <dc:title>My
> Title</dc:title> without any encompassing <rdf:...> tags.


The XML encoding is RDF but that adds a between 1-3 more 'boilerplate'
lines than could be expected in an XML document.  The current profile
suggests 3, but it could be 1 as I explain below

> To find out how to encode DC in RDF I would expect to read an
> RDF Guide (or maybe an RDF in XML Guide).

This will be needed in due course for handling DC qualifiers etc. as
being discussed in the other threads.   This profile should work
as-is when the model including qualifiers is deployed.

> It sounds to me that by writing an XML Guide which includes RDF
> you are coercing unsuspecting people to think they have to use
> RDF even if they don't understand it. (But perhaps that's just my
> paranoia showing through!) If the RDF tags are just presented with
> no explanation then I don't think the reason for including them in
> encoded metadata would be obvious, so people are likely to ignore
> the guide.

Coercion?  No!  The DC is a community and a foundation that people in
many domains are using because it works.  I've gone into a lot of the
technical detail of the design of this document here and on the
issues list to show why we are doing things this way; I really don't
think all of this should appear in the end-user document!

If the rdf: things need more explanation, how about this:

The meaning of this simple format is:
   a container of DC elements describing a resource

where <rdf:Description> is the container element and the rdf:about
attribute is where you specify which resource (when it is a URI).  We
use RDF because that is a good web metadata Framework for Describing
Resources.


On the syntax side, it turns out that rdf:RDF is optional and it
could be removed from the DTD.  Then, is there really so much
difference between these examples?

RDF version 1

<?xml version="1.0" encoding="iso-8859-1"?
<!DOCTYPE rdf:Description SYSTEM "http://dublincore.org/............dcxml.dtd">
<rdf:Description rdf:about="http://www.ilrt.bristol.ac.uk/people/cmdjb/"
                 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
                 xmlns:dc="http://purl.org/dc/elements/1.1/">
  <dc:title>Dave Beckett's Home Page</dc:title>
  <dc:creator>Dave Beckett</dc:creator>
  <dc:publisher>ILRT, University of Bristol</dc:publisher>
  <dc:date>2000-06-06</dc:date>
</rdf:Description>

XML version 1

<?xml version="1.0" encoding="iso-8859-1"?
<!DOCTYPE dcxml:container SYSTEM "http://dublincore.org/............dcxml.dtd">
<dcxml:container dcxml:href="http://www.ilrt.bristol.ac.uk/people/cmdjb/"
                 xmlns:dcxml="http://purl.org/dc/elements/1.1/">
  <dcxml:title>Dave Beckett's Home Page</dcxml:title>
  <dcxml:creator>Dave Beckett</dcxml:creator>
  <dcxml:publisher>ILRT, University of Bristol</dcxml:publisher>
  <dcxml:date>2000-06-06</dcxml:date>
</dcxml:container>

or tidying some namespaces:

RDF version 2

<?xml version="1.0"?>
<!DOCTYPE rdf:Description SYSTEM "http://dublincore.org/............dcxml.dtd">
<rdf:Description rdf:about="http://www.ilrt.bristol.ac.uk/people/cmdjb/"
                 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
                 xmlns="http://purl.org/dc/elements/1.1/">
  <title>Dave Beckett's Home Page</title>
  <creator>Dave Beckett</creator>
  <publisher>ILRT, University of Bristol</publisher>
  <date>2000-06-06</date>
</rdf:Description>

XML version 2

<?xml version="1.0"?>
<!DOCTYPE container SYSTEM "http://dublincore.org/............dcxml.dtd">
<container href="http://www.ilrt.bristol.ac.uk/people/cmdjb/"
           xmlns="http://purl.org/dc/elements/1.1/">
  <title>Dave Beckett's Home Page</title>
  <creator>Dave Beckett</creator>
  <publisher>ILRT, University of Bristol</publisher>
  <date>2000-06-06</date>
</container>


> I hope it is also planned to write an HTML (and an XHTML) Guide,
> because in reality that's what most people are still using.

There are lots of issues about encoding DC in (X)HTML such as hiding
content, supporting repeating elements (that means can't use XML
attributes for that), encoding issues, interaction with <meta> and
<link>, <head profile>?.  The document here was intended to be for
standalone XML with a DTD (i.e. is also SGML) and not embedded.

Dave

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

February 2024
January 2024
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
September 2022
August 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
November 2021
October 2021
September 2021
August 2021
July 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
September 2020
August 2020
July 2020
June 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 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
April 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
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
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 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
September 2005
August 2005
July 2005
June 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
March 2004
February 2004
January 2004
November 2003
October 2003
September 2003
August 2003
June 2003
May 2003
April 2003
March 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
December 2000
November 2000
October 2000


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