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:
690 bytes
|
Rev | Line | |
---|
[12] | 1 | <?php
|
---|
| 2 | /**
|
---|
| 3 | * Vocabulary
|
---|
| 4 | *
|
---|
| 5 | * @version $Id: VocabularyClass.php 431 2007-05-01 15:49:19Z cweiske $
|
---|
| 6 | * @author Tobias Gauà <tobias.gauss@web.de>
|
---|
| 7 | * @package vocabulary
|
---|
| 8 | *
|
---|
| 9 | */
|
---|
| 10 |
|
---|
| 11 | // Include vocabularies
|
---|
| 12 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/ATOM_C.php';
|
---|
| 13 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RDF_C.php';
|
---|
| 14 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RDFS_C.php';
|
---|
| 15 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/OWL_C.php';
|
---|
| 16 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/DC_C.php';
|
---|
| 17 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/VCARD_C.php';
|
---|
| 18 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/FOAF_C.php';
|
---|
| 19 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RSS_C.php';
|
---|
| 20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.