Skip to content
Snippets Groups Projects
Commit 2fc386fc authored by Mathieu Massaviol's avatar Mathieu Massaviol
Browse files

Fix request #64

parent b0704af6
Branches
No related tags found
1 merge request!67Resolve "Bug du rechargement de l'arbre"
Pipeline #10690 passed
......@@ -131,10 +131,11 @@ export async function getResource(identifier: string, auth?: Credentials): Promi
WHERE {
?resource ?p ?o.
?resource dct:identifier ?id.
filter (STR(?id) = "${identifier}").
}
GRAPH ?g {
?resource dct:identifier ?id
filter (STR(?id) = "${identifier}")
GRAPH ?g {
?resource dct:identifier ?id
}
}
`,
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment