<?xml version="1.0" encoding="UTF-8"?>
<RequestMessage xmlns="http://www.owllink.org/owllink#" 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">
    <CreateKB kb="http://www.owllink.org/ont/families">
        <Prefix name="families" fullIRI="http://example.com/owl/families/"/>
        <Prefix name="otherOnt" fullIRI="http://example.org/otherOntologies/families/"/>
    </CreateKB>
    <LoadOntologies kb="http://www.owllink.org/ont/families">
        <OntologyIRI IRI="http://www.owllink.org/ontologies/primer.owl"/>
    </LoadOntologies>  
    <IsClassSatisfiable kb="http://www.owllink.org/ont/families">
        <owl:Class abbreviatedIRI="families:Man"/>
    </IsClassSatisfiable>
    <GetDisjointClasses kb="http://www.owllink.org/ont/families">
        <owl:Class abbreviatedIRI="families:Father"/>
    </GetDisjointClasses>
    <GetSubClasses kb="http://www.owllink.org/ont/families" direct="true">
        <owl:Class abbreviatedIRI="families:Parent"/>
    </GetSubClasses>
    <GetSuperClasses kb="http://www.owllink.org/ont/families" direct="true">
        <owl:Class abbreviatedIRI="families:Grandfather"/>
    </GetSuperClasses>
    <GetSubClasses kb="http://www.owllink.org/ont/families" direct="false">
        <owl:Class abbreviatedIRI="owl:Nothing"/>
    </GetSubClasses>
    <ReleaseKB kb="http://www.owllink.org/ont/families"/>
</RequestMessage>

