diff --git a/lib-rdfa/examples/other/example0026.html b/lib-rdfa/examples/other/example0026.html
new file mode 100644
index 0000000..3bbecfb
--- /dev/null
+++ b/lib-rdfa/examples/other/example0026.html
@@ -0,0 +1,16 @@
+
diff --git a/lib-rdfa/examples/other/example0026.ttl b/lib-rdfa/examples/other/example0026.ttl
new file mode 100644
index 0000000..2f0a31d
--- /dev/null
+++ b/lib-rdfa/examples/other/example0026.ttl
@@ -0,0 +1,15 @@
+
+@prefix rdfa: .
+@prefix schema: .
+@prefix rdf: .
+
+
+ rdfa:usesVocabulary schema: .
+_:1
+ rdf:type schema:Person;
+ schema:image ;
+ schema:name "Manu Sporny";
+ schema:jobTitle "Founder/CEO";
+ schema:telephone "(540) 961-4469";
+ schema:email ;
+ schema:url .
diff --git a/lib-rdfa/src/tests/other.rs b/lib-rdfa/src/tests/other.rs
index 3574253..26ba7a4 100644
--- a/lib-rdfa/src/tests/other.rs
+++ b/lib-rdfa/src/tests/other.rs
@@ -29,6 +29,7 @@ const INPUT_OUTPUT_DIR: &str = "examples/other";
#[test_case("example0023" ; "From rdfa.info/play places : other_0023 ")]
#[test_case("example0024" ; "From rdfa.info/play event : other_0024 ")]
#[test_case("example0025" ; "From rdfa.info/play social : other_0025 ")]
+#[test_case("example0026" ; "From rdfa.info/play person : other_0026 ")]
#[serial]
fn test(test_name: &str) {
cmp_files(