<?xml version="1.0" encoding="UTF-8"?>
<ResponseMessage xmlns="http://www.owllink.org/owllink#"
    xml:base="http://www.owllink.org/examples/myOntology#"
    xmlns:owl="http://www.w3.org/2002/07/owl#" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.owllink.org/owllink# 
      http://www.owllink.org/owllink-20091116.xsd">
    <KB kb="http://www.owllink.org/examples/KB_1"/>
    <OK warning="Duplicate axiom ignored"/>
    <SetOfClasses>
        <owl:Class IRI="A"/>
        <owl:Class IRI="B"/>
        <owl:Class IRI="C"/>
        <owl:Class IRI="D"/>
        <owl:Class IRI="E"/>                       
    </SetOfClasses>
    <SetOfClasses>
        <owl:Class IRI="D"/>
        <owl:Class IRI="E"/>
    </SetOfClasses>
    <BooleanResponse result="false"/>
    <SetOfClassSynsets>
        <ClassSynset>
            <owl:Class abbreviatedIRI="owl:Nothing"/>
        </ClassSynset>
    </SetOfClassSynsets>
    <KB kb="http://www.owllink.org/examples/KB_2"/>
    <OK/>
    <OK/>
    <OK/>
    <KBError error="http://www.owllink.org/examples/KB_1 does not exist!"/>
</ResponseMessage>
