VIVO-731 Start to create the acceptance tests for SPARQL query API.

This commit is contained in:
j2blake 2014-04-15 13:38:41 -04:00
parent e01127bc11
commit b1c8c3939d
3 changed files with 92 additions and 0 deletions

View file

@ -0,0 +1,6 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix auth: <http://vitro.mannlib.cornell.edu/ns/vitro/authorization#> .
@prefix simplePermission: <java:edu.cornell.mannlib.vitro.webapp.auth.permissions.SimplePermission#> .
auth:ADMIN
auth:hasPermission simplePermission:UseSparqlQueryApi ;