Source for file OntVocabulary.php

Documentation is available at OntVocabulary.php

  1. <?PHP
  2. /**
  3. * ----------------------------------------------------------------------------------
  4. * Class: OntVocabulary
  5. * ----------------------------------------------------------------------------------
  6. *
  7. * @package ontModel
  8. */
  9.  
  10. /**
  11. * Base Class that encapsulates the elements of a general vocabulary
  12. * corresponding to a particular ontology language. The intent is that,
  13. * using a given vocabulary, a given RDF model can be processed as an
  14. * ontology description, without binding knowledge of the vocabulary
  15. * into this Class
  16. *
  17. * <BR><BR>History:
  18. * <LI>10-07-2004 : First version of this class.</LI>
  19. *
  20. * @version V0.9.1
  21. * @author Daniel Westphal <mail at d-westphal dot de>
  22. *
  23. *
  24. * @package ontModel
  25. * @access public
  26. ***/
  27. class OntVocabulary
  28. {
  29. }
  30. ?>

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