[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Possible small RDDL enhancement

  • From: Rick Jelliffe <ricko@a...>
  • To: xml-dev@l...
  • Date: Mon, 19 Mar 2001 16:55:05 +0800

why not use dublin core
From: Tim Bray <tbray@t...>

>It dawns on me that it might be useful for a RDDL to declare
>what namespace or mime-type it claims to be describing.  Would
>it make sense to create a new optional element type, <rddl:class>,
>with attributes ns= and/or media-type=, which could be used for
>this purpose?

I envisage a world made of software modules!  Why not use Dublin Core?
[1][2][3]   Here is a template.[4]  (IANA provides some kind of directory
convention by which one can form URIs from MIME types.)

<meta name="DC.Identifier" content="--Namespace URL here--" />
<meta name="DC.Title"     content="--Title here--" />
<meta name="DC.Creator" content="--Creator here--" />
<meta name="DC.Subject" content="--Subject here--" />
<meta name="DC.Date"  content="2001-mm-dd" />
<meta name="DC.Type" content="dataset" />
<meta name="DC.Type" content="text" />
<meta name="DC.Description"  content=
    "A Resource Description Directory, using the RDDL format of rddl.org" />
<meta name="DC.Format" content="text/html" />
<meta name="DC.Language" content="en" />
<link rel= "schema.DC"  href= "http://purl.org/DC/elements/1.1/" />

Or, better, because then we don't need some system that undertands the use
of "link", embed an RDF section:

<rdf:RDF  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
                 xmlns:dc="http://purl.org/dc/elements/1.1/">
   <!-- change these -->
   <rdf:Description about="--URL Here--">
         <dc:title>--Title here--</dc:title>
         <dc:creator>--Creator here-- </dc:creator>
         <dc:subject>--Subject here--</dc:subject>
         <dc:date>2001-mm-dd</dc:date>
         <dc:language>en</dc:language>

         <!-- don't change these -->
         <dc:type>dataset</dc:type>
         <dc:type>text</dc:type>
         <dc:description>A Resource Description Directory,
                using the RDDL format of rddl.org</dc:description>
         <dc:format>application/xhtml+xml</dc:format>
   </rdf:Description>
</rdf:RDF>

But rddl:class  would be terser.

Cheers
Rick Jelliffe

[1] [RFC2413] Dublin Core Metadata for Resource Discovery. Internet RFC
2413.
<http://www.ietf.org/rfc/rfc2413.txt>
[2] DC 1.1  http://dublincore.org/documents/dces
[3] types http://dublincore.org/documents/dcmi-type-vocabulary/
[4] IETF RFC (2731) titled "Encoding Dublin Core Metadata in HTML"


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.