source: Dev/trunk/rdfapi/infModel/InfStatement.php @ 12

Last change on this file since 12 was 12, checked in by basvannuland, 14 years ago

Added RAP RDF API
Added RDF reader writer for save and load survey

File size: 534 bytes
RevLine 
[12]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.