Template:Workflow: Difference between revisions
From MaRDI portal
No edit summary |
No edit summary |
||
Line 165: | Line 165: | ||
=== Software used === | === Software used === | ||
{{#sparql: | |||
endpoint='https://sparql.mtsr2024.m1.mardi.ovh/mathalgodb/query' | |||
PREFIX : <https://mardi4nfdi.de/mathmoddb#> | |||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |||
SELECT DISTINCT ?answer (GROUP_CONCAT(DISTINCT(?l); SEPARATOR=" / ") AS ?label) | |||
WHERE { | |||
?answer a :ResearchProblem . | |||
?answer rdfs:label ?l . | |||
FILTER (lang(?l) = 'en') | |||
} | |||
GROUP BY ?answer ?label | |||
LIMIT 10 | |||
| chart=bordercloud.visualization.DataTable | |||
| options=width=100%! | |||
}} | |||
=== Hardware === | === Hardware === | ||
Revision as of 20:26, 23 October 2024