source: Dev/branches/rest-dojo-ui/server/rdfapi/infModel/InfStatement.php @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 534 bytes
Line 
1<?php
2// ----------------------------------------------------------------------------------
3// Class: InfStatement
4// ----------------------------------------------------------------------------------
5
6/**
7 * An RDF statement which was entailed by a inference rule.
8 * See Statement Class for further information.
9 * 
10 * @author Daniel Westphal <mail at d-westphal dot de>
11 * @version  $Id: InfStatement.php 268 2006-05-15 05:28:09Z tgauss $
12 * @package infModel
13 */
14class InfStatement extends Statement  {
15       
16}
17       
18?>
Note: See TracBrowser for help on using the repository browser.