corrected syntax typo in sparql construct - was creating erroneous blank node.
This commit is contained in:
parent
75fd6b095a
commit
53848b8976
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|||
PREFIX core: <http://vivoweb.org/ontology/core#>
|
||||
|
||||
Construct {
|
||||
_:activity core:roleIn ?grant .
|
||||
?activity core:roleIn ?grant .
|
||||
?grant core:relatedRole ?activity .
|
||||
|
||||
} where {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue