WICOM
 All Data Structures Namespaces Files Functions Variables Pages
Variables
racer-test.php File Reference

Variables

 $racer = new Wicom\Reasoner\RacerConnector()
 
 $answer = null
 
 $input
 
 try
 
 catch (Exception $e)
 

Variable Documentation

$answer = null
$input
Initial value:
= '<?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://localhost/kb1" />
<Tell kb="http://localhost/kb1">
<!-- <owl:ClassAssertion>
<owl:Class IRI="Person" />
<owl:NamedIndividual IRI="Mary" />
</owl:ClassAssertion>
-->
<owl:SubClassOf>
<owl:Class IRI="Person" />
<owl:Class abbreviatedIRI="owl:Thing" />
</owl:SubClassOf>
</Tell>
<!-- <ReleaseKB kb="http://localhost/kb1" /> -->
</RequestMessage>
'
catch(Exception $e)
try
Initial value:
{
$racer->run($input)
$racer
Definition: racer-test.php:27
$input
Definition: racer-test.php:29