You have to log in to edit pages.
Please provide information about your plug-in in the form below.
Specify the type(s) of your plug-in. Please choose from the list of available types below:
Please use the text area below to enter any additional information about your plug-in. (Please note that you must use MediaWiki formatting).
<div style="float:left;"> __TOC__ == Querying the knowledge-base == Querying the knowledge-base is described in detail in the [http://protege.stanford.edu/doc/tutorial/get_started/create_and_save_queries.html Protege Getting Started Guide]. == Exporting query results to a tab delimited file == You can export the query results to a tab delimited file (the delimiter is configurable) by clicking on the '''E''' icon at the top of the search result list. The exported file will contain a row for each exported entity. The row will contain the values for the exported slots/properties separate by the slot delimiter. [[Image:QueriesTab.png|700px]] After clicking on the Export icon, you will get an export configuration dialog: [[Image:Export_To_CSV_configuration.png]] The configuration dialog allows you to configure: * '''Exported file''': the file to export the results to * '''Slots to export''': the slots/properties for which the values at the individuals will be exported. To add a new slot/property to export, click on the "Add slot" icon at the top of the "Slots to export" text area. * '''Slot delimiter''': the delimiter between different slots/properties * '''Slot values delimiter''': the delimiter between different values of a slot/property * '''Export slot names as first line in the file''' * '''Export instances types''': add a column to the exported file with the type of the exported instance To '''start the export''', press the "OK" button of the Export Configuration Dialog. After the export, you will get a message dialog as to whether the export was successful or not. If the export was successful, a file was generated in the configured location. It can be opened either with a text editor, or spreadsheet software (e.g., Open Office Spreadsheet, or Microsoft Office Excel). The result in Open Office will look as follows (similar also in Excel): [[Image:ThesaurusSm_exported.csv.png|700px]] This plug-in is distributed with the default Protege installation and is supported and maintained by the Protege team. The original documentation for exporting still exists [http://www.bioinf.mdc-berlin.de/~schober/TheQueryExportTab here] (this documentation is outdated).<br /><br /> </div>