upgraded dc-extract.xsl to DC/XHTML spec; wondering about unqulaified schemes

Some implementation experience with...
  Expressing Dublin Core in HTML/XHTML meta and link elements
  http://dublincore.org/documents/dcq-html/

The examples were very handy. I collected them all in
a test file

  http://www.w3.org/2000/06/dc-extract/dcq-test1.html

and upgraded my dc-extract.xsl implementation to handle them...

  http://www.w3.org/2000/06/dc-extract/dc-extract.xsl

Attached find the results of running dc-extract.xsl over
dcq-test1.html .

I don't quite know what to make of this...

<meta name="AGLS.Function" scheme="AGIFT" content="recordkeeping
standards" />

In the case of...
  <meta name="dc.date" scheme="dcterms.W3CDTF" content="2001-07-18" />
I expanded dcterms.W3CDTF to a full uri http://purl.org/dc/terms/W3CDTF
and looked it up and confirmed that it's basically a datatype, and
converted it to RDF a la:

    <DCTERMS:date
rdf:datatype="http://purl.org/dc/terms/W3CDTF">2001-07-03</DCTERMS:date>


But I don't know how to get a URI out of scheme="AGIFT".


-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Wednesday, 7 September 2005 18:07:51 UTC