protege.csv-export-plugin.1.0.0.source-code.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of csv-export-plugin Show documentation
Show all versions of csv-export-plugin Show documentation
A plugin for Protégé 5 that provides a way of outputting selected entities and relations to a delimiter-separated file.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <plugin> <extension id="ExportToCsv" point="org.protege.editor.core.application.EditorKitMenuAction"> <name value="Export to CSV"/> <class value="edu.stanford.protege.csv.export.ExportAction"/> <toolTip value="Export entities to a CSV file"/> <path value="org.protege.editor.owl.menu.tools/SlotQ-A"/> <editorKitId value="OWLEditorKit"/> </extension> </plugin>