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  June 2006

DC-ARCHITECTURE June 2006

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: RDF/A and DCAPs

From:

Pete Johnston <[log in to unmask]>

Reply-To:

DCMI Architecture Group <[log in to unmask]>

Date:

Thu, 15 Jun 2006 00:28:14 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (179 lines)

Hi Cecil,

RDF/A is by definition a specification for representing RDF data. It is based on the assumption that the "terms" being encoded (in XHTML or other XML syntaxes) using RDF/A are "terms" defined/used within the framework of the RDF model. It's a very useful specification, but it does not overcome the problem that DC and LOM "terms" are defined on the basis of different abstract models. 

RDF/A could be used to represent instance data based on DC-as-mapped-to-the-RDF-model (e.g. as the current DC-RDF draft suggests) and on LOM-as-mapped-to-the-RDF-model - but it still requires that some sort of mapping to a shared abstract model (in this case, the RDF model) is made _before_ the instances can be represented using RDF/A. 

I don't think RDF/A seeks - on its own - to solve the problems arising from the fact that metadata standards are based on different abstract models, so (IMHO!) I don't think it completely solves the "mixing and matching" problem; rather, it seeks to offer a new way of _representing_ data which is (already) based on a single abstract model (the RDF model). 

Cheers
Pete

-----Original Message-----
From: DCMI Architecture Group on behalf of Cecil Somerton
Sent: Wed 6/14/2006 7:58 PM
To: [log in to unmask]
Subject: RDF/A and DCAPs
 
Folks,
	A little off subject I was wondering if there has been any discussion of the implications, if any, for DCAPs in the use of RDF/A. If metadata from diverse specifications can be inserted at different points in an XHTML document then some of the challenges for example of mixing the DC and LOM in a DCAP might be overcome. How the terms used are constrained, encoded, or interpreted for particular purposes could be documented in individual machine readable APs and called from Namespace without conflicts resulting from different abstract models underling the individual metadata specifications.

Cecil E. Somerton
Information Management Analyst | Analyste de gestion de l'information
IM Strategies | Stratégies de la gestion de l'information
Chief Information Officer Branch | Direction du dirigeant principal de l'information
Treasury Board of Canada, Secretariat | Secrétariat du Conseil du Trésor du Canada
Ottawa, Canada K1A 0R5
613 946-5053 | [log in to unmask] | facsimile/télécopieur 613 946-9342



 -----Original Message-----
From: 	DCMI Architecture Group [mailto:[log in to unmask]]  On Behalf Of Pete Johnston
Sent:	June 12, 2006 9:01 AM
To:	[log in to unmask]
Subject:	Re: Comments on DC-in_XML

Hi Ann,

> This DC-in-XML document is looking good. A very comprehensive 
> set of examples. But a few questions and comments:

Thanks!
 
> 3.3.1  and 3.4.2 Why does the resource URI and value URI need 
> to be encoded in full? Is this an XML or a DC restriction? 

It was/is a "design decision" for the format, not a restriction of the
DCAM or of XML. Actually I think Andy and I probably argued over this
point ;-) We had an earlier version that had a parallel set of
attributes for QNames-mapping-to-URIs for Resource URIs and Value URIs
(as well as for VES URIs and SES URIs). I'm inclined to say the current
version is rather inconsistent in its approach - _if_ we are allowing
QName-mapping-to-URI abbreviations for VES and SES URIs (which of course
is open to debate), then I'm tempted to say we should allow them for
other URIs in a description too. 

> I 
> have XML attribute values that include Qnames which parse 
> happliy against a schema.
>
> Examples 5 and 9. I'm a bit dubious about introducing this 
> use of XML enitities to abbreviate a resource URI. I wonder 
> if it will just confuse people by introducing this 
> alternative. Maybe it would be better to just say the URI 
> must be encoded in full. I also wonder if it is possible to 
> parse an XML document against its XML schema if it includes a 
> DOCTYPE, which implies DTD. (This is a question - I meant ot 
> try it at work last week and ran out of time.)

It does require the internal subset to provide the entity declaration,
and it requires a parser to process the internal subset, but I think it
is OK. I'm fairly sure I tested examples of this using XSV (the W3C XML
Schema validator). 

With Xerces, I think I did encounter a problem with being able to set
the appropriate parser flags to get it to read the internal subset
without getting upset about the absence of a DTD but, IIRC, that was a
limitation of the sample apps that came with Xerces. 

I think there _are_ some issues around XML Schema validation and entity
declarations - I'll check it out, but I _think_ the use of the internal
subset is OK.

(Also, I'd just note that the DC-XML format can be used independently of
XML Schema.)

> Example 8 is the same as example 7,even though it illustrates 
> something different. One could be omitted and reference twice 
> to save some space.

OK.

> 3.4.4 Why are there separate attributes vocabEncSchemeURI and 
> vocabEncSchemeQName? Isn't the nature apparent from the 
> value?

Ah, no, I don't think so. I think if we are going to allow both URIs in
full and QNames-as-abbreviations of URIs, an application has to know the
datatype of the string in order to process it correctly. 

I know we human readers are accustomed to looking at strings and
deciding whether they are URIs or QNames, but consider the string:

name

That could be:

(a) a relative URI (to be resolved relative to the base URI of the
document) (Aside: I'm conscious that we haven't provided any examples of
using relative URIs and we probably should do so - or indicate that they
are not supported, if the latter is the case) 

or

(b) an XML QName (which would map to an expanded name using the
namespace declaration for the default name space - and from that to a
URI if the DC-XML format specified that the mapping applied for that
QName) 

And I'm fairly sure (though I can't produce an example off the top of my
head!) there are URI schemes which, even if the prefix is present, allow
lexical formas which are indistinguishable from the lexical forms of
QNames i.e. given a string like

ssss:nnnnn

how do I know whether that string is a URI and "ssss" is a URI scheme
prefix or it is an XML QName and "ssss" is an XML Namespace Prefix?

> There is no such distinction in DC-Text.

There is ;-) 

In DC-Text, URIs have to be started and terminated by a "<" and ">"; a
string without that is treated as a Qname (if it occurs within a
"....URI" construct in DC-Text).

> It doesn't seem very elegant.

I do think some way of making the distinction is required. 

However, I would say that supporting both URIs-as-URIs and
Qnames-mapping-to-URIs does mean that a parsing/consuming application
has to be prepared to support both forms, so using XPath or XQuery over
DC-XML gets a bit more complicated - and that does go against one of the
design principles we set ourselves. 
 
I'm also conscious that there is a broader ebate around this area going
on elsewhere e.g. within the W3C group which is looking at encoding DC
in XHTML, where they have proposed a new datatype called CURIE 

http://www.w3.org/TR/2006/WD-xhtml-rdfa-primer-20060310/#id69192

which supports a QName-like abbreviation for URIs - but that is still
work in progresss, and a matter of some debate, I think.

> Example 15. The same comment as I made to DC-Text. Is an 
> alternative here to have repeated dc:title properties. Does 
> this document need to give some guidance on preferred use?
> 
> 3.5.1.2 Same comment as 3.4.4.
> 
> 3.5.2 Rich representations. Are XML or binary all that are 
> allowed? I would accept that this may be the case for the DC 
> XML binding.

I think we probably got this wrong. See my reply to your message on
DC-Text.
 
> Example 25. Another comment I made about DC-Text. Would 
> descriptionIdRef be better than descriptionRef. This is just 
> a question - I don't really have any strong opinion.

OK, good. Me, neither! ;-)

Thanks, Ann.

Pete 

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