All Downloads are FREE. Search and download functionalities are using the official Maven repository.

protege.csv-export-plugin.1.0.0.source-code.plugin.xml Maven / Gradle / Ivy

Go to download

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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy