source: Dev/branches/rest-dojo-ui/server/rdfapi/vocabulary/VocabularyRes.php @ 274

Last change on this file since 274 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 758 bytes
Line 
1<?php
2/**
3*   Vocabulary
4*
5*   @version $Id: VocabularyRes.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
12include_once RDFAPI_INCLUDE_DIR . PACKAGE_RESMODEL);
13require_once RDFAPI_INCLUDE_DIR . 'vocabulary/ATOM_RES.php';
14require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RDF_RES.php';
15require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RDFS_RES.php';
16require_once RDFAPI_INCLUDE_DIR . 'vocabulary/OWL_RES.php';
17require_once RDFAPI_INCLUDE_DIR . 'vocabulary/DC_RES.php';
18require_once RDFAPI_INCLUDE_DIR . 'vocabulary/VCARD_RES.php';
19require_once RDFAPI_INCLUDE_DIR . 'vocabulary/FOAF_RES.php';
20require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RSS_RES.php';
21?>
Note: See TracBrowser for help on using the repository browser.