Difference between revisions of "Queries and Export Tab"
(put a size constraint on large images that was causing text to scroll off the right side of the page. users can still click on images to see large view.) |
|||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
− | |Description=This | + | |Description=This plug-in allows you to query knowledge-bases and export the results. An export button was added to the query-results window to allow for tabular export of selectable slot values of all found result-instances. |
|PluginType=Export | |PluginType=Export | ||
|PluginType2=Tab Widget | |PluginType2=Tab Widget | ||
Line 29: | Line 29: | ||
− | [[Image:QueriesTab.png]] | + | [[Image:QueriesTab.png|700px]] |
− | After clicking on the Export icon, you will get an export configuration dialog | + | After clicking on the Export icon, you will get an export configuration dialog: |
Line 40: | Line 40: | ||
The configuration dialog allows you to configure: | The configuration dialog allows you to configure: | ||
− | * '''Exported file''': the file | + | * '''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. | * '''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 delimiter''': the delimiter between different slots/properties | ||
* '''Slot values delimiter''': the delimiter between different values of a slot/property | * '''Slot values delimiter''': the delimiter between different values of a slot/property | ||
− | * '''Export slot names as first line in the file''' | + | * '''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 | * '''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). | 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). | ||
Line 51: | Line 52: | ||
− | [[Image:ThesaurusSm_exported.csv.png]] | + | [[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. | 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 /> | The original documentation for exporting still exists [http://www.bioinf.mdc-berlin.de/~schober/TheQueryExportTab here] (this documentation is outdated).<br /><br /> | ||
</div> | </div> |
Revision as of 17:34, July 18, 2008
Queries and Export Tab
This plug-in allows you to query knowledge-bases and export the results. An export button was added to the query-results window to allow for tabular export of selectable slot values of all found result-instances.
Contents
Versions & Compatibility
This section lists available versions of Queries and Export Tab.
No version information available.
If you click on the button below to add a new version of Queries and Export Tab, you will be asked to define a page title for the new version. Please adhere to the naming convention of Queries and Export Tab X.X.X when you define the new page!
Changelog
No version information available.
Querying the knowledge-base
Querying the knowledge-base is described in detail in the 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.
After clicking on the Export icon, you will get an export configuration dialog:
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):
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 here (this documentation is outdated).