Difference between revisions of "SPARQL Query"
From Protege Wiki
Line 13: | Line 13: | ||
|Affiliation2=Stanford University | |Affiliation2=Stanford University | ||
}} | }} | ||
+ | |||
+ | |||
+ | '''Unfortunately it doesn't support xpath functions''', eg replace(), strstarts() etc. | ||
+ | (It does support sparql-specific functions such as group_concat()) | ||
+ | Is there a way to enable xpath functions? |
Revision as of 10:14, August 27, 2014
SPARQL Query
Provides support for composing and executing SPARQL queries from within Protege's user interface.
Contents
Versions & Compatibility
This section lists available versions of SPARQL Query.
Version | Compatible with | Dependencies |
---|---|---|
SPARQL Query 1.0.0 | Protege-OWL 4.2 |
If you click on the button below to add a new version of SPARQL Query, you will be asked to define a page title for the new version. Please adhere to the naming convention of SPARQL Query X.X.X when you define the new page!
Changelog
Version | Changes in this version |
---|---|
SPARQL Query 1.0.0 | Initial release. |
Unfortunately it doesn't support xpath functions, eg replace(), strstarts() etc.
(It does support sparql-specific functions such as group_concat())
Is there a way to enable xpath functions?