corrected syntax typo in sparql construct - was creating erroneous blank node.

This commit is contained in:
sjm222 2010-07-16 16:45:16 +00:00
parent 75fd6b095a
commit 53848b8976

View file

@ -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 {