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:
687 bytes
|
Rev | Line | |
---|
[12] | 1 | <?php
|
---|
| 2 | // ----------------------------------------------------------------------------------
|
---|
| 3 | // Utility
|
---|
| 4 | // ----------------------------------------------------------------------------------
|
---|
| 5 | //
|
---|
| 6 | // Description : Utility package
|
---|
| 7 | //
|
---|
| 8 | //
|
---|
| 9 | // Author: Tobias Gauß <tobias.gauss@web.de>
|
---|
| 10 | //
|
---|
| 11 | // ----------------------------------------------------------------------------------
|
---|
| 12 |
|
---|
| 13 | // include utility classes
|
---|
| 14 | require_once( RDFAPI_INCLUDE_DIR . 'util/RdfUtil.php' );
|
---|
| 15 | require_once( RDFAPI_INCLUDE_DIR . 'util/FindIterator.php' );
|
---|
| 16 | require_once( RDFAPI_INCLUDE_DIR . 'util/IterFind.php' );
|
---|
| 17 |
|
---|
| 18 | // experimental
|
---|
| 19 | require_once( RDFAPI_INCLUDE_DIR . 'util/ModelComparator.php' );
|
---|
| 20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.