You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2013/02/21 16:30:44 UTC

[35/55] MARMOTTA-106: renamed sesame-rio modules

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0077.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0077.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0077.xhtml
new file mode 100644
index 0000000..ce6eafb
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0077.xhtml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+   <head>
+      <title>Test 0077</title>
+   </head>
+   <body>
+       <p>
+         <span about="http://example.org/alternate" rev="alternate"
+               href="0077.xhtml">alternate</span>
+         <span about="http://example.org/appendix" rev="appendix"
+               href="0077.xhtml">appendix</span>
+         <span about="http://example.org/bookmark" rev="bookmark"
+               href="0077.xhtml">bookmark</span>
+         <span about="http://example.org/cite" rev="cite"
+               href="0077.xhtml">cite</span>
+         <span about="http://example.org/chapter" rev="chapter"
+               href="0077.xhtml">chapter</span>
+         <span about="http://example.org/contents" rev="contents"
+               href="0077.xhtml">contents</span>
+         <span about="http://example.org/copyright" rev="copyright"
+               href="0077.xhtml">copyright</span>
+         <span about="http://example.org/glossary" rev="glossary"
+               href="0077.xhtml">glossary</span>
+         <span about="http://example.org/help" rev="help"
+               href="0077.xhtml">help</span>
+         <span about="http://example.org/icon" rev="icon"
+               href="0077.xhtml">icon</span>
+         <span about="http://example.org/index" rev="index"
+               href="0077.xhtml">index</span>
+         <span about="http://example.org/first" rev="first"
+               href="0077.xhtml">first</span>
+         <span about="http://example.org/last" rev="last"
+               href="0077.xhtml">last</span>
+         <span about="http://example.org/license" rev="license"
+               href="0077.xhtml">license</span>
+         <span about="http://example.org/meta" rev="meta"
+               href="0077.xhtml">meta</span>
+         <span about="http://example.org/next" rev="next"
+               href="0077.xhtml">next</span>
+         <span about="http://example.org/p3pv1" rev="p3pv1"
+               href="0077.xhtml">p3pv1</span>
+         <span about="http://example.org/prev" rev="prev"
+               href="0077.xhtml">prev</span>
+         <span about="http://example.org/role" rev="role"
+               href="0077.xhtml">role</span>
+         <span about="http://example.org/section" rev="section"
+               href="0077.xhtml">section</span>
+         <span about="http://example.org/subsection" rev="subsection"
+               href="0077.xhtml">subsection</span>
+         <span about="http://example.org/start" rev="start"
+               href="0077.xhtml">start</span>
+		<span about="http://example.org/stylesheet" rev="stylesheet"
+               href="0077.xhtml">stylesheet</span>			   
+         <span about="http://example.org/up" rev="up"
+               href="0077.xhtml">up</span>
+      </p>
+   </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0078.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0078.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0078.xhtml
new file mode 100644
index 0000000..858baf2
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0078.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <head>
+		<title>Test 0078</title>    
+  </head>
+  <body>    
+	<div about ="http://www.example.org/#somebody" rel="foaf:knows">
+	    <p property="foaf:name">Ivan Herman</p>
+		<p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p>
+		<p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p>
+	</div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0079.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0079.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0079.xhtml
new file mode 100644
index 0000000..6fc75ea
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0079.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <head>
+		<title>Test 0079</title>    
+  </head>
+  <body>    
+	<div about ="http://www.example.org/#somebody" rel="foaf:knows">
+	    <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p>
+	    <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p>
+	    <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p>
+	</div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0080.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0080.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0080.xhtml
new file mode 100644
index 0000000..a46664d
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0080.xhtml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <head>
+		<title>Test 0080</title>    
+  </head>
+  <body>
+	<div about ="http://www.example.org/#somebody" rel="foaf:knows">
+	    <p about="http://danbri.org/foaf.rdf#danbri" resource="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p>
+	</div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0081.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0081.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0081.xhtml
new file mode 100644
index 0000000..9c26cca
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0081.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <head>
+		<title>Test 0081</title>    
+  </head>
+  <body>
+	<div about ="http://www.example.org/#somebody" rev="foaf:knows">
+	    <p property="foaf:name">Ivan Herman</p>
+		<p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p>
+		<p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p>
+	</div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0082.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0082.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0082.xhtml
new file mode 100644
index 0000000..2301de3
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0082.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <head>
+		<title>Test 0082</title>    
+  </head>
+  <body>
+	<div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows">
+	    <p property="foaf:name">Ivan Herman</p>
+		<p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p>
+		<p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p>
+	</div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0083.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0083.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0083.xhtml
new file mode 100644
index 0000000..f29b87d
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0083.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <head>
+		<title>Test 0083</title>    
+  </head>
+  <body>
+	<div about="http://www.example.org/#somebody" rel="foaf:knows">
+	    <p property="foaf:name">Ivan Herman</p>
+		<p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p>
+		<p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p>
+	</div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0084.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0084.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0084.xhtml
new file mode 100644
index 0000000..266e24c
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0084.xhtml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <head>
+		<title>Test 0084</title>    
+  </head>
+  <body>
+	<div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows">
+	    <div>
+		    <p property="foaf:name">Ivan Herman</p>
+			<p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p>
+			<p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p>
+			
+		</div>
+	</div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0085.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0085.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0085.xhtml
new file mode 100644
index 0000000..b9f836e
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0085.xhtml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <head>
+		<title>Test 0085</title>    
+  </head>
+  <body>
+	<div about ="http://www.example.org/#somebody" rel="foaf:knows">
+	   <div rel="foaf:knows">
+		    <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p>
+		    <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p>
+		    <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p>
+	   </div>
+	</div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0087.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0087.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0087.xhtml
new file mode 100644
index 0000000..7732c6f
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0087.xhtml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+   <head>
+      <title>Test 0087</title>
+   </head>
+   <body>
+      <p>
+         <a rel=":alternate" href="http://example.org/alternate">alternate</a>
+         <a rel=":appendix" href="http://example.org/appendix">appendix</a>
+         <a rel=":bookmark" href="http://example.org/bookmark">bookmark</a>
+         <a rel=":cite" href="http://example.org/cite">cite</a>
+         <a rel=":chapter" href="http://example.org/chapter">chapter</a>
+         <a rel=":contents" href="http://example.org/contents">contents</a>
+         <a rel=":copyright" href="http://example.org/copyright">copyright</a>
+         <a rel=":glossary" href="http://example.org/glossary">glossary</a>
+         <a rel=":help" href="http://example.org/help">help</a>
+         <a rel=":icon" href="http://example.org/icon">icon</a>
+         <a rel=":index" href="http://example.org/index">index</a>
+         <a rel=":first" href="http://example.org/first">first</a>
+         <a rel=":last" href="http://example.org/last">last</a>
+         <a rel=":license" href="http://example.org/license">license</a>
+         <a rel=":meta" href="http://example.org/meta">meta</a>
+         <a rel=":next" href="http://example.org/next">next</a>
+         <a rel=":p3pv1" href="http://example.org/p3pv1">p3pv1</a>
+         <a rel=":prev" href="http://example.org/prev">prev</a>
+         <a rel=":role" href="http://example.org/role">role</a>
+         <a rel=":section" href="http://example.org/section">section</a>
+         <a rel=":subsection" href="http://example.org/subsection">subsection</a>
+         <a rel=":start" href="http://example.org/start">start</a>
+         <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a>
+         <a rel=":up" href="http://example.org/up">up</a>
+      </p>
+   </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0088.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0088.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0088.xhtml
new file mode 100644
index 0000000..f0f7242
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0088.xhtml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <head>
+		<title>Test 0088</title>    
+  </head>
+  <body>
+	<div about ="http://www.example.org/#somebody" rel="foaf:knows">
+	    <p about="[_:]" property="foaf:name">Dan Brickley</p>
+	    <p about="[_:]" typeof="foaf:Person">Dan Brickley again:-)</p>
+	</div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0089.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0089.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0089.xhtml
new file mode 100644
index 0000000..eaff567
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0089.xhtml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+ <head profile="http://www.w3.org/1999/xhtml/vocab">
+      <title>Test 0089</title>
+   </head>
+   <body>
+      <div>
+      	<img src="http://example.org/example.png" typeof="foaf:Image" alt="example image" />
+      </div>
+   </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0090.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0090.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0090.xhtml
new file mode 100644
index 0000000..3e0c29b
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0090.xhtml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/">
+ <head profile="http://www.w3.org/1999/xhtml/vocab">
+      <title>Test 0090</title>
+   </head>
+   <body>
+      <div>
+      	<img	src="http://example.org/example.png"  
+				rel="license"
+           		href="http://creativecommons.org/licenses/by-nc-sa/2.0/"
+				alt="example image" />
+      </div>
+   </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0091.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0091.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0091.xhtml
new file mode 100644
index 0000000..bb896f0
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0091.xhtml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+ <head profile="http://www.w3.org/1999/xhtml/vocab">
+      <title>Test 0091</title>
+   </head>
+   <body>
+      <p about="[_:human]">
+         A human is
+         <span property=":definition">a bi-pedal primate</span>.
+         They are quite possibly one of the most
+         <span property=":note">confused animal</span>s residing in the 
+		 <span property=":foo">Milky Way</span>.
+      </p>
+   </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0093.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0093.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0093.xhtml
new file mode 100644
index 0000000..e343368
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0093.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:dc="http://purl.org/dc/elements/1.1/"
+	  xmlns:ex="http://www.example.org/">
+  <head profile="http://www.w3.org/1999/xhtml/vocab">
+	<title>Test 0093</title>
+  </head>
+  <body>
+  	<div about="">
+      Author: <span property="dc:creator">Albert Einstein</span>
+      <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2>
+	</div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0099.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0099.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0099.xhtml
new file mode 100644
index 0000000..bff4baa
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0099.xhtml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    	  xmlns:example="http://www.example.org/">
+   <head profile="http://www.w3.org/1999/xhtml/vocab">
+      <title>Test 0099</title>
+   </head>
+   <body>
+		<p about="http://www.cwi.nl/~steven/" property="example:likes">
+    We put thirty spokes together and call it a wheel;
+    But it is on the space where there is nothing that the usefulness of the wheel depends.
+    We turn clay to make a vessel;
+    But it is on the space where there is nothing that the usefulness of the vessel depends.
+    We pierce doors and windows to make a house;
+    And it is on these spaces where there is nothing that the usefulness of the house depends.
+    Therefore just as we take advantage of what is, we should recognize the usefulness of what is not.
+
+    Lao Tzu: Tao Te Ching</p>
+	</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0104.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0104.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0104.xhtml
new file mode 100644
index 0000000..dd1b243
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0104.xhtml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+      xmlns:example="http://www.example.org/">
+  <head profile="http://www.w3.org/1999/xhtml/vocab">
+	<title>Test 0104</title>
+  </head>
+  <body>
+  	<p>
+    	The word "interfenestration" has 
+    	<span about="#interfenestration" rel="example:size">
+            <span property="rdf:value">17</span>
+            <span property="example:unit">character</span>s.
+    	</span>
+	</p>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0106.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0106.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0106.xhtml
new file mode 100644
index 0000000..5b7e57e
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0106.xhtml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <head>
+	<title>Test 0106</title>
+  </head>
+  <body>
+  	  <div about="" rel="dc:creator">
+         <a rel="" href="manu.html">Manu</a> created this page.
+      </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0107.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0107.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0107.xhtml
new file mode 100644
index 0000000..4ea1aba
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0107.xhtml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:ex="http://example.org/">
+  <head>
+	<title>Test 0107</title>
+  </head>
+  <body>
+  	  <div rel="next"></div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0108.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0108.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0108.xhtml
new file mode 100644
index 0000000..5752397
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0108.xhtml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:ex="http://example.org/">
+  <head>
+	<title>Test 0108</title>
+  </head>
+  <body>
+    <p about="http://example.org/node" property="ex:property"
+       datatype="" xml:lang="el">ελληνικό
+άσπρο   διάστημα
+</p>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0109.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0109.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0109.xhtml
new file mode 100644
index 0000000..906f3f3
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0109.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:dc="http://purl.org/dc/elements/1.1/"
+      xml:base="http://example.org/invalid/">
+   <head>
+      <title>Test 0109</title>
+   </head>
+   <body>
+   	  <!-- This a NOT a valid XHTML document (due to @xml:base) -->
+      <div xml:base="http://example.org/invalid/">
+         <p about="">This is <span property="dc:title">Test 0109</span>.</p>
+      </div>
+   </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0110.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0110.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0110.xhtml
new file mode 100644
index 0000000..653aa3d
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0110.xhtml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+        <title>Test 0110</title>
+  </head>
+  <body>
+    <div rel="next">
+      <div rel="next" />
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0111.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0111.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0111.xhtml
new file mode 100644
index 0000000..0e80779
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0111.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0111</title>
+  </head>
+  <body>
+    <div rel="next">
+      <div rel="next">
+        <div rel="next" />
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0112.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0112.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0112.xhtml
new file mode 100644
index 0000000..c0926cf
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0112.xhtml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:ex="http://example.org/">
+  <head>
+	<title>Test 0112</title>
+  </head>
+  <body>
+  	  <p>
+      <span about="http://example.org/node" property="ex:property"
+            datatype="">not an XML Literal,
+whitespace     preserved
+</span>
+    </p>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0113.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0113.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0113.xhtml
new file mode 100644
index 0000000..cd54223
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0113.xhtml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <head>
+    <title>Test 0113</title>
+  </head>
+  <body>
+    <span about="#a" property="dc:title"></span>
+    <span about="#b" property="dc:title" />
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0114.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0114.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0114.xhtml
new file mode 100644
index 0000000..7691a15
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0114.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:cc="http://creativecommons.org/ns#">
+  <head>
+    <title>Test 0114</title>
+  </head>
+  <body>
+    <div>
+      <a rel="next" href="0115.xhtml">Test Case 0115</a>
+      <a rel="up" href="">Test Cases</a>
+      <a rel="cc:attributionURL" href="../../../../">W3C/Digital Bazaar</a>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0115.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0115.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0115.xhtml
new file mode 100644
index 0000000..760ad19
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0115.xhtml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+             xmlns:ex="http://www.example.com/">
+   <head>
+     <title>Test 0115</title>
+   </head>
+   <body>
+      <p>Description: XML entities in the RDFa content</p>
+      <p>
+        <span property="ex:entity1">&gt;</span>
+        <span property="ex:entity2">Ben &amp; Co.</span>
+        <span property="ex:entity3">&#x40;</span>
+        <span property="ex:entity4">&#64;</span>
+      </p>
+   </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0117.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0117.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0117.xhtml
new file mode 100644
index 0000000..c6ee232
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0117.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:dc="http://purl.org/dc/elements/1.1/">
+   <head>
+      <base href="http://www.example.org/tc117.xhtml#fragment"></base>
+      <title property="dc:title">Test 0117</title>
+   </head>
+   <body>
+      <p>
+		<span property="dc:contributor">Mark Birbeck</span>
+         added this triple test.
+      </p>
+   </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0118.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0118.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0118.xhtml
new file mode 100644
index 0000000..5a741d1
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0118.xhtml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:dc="http://purl.org/dc/elements/1.1/">
+   <head>
+      <title>Test 0118</title>
+   </head>
+   <body>
+      <p>
+         Check to see if parsers get confused when "" is
+         interpreted as NULL in some chaining cases.
+         <a href="http://example.org/ben.html"><span
+            about="" property="dc:creator">Ben</span></a>
+      </p>
+   </body>
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0119.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0119.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0119.xhtml
new file mode 100644
index 0000000..16fe653
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0119.xhtml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:dc="http://purl.org/dc/elements/1.1/"
+      xmlns:example="http://example.org/">
+   <head>
+      <title>Test 0119</title>
+   </head>
+   <body>
+      <div>
+         <p about="[example:]">
+            The
+            <span property="dc:title">Example Website</span>
+            is used in many W3C tutorials.
+         </p>
+      </div>
+   </body>
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0120.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0120.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0120.xhtml
new file mode 100644
index 0000000..f711d4d
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0120.xhtml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:dc="http://purl.org/dc/elements/1.1/"
+      xmlns:example="http://example.org/">
+   <head>
+      <title>Test 0120</title>
+   </head>
+   <body>
+      <p about="[:]">
+	         The
+	         <span property="dc:title">The XHTML Vocabulary Document</span>
+	         is the default prefix for XHTML+RDFa 1.0.
+	      </p>
+   </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0121.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0121.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0121.xhtml
new file mode 100644
index 0000000..2a54439
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0121.xhtml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:dc="http://purl.org/dc/elements/1.1/">
+   <head>
+      <title>Test 0121</title>
+   </head>
+   <body>
+    <div>
+	<p about="http://example.org/">
+		<span about="[]" property="dc:title">Test Case 0121</span>
+		checks to make sure RDFa processors resolve the empty CURIE correctly.
+		<p resource="[]">
+			<span property="dc:contributor">Shane McCarron</span>
+			contributed to this test.
+		</p>
+	</p>
+	</div>
+   </body>
+
+
+
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0122.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0122.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0122.xhtml
new file mode 100644
index 0000000..69f0460
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0122.xhtml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+   <head>
+      <title>Test 0122</title>
+   </head>
+   <body>
+    <p about="http://example.org/section1.html">
+         This section is contained below <span rel="up" resource="[]">the main site</span>.
+      </p>
+   </body>
+
+
+
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0126.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0126.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0126.xhtml
new file mode 100644
index 0000000..d6a9724
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0126.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+       xmlns:dct="http://purl.org/dc/terms/"
+   xmlns:sioc="http://rdfs.org/sioc/ns#"
+   xmlns:foaf="http://xmlns.com/foaf/0.1/">
+    <head>
+      <title>Test 0126</title>
+    </head>
+    <body>
+      <div about="http://www.example.org/#article" typeof="foaf:Document sioc:Post">
+        <h1 property="dct:title">My article</h1>
+      </div>
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0131.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0131.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0131.xhtml
new file mode 100644
index 0000000..2fc7f1e
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0131.xhtml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+<head>
+  <title>Test</title>
+  <link rel="next&#x20;prev&#x09;first&#x0a;last&#x0d;subsection" href="http://example.org/test.css" />
+</head>
+<body>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0134.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0134.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0134.xhtml
new file mode 100644
index 0000000..7ad9d23
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0134.xhtml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+<head>
+  <title>Test</title>
+  <link rel="next" href="http://example.org/test.css" />
+</head>
+<body>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0140.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0140.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0140.xhtml
new file mode 100644
index 0000000..f4addd3
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0140.xhtml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+<head>
+  <title>Test</title>
+</head>
+<body>
+<p xmlns:_="http://example.org/" property="_:test">Test</p>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0147.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0147.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0147.xhtml
new file mode 100644
index 0000000..7bdcb4a
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0147.xhtml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+<head>
+  <title>Test</title>
+</head>
+<body>
+<p xmlns:xmlzzz="http://example.org/" property="xmlzzz:test">Test</p>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0172.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0172.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0172.xhtml
new file mode 100644
index 0000000..b257e90
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0172.xhtml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:ex="http://example.org/terms#">
+<head> 
+   <title>Test 0172</title> 
+   <base href="http://example.org/"/> 
+</head> 
+<body xml:lang="en"> 
+   <p property="ex:prop" datatype="">A <strong>plain literal</strong> with a lang tag.</p> 
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0173.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0173.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0173.xhtml
new file mode 100644
index 0000000..cd37c3f
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0173.xhtml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:ex="http://example.org/terms#">
+<head> 
+   <title>Test 0173</title> 
+   <base href="http://example.org/"/> 
+</head> 
+<body xml:lang="en"> 
+   <p property="ex:prop" xml:lang="">Just a plain literal.</p> 
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0174.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0174.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0174.xhtml
new file mode 100644
index 0000000..522e707
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0174.xhtml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:v="http://www.w3.org/2006/vcard/ns#">
+<head> 
+   <title>Test 0174</title> 
+</head> 
+<body> 
+   <p>
+      This test ensures that single-character prefixes are allowed. 
+      My name is:
+      <span about="http://example.org/jd" property="v:fn">John Doe</span> 
+   </p>
+</body>
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0175.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0175.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0175.xhtml
new file mode 100644
index 0000000..1c6222d
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0175.xhtml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0175</title>
+  </head>
+  <body>
+    <p about="_:gregg">Gregg knows
+      <a rel="http://xmlns.com/foaf/0.1/knows" href="http://digitalbazaar.com/people/manu">Manu</a>.
+    </p>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0176.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0176.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0176.xhtml
new file mode 100644
index 0000000..33ef462
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0176.xhtml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          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

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0177.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0177.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0177.xhtml
new file mode 100644
index 0000000..6e2c653
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0177.xhtml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0177</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body>
+    <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" >
+        <p property="foaf:name">Ivan Herman</p>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0178.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0178.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0178.xhtml
new file mode 100644
index 0000000..7301754
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0178.xhtml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0178</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body>
+    <div about ="#this" prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/" typeof="dc:Agent">
+        <p property="foaf:name">A particular agent</p>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0179.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0179.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0179.xhtml
new file mode 100644
index 0000000..87fa175
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0179.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0179</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body>
+    <!-- prefix has a higher priority than xmlns -->
+  <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri" prefix="foaf: http://xmlns.com/foaf/0.1/" >
+      <p property="foaf:name">Ivan Herman</p>
+  </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0180.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0180.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0180.xhtml
new file mode 100644
index 0000000..c19c3c8
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0180.xhtml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0180</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body>
+  <div about="#me" prefix=": http://xmlns.com/foaf/0.1/" >
+      <p property=":name">Ivan Herman</p>
+  </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0181.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0181.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0181.xhtml
new file mode 100644
index 0000000..98c7a0b
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0181.xhtml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0181</title>
+  </head>
+  <body>
+  <div about ="http://www.example.org/software">
+      <p rel=":license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p>
+  </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0182.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0182.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0182.xhtml
new file mode 100644
index 0000000..3e68a80
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0182.xhtml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0182</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body>
+    <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" >
+      <div about ="#this" typeof="dc:Agent" prefix="foaf: http://xmlns.com/foaf/0.1/" >
+        <p property="foaf:name">A particular agent</p>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0183.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0183.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0183.xhtml
new file mode 100644
index 0000000..e746cd7
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0183.xhtml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+<head>
+  <title>Test 0183</title>
+  <base href="http://example.org/"/>
+</head>
+<body>
+  <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" >
+    <div about ="#this" typeof="dc:Agent" xmlns:foaf="http://xmlns.com/foaf/0.1/" >
+      <p property="foaf:name">A particular agent</p>
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0184.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0184.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0184.xhtml
new file mode 100644
index 0000000..f3345d7
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0184.xhtml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0184</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body profile="http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/rdfa1.1/../../../profiles/foaf">
+  <div about ="#me">
+    <p>
+      <span property="name">Ivan Herman</span>
+    <span rel="weblog" resource="http://www.ivan-herman.name">has a blog</span>
+    </p>
+  </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0185.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0185.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0185.xhtml
new file mode 100644
index 0000000..da8b121
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0185.xhtml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0185</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body profile="http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/rdfa1.1/../../../profiles/basic">
+    <div about ="#this" typeof="dc:Agent">
+      <p property="foaf:name">A particular agent</p>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0186.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0186.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0186.xhtml
new file mode 100644
index 0000000..bb207ba
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0186.xhtml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+<head>
+  <title>Test 0186</title>
+  <base href="http://example.org/"/>
+</head>
+<body>
+  <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" >
+    <p property="name">Ivan Herman</p>
+  </div>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0187.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0187.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0187.xhtml
new file mode 100644
index 0000000..7295413
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0187.xhtml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0187</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body>
+    <div vocab="http://example.org/wrong/foaf/uri/">
+      <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" >
+        <p property="name">Ivan Herman</p>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0188.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0188.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0188.xhtml
new file mode 100644
index 0000000..989e2e7
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0188.xhtml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0188</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body>
+    <div>
+      <div about ="#me" vocab="http://xmlns.com/foaf/0.1/">
+        <p property="name">Ivan Herman</p>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0189.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0189.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0189.xhtml
new file mode 100644
index 0000000..00714ec
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0189.xhtml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0189</title>
+  </head>
+  <body>
+    <div about="http://www.example.org/software" vocab="http://www.example.org/vocab#">
+      <p rel="license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0190.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0190.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0190.xhtml
new file mode 100644
index 0000000..e5f6c90
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0190.xhtml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0190</title>
+  </head>
+  <body>
+    <div about ="http://www.example.org/software">
+      <p rel="liCeNse" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0193.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0193.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0193.xhtml
new file mode 100644
index 0000000..ba5f8b6
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0193.xhtml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0193</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body profile="http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/rdfa1.1/../../../profiles/0193.profile.html">
+    <div about ="#this" typeof="Person">
+      <p property="name">A particular person</p>
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0195.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0195.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0195.xhtml
new file mode 100644
index 0000000..5b1e6bd
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0195.xhtml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <head>
+    <title>Test 0195</title>
+    <base href="http://example.org/"/>
+  </head>
+  <body profile="http://no-such/profile">
+  <div about ="#me">
+    <p>
+      <span property="foaf:name">Gregg Kellogg</span>
+    </p>
+  </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0196.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0196.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0196.xhtml
new file mode 100644
index 0000000..1149483
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0196.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+      xmlns:ex="http://example.org/rdf/"
+  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<head profile="http://www.w3.org/1999/xhtml/vocab http://www.w3.org/2005/10/profile">
+	<title>Test 0196</title>
+</head>
+<body>
+	<div about="http://www.example.org">
+    <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is an XMLLiteral</p>
+    <p property="ex:plainlit">This is a <em>plain</em> literal</p>
+</div>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0197.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0197.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0197.xhtml
new file mode 100644
index 0000000..6c441dd
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0197.xhtml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+      xmlns:dc="http://purl.org/dc/terms/">
+<head>
+	<title>Test 0197</title>
+	<base href="http://www.example.org/me" />
+</head>
+<body>
+  <p about="" typeof="class/Person" property="pred/name">Gregg Kellogg</p>
+  <p property="dc:language" datatype="pred/lang">Ruby</p>
+  <p rel="pred/rel" resource="http://kellogg-assoc.com/">Kellogg Associates</p>
+  <p rev="pred/rev" resource="http://github.org/gkellogg/rdf_context">Ruby Gem</p>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0198.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0198.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0198.xhtml
new file mode 100644
index 0000000..70ddfa2
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0198.xhtml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+          xmlns:foaf="http://xmlns.com/foaf/0.1/"
+      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<head>
+	<title>Test 0198</title>
+	<base href="http://www.example.org/me" />
+</head>
+<body>
+      <div id="mark" about="#mark" typeof="foaf:Person">
+        <h2 property="foaf:name" datatype="rdf:XMLLiteral"><span 
+property="foaf:firstName">Mark</span> <span 
+property="foaf:surname">Birbeck</span></h2>
+      </div>
+ </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0200.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0200.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0200.xhtml
new file mode 100644
index 0000000..ba125b5
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0200.xhtml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+  <head>
+    <title>Test 0200</title>
+  </head>
+  <body profile="http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/rdfa1.1/../../../profiles/0200.profile.html">
+    <div typeof="Event">
+      <h2 property="title">Last Call</h2>
+      <a rel="factor" href="http://www.w3.org/TR/rdfa-core/">RDFa Core 1.1</a>
+      was published by <span rel="agent"><span typeof="Agent" about="http://www.w3.org/2010/02/rdfa/">RDFa Working Group</span></span>.
+      on <span property="time" content="2010-10-26">26 October 2010</span>.
+    </div>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0204.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0204.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0204.xhtml
new file mode 100644
index 0000000..684d972
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0204.xhtml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+<head>
+  <title>Test 0204</title>
+  <base href="http://example.org/"/>
+</head>
+<body profile="http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/rdfa1.1/../../../profiles/basic http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/rdfa1.1/../../../profiles/0204.profile.html">
+  <div about ="#this" typeof="dc:Agent">
+    <p property="foaf:name">A particular agent</p>
+  </div>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0205.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0205.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0205.xhtml
new file mode 100644
index 0000000..cedce92
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0205.xhtml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+<head
+  profile="http://rdfa.digitalbazaar.com/test-suite/test-cases/xhtml1/rdfa1.1/../../../profiles/0205.profile.html"
+  prefix=": http://example.org/prefix#"
+>
+  <title>Test 0205</title>
+  <base href="http://example.org/"/>
+  <link rel=":next" href="#next" />
+</head>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0206.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0206.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0206.xhtml
new file mode 100644
index 0000000..76819d2
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0206.xhtml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+    >
+<head>
+   <title>Default profile test 0206</title>
+</head>
+<body>
+	<p about ="xsd:maxExclusive" rel="rdf:type" resource="owl:DatatypeProperty">
+	    An OWL Axiom: "xsd:maxExclusive" is a Datatype Property in OWL.
+	</p>
+</body>
+
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/21a28cf8/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0207.xhtml
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0207.xhtml b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0207.xhtml
new file mode 100644
index 0000000..1dd3d8d
--- /dev/null
+++ b/commons/sesame-tools-rio-rdfa/src/test/resources/org/apache/marmotta/commons/sesame/rio/rdfa/xhtml/0207.xhtml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
+      xmlns:cal="http://www.w3.org/2002/12/cal/icaltzd#" 
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
+<head>
+   <title>Test 1001</title>    
+</head>
+   <body>
+   <p about="#event1" typeof="cal:Vevent">
+       <b property="cal:summary">Weekend off in Iona</b>: 
+       <span property="cal:dtstart" content="2006-10-21" datatype="xsd:date">Oct 21st</span>
+       to <span property="cal:dtend" content="2006-10-23"  datatype="xsd:date">Oct 23rd</span>.
+       See <a rel="cal:url" href="http://freetime.example.org/">FreeTime.Example.org</a> for
+       info on <span property="cal:location">Iona, UK</span>.
+   </p>
+</body>
+</html>
\ No newline at end of file