Skip to content

Commit

Permalink
use rdF:type instead of a-abbrevation
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Sep 2, 2024
1 parent dfef5ce commit 04eb7a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,15 @@ Use this attribute to dynamically compute **who** get access on **which graphs**
The following example query grants write access to all users which are described as creators (using Dublin Core) in the graph itself.

``` sparql
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX void: <http://rdfs.org/ns/void#>
SELECT ?user ?group ?readGraph ?writeGraph
WHERE
{
GRAPH ?writeGraph {
?writeGraph a void:Dataset .
?writeGraph rdf:type void:Dataset .
?writeGraph dct:creator ?user .
}
}
Expand Down

0 comments on commit 04eb7a5

Please sign in to comment.