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

protege.sparql-query-plugin.2.0.2.source-code.plugin.xml Maven / Gradle / Ivy

Go to download

Plug-in for the Protege Desktop ontology editor that provides support for writing and executing SPARQL queries.

There is a newer version: 3.0.0
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy