<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:ex="http://www.example.org#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:AllDisjointClasses rdf:about="http://www.example.org#z">
<owl:members rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.example.org#c1"/>
<rdf:Description rdf:about="http://www.example.org#c2"/>
<rdf:Description rdf:about="http://www.example.org#c3"/>
</owl:members>
</owl:AllDisjointClasses>
<ex:c1 rdf:about="http://www.example.org#w">
<rdf:type rdf:resource="http://www.example.org#c2"/>
</ex:c1>
</rdf:RDF>