All public logs

From MaRDI portal

Combined display of all available logs of MaRDI portal. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:27, 25 November 2023 Schubotz talk contribs created page Module:MySPARQL (Created page with "local sparql = require('SPARQL') -- Load the SPARQL binding local p = {} function p.showFirstValue(frame) local sparqlQuery = frame.args[1] local queryResults = sparql.runQuery(sparqlQuery) -- Use the runQuery method -- Replace "work" with the first SELECT variable in your SPARQL query return queryResults['results']['bindings'][1]['work']['value'] end return p")