source: Dev/branches/jos-branch/server/rdfapi/ontModel/OntVocabulary.php @ 298

Last change on this file since 298 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

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.