source: Dev/trunk/rdfapi/ontModel/OntVocabulary.php @ 12

Last change on this file since 12 was 12, checked in by basvannuland, 14 years ago

Added RAP RDF API
Added RDF reader writer for save and load survey

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.