protege.sparql-query-plugin.2.0.2.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 sparql-query-plugin Show documentation
Show all versions of sparql-query-plugin Show documentation
Plug-in for the Protege Desktop ontology editor that provides support for writing and executing SPARQL queries.
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?eclipse version="3.0"?> <plugin> <extension id="SparqlQueryView" point="org.protege.editor.core.application.ViewComponent"> <label value="SPARQL query"/> <class value="org.protege.editor.owl.rdf.SparqlQueryView"/> <headerColor value="@org.protege.ontologycolor"/> <category value="@org.protege.querycategory"/> </extension> <extension id="SparqlTab" point="org.protege.editor.core.application.WorkspaceTab"> <label value="SPARQL Query"/> <class value="org.protege.editor.owl.ui.OWLWorkspaceViewsTab"/> <editorKitId value="OWLEditorKit"/> <index value="Z"/> <defaultViewConfigFileName value="viewconfig.xml"/> </extension> </plugin>