2014-04-15 13:38:41 -04:00
|
|
|
@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#> .
|
|
|
|
|
2019-05-03 10:51:00 -06:00
|
|
|
auth:ADMIN
|
|
|
|
auth:hasPermission simplePermission:UseSparqlQueryApi ;
|