Skip to content

Commit

Permalink
SPARQL syntax - unsure how to test - issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferya committed Sep 21, 2017
1 parent b117d3c commit 2e2deef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/utilities.inc
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ function islandora_cwrc_writer_get_objects_with_cwrc_datastream() {
PREFIX fedora-view: <info:fedora/fedora-system:def/view#>
SELECT ?pid
WHERE {
?disseminationType <fedora-view:disseminationType> <info:fedora/*/CWRC> .
?pid <fedora-view:disseminates> ?disseminationType
?disseminationType fedora-view:disseminationType <info:fedora/*/CWRC> .
?pid fedora-view:disseminates ?disseminationType
}
EOT;
$connection = islandora_get_tuque_connection();
Expand Down

0 comments on commit 2e2deef

Please sign in to comment.