RequestMessage( CreateKB( Attribute(kb ) Prefix( Attribute(name "families") Attribute(fullIRI )) Prefix( Attribute(name "otherOnt") Attribute(fullIRI ))) LoadOntologies( Attribute(kb ) OntologyIRI( Attribute(IRI ))) GetInstances( Attribute(kb ) families:Person) GetTypes( Attribute(kb ) Attribute(direct "false") families:John) Tell( Attribute(kb ) owl.SubClassOf( families:HappyPerson families:Person) owl.SubClassOf( otherOnt:ExcitedPerson families:HappyPerson)) GetSuperClasses( Attribute(kb ) Attribute(direct "false") otherOnt:ExcitedPerson) GetObjectPropertySources( Attribute(kb ) families:hasWife families:Mary) ReleaseKB( Attribute(kb )))