简体   繁体   中英

SPARQL support protege 5

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM