Last change
on this file since 247 was
12,
checked in by basvannuland, 14 years ago
|
Added RAP RDF API
Added RDF reader writer for save and load survey
|
File size:
611 bytes
|
Rev | Line | |
---|
[12] | 1 | <?php
|
---|
| 2 | /**
|
---|
| 3 | * Vocabulary
|
---|
| 4 | *
|
---|
| 5 | * @version $Id: Vocabulary.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/RDF.php';
|
---|
| 13 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RDFS.php';
|
---|
| 14 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/OWL.php';
|
---|
| 15 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/DC.php';
|
---|
| 16 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/VCARD.php';
|
---|
| 17 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/FOAF.php';
|
---|
| 18 | require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RSS.php';
|
---|
| 19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.