source: Dev/branches/jQueryUI/server/rdfapi/vocabulary/VocabularyClass.php @ 249

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

This one's for Subversion, because it's so close...

First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.

File size: 690 bytes
Line 
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
12require_once RDFAPI_INCLUDE_DIR . 'vocabulary/ATOM_C.php';
13require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RDF_C.php';
14require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RDFS_C.php';
15require_once RDFAPI_INCLUDE_DIR . 'vocabulary/OWL_C.php';
16require_once RDFAPI_INCLUDE_DIR . 'vocabulary/DC_C.php';
17require_once RDFAPI_INCLUDE_DIR . 'vocabulary/VCARD_C.php';
18require_once RDFAPI_INCLUDE_DIR . 'vocabulary/FOAF_C.php';
19require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RSS_C.php';
20?>
Note: See TracBrowser for help on using the repository browser.