Source for file OWL.php
Documentation is available at OWL.php
* @version $Id: fsource_vocabulary__vocabularyOWL.php.html 443 2007-06-01 16:25:38Z cax $
* @author Daniel Westphal (dawe@gmx.de)
* Wrapper, defining resources for all terms of theWeb
* Ontology Language (OWL). For details about OWL see:
* http://www.w3.org/TR/owl-ref/
* Using the wrapper allows you to define all aspects of
* the vocabulary in one spot, simplifing implementation and
$OWL_AnnotationProperty =
new Resource(OWL_NS .
'AnnotationProperty');
$OWL_backwardCompatibleWith =
new Resource(OWL_NS .
'backwardCompatibleWith');
$OWL_DatatypeRestriction =
new Resource(OWL_NS .
'DatatypeRestriction');
$OWL_DeprecatedProperty =
new Resource(OWL_NS .
'DeprecatedProperty');
$OWL_equivalentProperty =
new Resource(OWL_NS .
'equivalentProperty');
$OWL_FunctionalProperty =
new Resource(OWL_NS .
'FunctionalProperty');
$OWL_InverseFunctionalProperty =
new Resource(OWL_NS .
'InverseFunctionalProperty');
$OWL_TransitiveProperty =
new Resource(OWL_NS .
'TransitiveProperty');
Documentation generated on Fri, 1 Jun 2007 16:50:17 +0200 by phpDocumentor 1.3.2