2011-11-26 18:35:49 +01:00

18 lines
534 B
PHP
Executable File

<?php
// ----------------------------------------------------------------------------------
// Class: InfStatement
// ----------------------------------------------------------------------------------
/**
* An RDF statement which was entailed by a inference rule.
* See Statement Class for further information.
*
* @author Daniel Westphal <mail at d-westphal dot de>
* @version $Id: InfStatement.php 268 2006-05-15 05:28:09Z tgauss $
* @package infModel
*/
class InfStatement extends Statement {
}
?>