Skip to content.
Pipeline > ClientDocumentation > FormatModuleForPipelineOntology
To format a pipeline module for use in pipeline ontology:

1. Open up *.module in Emacs or other text editor

2. In text editor, save another version of module as *.owl

3. Insert the following code before the "ExecutableFile" node:

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
         xmlns:owl="http://www.w3.org/2002/07/owl#">
  <owl:Ontology>
    <owl:versionInfo><![CDATA[20050412]]></owl:versionInfo>
  </owl:Ontology>

4. Make sure that

</rdf:RDF>
is on the last line following the final
</ExecutableFile>

5. Save changes to file