
* Remove trailing whitespace throughout project Resolves: https://jira.duraspace.org/browse/VIVO-1690 ** Along with: https://github.com/vivo-project/Vitro/pull/117
6 lines
306 B
Text
6 lines
306 B
Text
@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:UseSparqlUpdateApi ;
|