source: Dev/branches/rest-dojo-ui/jos-branch/server/rdfapi/ontModel/OntVocabulary.php @ 312

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
File size: 729 bytes
Line 
1<?php
2// ----------------------------------------------------------------------------------
3// Class: OntVocabulary
4// ----------------------------------------------------------------------------------
5
6
7/**
8* Base Class that encapsulates the elements of a general vocabulary
9* corresponding to a particular ontology language. The intent is that,
10* using a given vocabulary, a given RDF model can be processed as an
11* ontology description, without binding knowledge of the vocabulary
12* into this Class
13*
14* @version  $Id: OntVocabulary.php 320 2006-11-21 09:38:51Z tgauss $
15* @author Daniel Westphal <mail at d-westphal dot de>
16*
17*
18* @package      ontModel
19* @access       public
20**/
21class OntVocabulary
22{
23       
24}
25?>
Note: See TracBrowser for help on using the repository browser.