source: Dev/branches/jQueryUI/server/rdfapi/ontModel/OntVocabulary.php @ 249

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

This one's for Subversion, because it's so close...

First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.

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.