<?xml version="1.0" encoding="UTF-8"?>
<RequestMessage xmlns="http://www.owllink.org/owllink-xml#"
    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-xml# 
      http://www.owllink.org/owllink-xml-20091023.xsd">
    <CreateKB kb="http://www.owllink.org/examples/KB_1">
        <Prefix name="test:" fullIRI="http://www.owllink.org/test/ont#"/>
        <Prefix name="myOnt:" fullIRI="http://www.owllink.org/examples/myOntology#"/>
    </CreateKB>
    <LoadOntologies kb="http://www.owllink.org/examples/KB_1">
        <OntologyIRI IRI="http://www.owllink.org/examples/ontologies/myOntology"/>
        <OntologyIRI IRI="http://www.owllink.org/examples/ontologies/myOntology2"/>
        <IRIMapping key="http://www.owlllink.org/examples/ontologies/myOntology"
            value="file:///examples/ontologies/myOntology"/>
    </LoadOntologies>
    <Tell kb="http://www.owllink.org/examples/KB_1">
        <owl:SubClassOf>
            <owl:Class abbreviatedIRI="test:A"/>
            <owl:Class abbreviatedIRI="myOnt:A"/>
        </owl:SubClassOf>
    </Tell>
    <ReleaseKB kb="http://www.owllink.org/examples/KB_1"/>
</RequestMessage>
