diff options
Diffstat (limited to 'tests/rdfa11/0176.xml')
-rw-r--r-- | tests/rdfa11/0176.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/rdfa11/0176.xml b/tests/rdfa11/0176.xml new file mode 100644 index 0000000..763d107 --- /dev/null +++ b/tests/rdfa11/0176.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"> + <head> + <title>Test 0176</title> + </head> + <body> + <div about="_:manu"> + Manu can be reached via + <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>. + <span rel="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">He knows Gregg.</span> + <span rev="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">Who knows Manu.</span> + </div> + + <div about="_:gregg"> + Gregg can be reached via + <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:gregg@kellogg-assoc.com">email</a>. + </div> + </body> + + +</html>
\ No newline at end of file |