RDF
[ class tree: RDF ] [ index: RDF ] [ all elements ]

Source for file RDF.php

Documentation is available at RDF.php

  1. <?php 
  2. // ----------------------------------------------------------------------------------
  3. // Resource Description Framework (RDF) Vocabulary
  4. // ----------------------------------------------------------------------------------
  5. // Version                   : 0.3
  6. // Authors                   : Daniel Westphal (dawe@gmx.de)
  7.  
  8. // Description               : Wrapper, defining resources for all terms of the
  9. // Resource Description Framework (RDF).
  10. // For details about RDF see: http://www.w3.org/RDF/.
  11. // Using the wrapper allows you to define all aspects of
  12. // the vocabulary in one spot, simplifing implementation and
  13. // maintainence. Working with the vocabulary, you should use
  14. // these resources as shortcuts in your code.
  15. // 
  16. // RDF concepts (constants are defined in constants.php)
  17.  
  18. ?>

Documentation generated on Mon, 11 Mar 2019 15:39:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.