Source for file SyntaxN3.php

Documentation is available at SyntaxN3.php

  1. <?PHP
  2. // ----------------------------------------------------------------------------------
  3. // Syntax N3 and NTriple
  4. // ----------------------------------------------------------------------------------
  5. //
  6. // Description : Syntax N3 and NTriple package
  7. //
  8. // History:
  9. // 08-21-2004 : Initial version.
  10. //
  11. // Author: Tobias Gauß <tobias.gauss@web.de>
  12. //
  13. // ----------------------------------------------------------------------------------
  14.  
  15.  
  16. // Include Syntax classes
  17.  
  18. require_once( RDFAPI_INCLUDE_DIR . 'syntax/N3Parser.php' );
  19. require_once( RDFAPI_INCLUDE_DIR . 'syntax/N3Serializer.php' );
  20. require_once( RDFAPI_INCLUDE_DIR . 'syntax/NTripleSerializer.php' );
  21. ?>

Documentation generated on Fri, 17 Dec 2004 16:18:13 +0100 by phpDocumentor 1.3.0RC3