source: Dev/trunk/rdfapi/RdfAPI.php @ 182

Last change on this file since 182 was 12, checked in by basvannuland, 14 years ago

Added RAP RDF API
Added RDF reader writer for save and load survey

File size: 794 bytes
Line 
1<?php
2
3// ----------------------------------------------------------------------------------
4// RDF API for PHP
5// ----------------------------------------------------------------------------------
6// @version                  : $Id: RdfAPI.php 268 2006-05-15 05:28:09Z tgauss $
7// Authors                   : Chris Bizer (chris@bizer.de),
8//                             Radoslaw Oldakowski (radol@gmx.de)
9// Description               : This file includes constatns and model package.
10// ----------------------------------------------------------------------------------
11
12
13// Include Constants and base Object
14require_once( RDFAPI_INCLUDE_DIR . 'constants.php' );
15require_once( RDFAPI_INCLUDE_DIR . 'util/Object.php' );
16include_once( RDFAPI_INCLUDE_DIR . PACKAGE_MODEL);
17
18
19?>
Note: See TracBrowser for help on using the repository browser.