source: Dev/branches/rest-dojo-ui/jQueryUI/server/rdfapi/vocabulary/Vocabulary.php @ 312

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
File size: 611 bytes
Line 
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
12require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RDF.php';
13require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RDFS.php';
14require_once RDFAPI_INCLUDE_DIR . 'vocabulary/OWL.php';
15require_once RDFAPI_INCLUDE_DIR . 'vocabulary/DC.php';
16require_once RDFAPI_INCLUDE_DIR . 'vocabulary/VCARD.php';
17require_once RDFAPI_INCLUDE_DIR . 'vocabulary/FOAF.php';
18require_once RDFAPI_INCLUDE_DIR . 'vocabulary/RSS.php';
19?>
Note: See TracBrowser for help on using the repository browser.