Rdataflow

Results 41 comments of Rdataflow

@bprusinowski FYI according to the eCH-0200 v2.0.0 DCAT Application Profile it's mandatory to have exactly 1 `dcterms:publisher` - therefore currently no prio - a next action point will be to...

@FabianCretton let's also push to have the criteria of visualize in validation in the cube validator https://github.com/zazuko/cube-link/tree/main/validation/ see also https://gitlab.ldbar.ch/bafu/visualize/-/issues/563

@bprusinowski can you share an example of a less performing query? thank you

@bprusinowski it seems those `OPTIONAL`s for `schema:version` have a negative impact. You may try to further parallelize using a query pattern of ```sparql { # versioned case ... ?dimension schema:version...

@bprusinowski unfortunately those /create/ links won't endure... do you have some permalinks maybe?

i.e. those `/create/new?from=` would work IIUC

@bprusinowski what happens if you drop `#pragma evaluate on` everywhere? with the query in the current form this might help. curious to see...

@bprusinowski the query pattern still would profit of some minor optimization steps... the 3rd and 4th UNION block of each dimension may be optimized using a inner SELECT to prevent...

@bprusinowski the proposed query obviously misses to constrain the dimensionIri to the relevant dimension only - therefore it suffers heavily degraded performance see comments inline https://s.zazuko.com/23hyB45 nb: regarding perf on...

@bprusinowski it's likely due to a combination of legacy C-C projects and code in C-C that doesn't expire deprecated cubes properly :+1: