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:
758 bytes
|
Rev | Line | |
---|
[12] | 1 | <?php
|
---|
| 2 | // ----------------------------------------------------------------------------------
|
---|
| 3 | // InfModel Package
|
---|
| 4 | // ----------------------------------------------------------------------------------
|
---|
| 5 | //
|
---|
| 6 | // Description : InfModel package
|
---|
| 7 | //
|
---|
| 8 | //
|
---|
| 9 | // Author: Daniel Westphal <mail at d-westphal dot de>
|
---|
| 10 | //
|
---|
| 11 | // ----------------------------------------------------------------------------------
|
---|
| 12 |
|
---|
| 13 | // Include InfModel classes
|
---|
| 14 | require_once( RDFAPI_INCLUDE_DIR . 'infModel/InfRule.php');
|
---|
| 15 | require_once( RDFAPI_INCLUDE_DIR . 'infModel/InfStatement.php');
|
---|
| 16 | require_once( RDFAPI_INCLUDE_DIR . 'infModel/InfModel.php');
|
---|
| 17 | require_once( RDFAPI_INCLUDE_DIR . 'infModel/InfModelB.php');
|
---|
| 18 | require_once( RDFAPI_INCLUDE_DIR . 'infModel/InfModelF.php');
|
---|
| 19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.