- From: Dan Connolly <connolly@w3.org>
- Date: Sat, 17 Jan 2004 00:44:17 -0600
- To: public-rdf-in-xhtml-tf@w3.org, Karl Dubost <karl@w3.org>
- Cc: Tantek Celik <tantek@cs.stanford.edu>
Received on Saturday, 17 January 2004 01:55:26 UTC
I'm mulling over this message, Karl...
http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2004Jan/0005.html
I applied this XMDP stuff
  http://gmpg.org/xmdp/
to the profile page...
  http://www.w3.org/2003/11/rdf-in-xhtml
And then, of course, I went nutso and implemented
  http://www.w3.org/2003/12/rdf-in-xhtml-xslts/grokXMDP.xsl
  grokXMDP.xsl,v 1.1 2004/01/17 06:24:07 
which treats a profile as an RDF schema
so that I get this out of it:
$ xsltproc grokXMDP.xsl ../../11/rdf-in-xhtml.html
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <rdf:Description about="">
    <rdfs:comment>@@base URI probably not right</rdfs:comment>
  </rdf:Description>
  <rdf:Property rdf:about="#xslt2rdf">
    <rdfs:label>xslt2rdf</rdfs:label>
    <rdfs:comment>relates a document to an algorithm, usually encoded in
XSLT, for extracting and RDF representation of (some of) the document's
meaning.</rdfs:comment>
  </rdf:Property>
</rdf:RDF>
This gets merged in with the RDDL statements...
the result of applying both grokXMDP and grokRDDL is attached...
More on other bits from your message separately...
-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
Received on Saturday, 17 January 2004 01:55:26 UTC