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

Debug identifier normalization by removing virtuoso context #68

parent 7eac0feb
No related branches found
No related tags found
1 merge request!79Resolve "Investiguer / Optimiser les temps de réponse des requêtes Virtuoso"
Pipeline #10816 passed
......@@ -81,7 +81,8 @@ export const getTreeNodesFromParentNodeURI = async (parentNodeUri: string, auth?
{
context,
auth,
frame
frame,
withoutContext: true
}
)
}
......@@ -140,7 +141,6 @@ export const getUrisBetweenHomeAndResource = async (
VALUES ?p3 { dct:identifier rdf:type }
VALUES ?p4 { dct:identifier rdf:type }
?child ?p ?o.
?subchild dcat:dataset ?dataset.
?subchild ?p2 ?o2.
?dataset ?p3 ?o3.
?distribution ?p4 ?o4.
......@@ -164,7 +164,6 @@ export const getUrisBetweenHomeAndResource = async (
VALUES ?p2 { dct:identifier rdf:type }
VALUES ?p3 { dct:identifier rdf:type }
?child ?p ?o.
?subchild dcat:dataset ?dataset.
?subchild ?p2 ?o2.
?dataset ?p3 ?o3.
`
......@@ -197,7 +196,8 @@ export const getUrisBetweenHomeAndResource = async (
`,
{
context,
auth
auth,
withoutContext: true
}
)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment