]> true true true Vocab com.example.vocabulary src/com/example/vocabulary /***************************************************************************** * Source code information * ----------------------- * Original author Jane Smart, example.com * Author email jane.smart@example.com * Package @package@ * Web site @website@ * Created %date% * Filename $RCSfile: schemagen.rdf,v $ * Revision $Revision: 1.3 $ * Release status @releaseStatus@ $State: Exp $ * * Last modified on $Date: 2009-10-06 13:04:42 $ * by $Author: ian_dickinson $ * * @copyright@ *****************************************************************************/ // Package /////////////////////////////////////// %package% // Imports /////////////////////////////////////// %imports% /** * Vocabulary definitions from %sourceURI% * @author Auto-generated by schemagen on %date% */ /* @footer@ */ /** Factory for generating symbols */ private static KsValueFactory s_vf = new DefaultValueFactory(); // Vocabulary properties /////////////////////////// // Vocabulary classes /////////////////////////// // Vocabulary individuals /////////////////////////// public static final KsSymbol %valname% = s_vf.newSymbol( "%valuri%" ); /** Ontology individual corresponding to {@link #%valname%} */ public static final %valclass% _%valname% = m_model.%valcreator%( %valtype%, "%valuri%" );