<?xml version="1.0"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://www.semanticweb.org/owlapi/test224612089629142"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     ontologyIRI="http://www.semanticweb.org/owlapi/test224612089629142">
    <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
    <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
    <Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
    <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
    <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
    <Declaration><DataProperty IRI="http://www.semanticweb.org/owlapi/test#p"/></Declaration>
    <Declaration><NamedIndividual IRI="http://www.semanticweb.org/owlapi/test#a"/></Declaration>
    <ClassAssertion><Class abbreviatedIRI="owl:Thing"/><NamedIndividual IRI="http://www.semanticweb.org/owlapi/test#a"/></ClassAssertion>
    <DataPropertyAssertion>
        <DataProperty IRI="http://www.semanticweb.org/owlapi/test#p"/>
        <NamedIndividual IRI="http://www.semanticweb.org/owlapi/test#a"/>
        <Literal>test url</Literal>
    </DataPropertyAssertion>
</Ontology>