summaryrefslogtreecommitdiffstats
path: root/tests/turtle/ex-62.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/turtle/ex-62.rdf')
-rw-r--r--tests/turtle/ex-62.rdf19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/turtle/ex-62.rdf b/tests/turtle/ex-62.rdf
new file mode 100644
index 0000000..98a26c3
--- /dev/null
+++ b/tests/turtle/ex-62.rdf
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<rdf:RDF
+ xmlns="http://example.org/dummy#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
+ xml:base="http://example.org/dummy">
+ <owl:Ontology rdf:about="">
+ </owl:Ontology>
+ <owl:Class rdf:ID="CLS1">
+ <owl:equivalentClass>
+ <owl:Class>
+ <owl:unionOf rdf:parseType="Collection">
+ <owl:Class rdf:about="#CLS2"/>
+ <owl:Class rdf:about="#CLS3"/>
+ </owl:unionOf>
+ </owl:Class>
+ </owl:equivalentClass>
+ </owl:Class>
+</rdf:RDF>