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/ <!-- Processed by Id: cwm.py,v 1.144 2003/09/14 20:20:20 timbl Exp --> <!-- using base http://www.w3.org/2000/06/webdata/xslt?xslfile=http%3A%2F%2Fwww.w3.org%2F2003%2F11%2Frdf-in-xhtml-processor&xmlfile=http%3A%2F%2Fwww.w3.org%2F2003%2F11%2Frdf-in-xhtml--> <rdf:RDF xmlns="http://www.rddl.org/purposes#" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dt="http://www.w3.org/2001/XMLSchema#" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:log="http://www.w3.org/2000/10/swap/log#" xmlns:rddl="http://www.rddl.org/" xmlns:rddln="http://www.rddl.org/natures#" xmlns:rddlp="http://www.rddl.org/purposes#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <rdf:Description rdf:about="rdf-in-xhtml-processor"> <rddl:nature rdf:resource="/1999/XSL/Transform"/> </rdf:Description> <rdf:Description rdf:about=""> <rdfs:comment>@@base URI probably not right</rdfs:comment> </rdf:Description> <rdf:Property rdf:about="#xslt2rdf"> <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> <rdfs:label>xslt2rdf</rdfs:label> </rdf:Property> <rdf:Description rdf:about="/2003/11/rdf-in-xhtml"> <normative-reference rdf:resource="http://www.tbray.org/tag/rddl4.html"/> <reference rdf:resource="http://esw.w3.org/topic/EmbeddingRDFinHTML"/> <reference rdf:resource="http://gmpg.org/xmdp/"/> <software-project rdf:resource="http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/"/> <target rdf:resource="/2003/11/rdf-in-xhtml"/> <rdf:_ rdf:resource="rdf-in-xhtml-processor"/> </rdf:Description> </rdf:RDF>Received on Saturday, 17 January 2004 01:55:26 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:14:58 GMT