<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://www.w3.org/2002/07/owl"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <Class rdf:about="http://www.semanticweb.org/owlapi/test#myClass">
        <rdfs:subClassOf rdf:resource="http://www.semanticweb.org/owlapi/test#test"/>
    </Class>
    <Axiom>
        <rdfs:label>datatype definition</rdfs:label>
        <annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subClassOf"/>
        <annotatedSource rdf:resource="http://www.semanticweb.org/owlapi/test#myClass"/>
        <annotatedTarget rdf:resource="http://www.semanticweb.org/owlapi/test#test"/>
    </Axiom>
    <Class rdf:about="http://www.semanticweb.org/owlapi/test#test"/>
</rdf:RDF>
