Reputation: 2436
what's the level of support of SPARQL in protege 5.2.0 SPARQL Query Plugin 2.02?
I tried using
FILTER STRSTARTS(STR(?subject), STR(prefix:))
and I get
Unknown function 'http://www.w3.org/2005/xpath-functions#starts-with'
I can't seem to find a listing with the supported functions and capabilities.
Thanks
Upvotes: 2
Views: 940
Reputation: 6529
I just struggled with this myself. The SPARQL Query Plugin for Protege 5.5.0 has not been updated since 2012, one year before SPARQL 1.1 was a W3C recommendation. Thus, the only way I found to get SPARQL 1.1 is by using the Snap SPARQL Plugin. I hope this saves someone from all the time I wasted figuring this out.
Upvotes: 2