source: Dev/branches/jQueryUI/server/rdfapi/syntax/SyntaxN3.php @ 254

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