- From: Sean B. Palmer <sean@mysterylights.com>
- Date: Sun, 17 Dec 2000 14:22:43 -0000
- To: <w3c-wai-er-ig@w3.org>
- Cc: "Leonard R. Kasday" <kasday@acm.org>, "Wendy A Chisholm" <wendy@w3.org>
To help you visualize the triples involved in my little Al OOP => RDF
conversion, I have created two little graphics (generated by SiRPAC):-
http://infomesh.net/edl/sirpac1.gif
http://infomesh.net/edl/sirpac2.gif (bit hard to read, but more in depth)
And text equivalent:-
http://infomesh.net/edl/#triples
For this RDF:-
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:edl="http://infomesh.net/edl/1.0/#"
xmlns:wcag="http://www.w3.org/some-wcag-cp-schema#" >
<rdf:Description rdf:about="http://testdoc.org/"
edl:whoSez="http://www.w3.org/WAI">
<edl:result>
<rdf:Description edl:for="#node1" rdf:ID="output1">
<wcag:checkpoint
rdf:resource="http://www.w3.org/some-wcag#cp1"/>
<rdf:value>true</rdf:value>
</rdf:Description>
</edl:result>
</rdf:Description>
</rdf:RDF>
Enjoy!
Kindest Regards,
Sean B. Palmer
http://www.mysterylights.com/sbp/
"Perhaps, but let's not get bogged down in semantics."
- Homer J. Simpson, BABF07.
Received on Sunday, 17 December 2000 09:24:12 UTC