source: Dev/branches/rest-dojo-ui/server/rdfapi/syntax/SyntaxRDF.php @ 289

Last change on this file since 289 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: 623 bytes
Line 
1<?php
2// ----------------------------------------------------------------------------------
3// Syntax RDF
4// ----------------------------------------------------------------------------------
5//
6// Description               : Syntax RDF package
7//
8// Author: Tobias Gauß  <tobias.gauss@web.de>
9//
10// ----------------------------------------------------------------------------------
11
12
13// Include Syntax classes
14require_once( RDFAPI_INCLUDE_DIR . 'syntax/RdfParser.php' );
15require_once( RDFAPI_INCLUDE_DIR . 'syntax/RdfSerializer.php' );
16require_once( RDFAPI_INCLUDE_DIR . 'syntax/NTripleSerializer.php' );
17?>
Note: See TracBrowser for help on using the repository browser.