reteplayground
Select

Bengio's journal articles — title, journal, year, live DOI link

TitleJournalYear+2
Causal Discovery in Astrophys…The Astrophysical Jou…2025
What makes a theory of consci…Nature Neuroscience2025
Causal machine learning for s…Nature Genetics2025
The First International AI Sa…SuperIntelligence - R…2025
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 15 rows · 98.3 s · 93.0 MB of 16721.2 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX orc: <https://w3id.org/rete/orcid#> PREFIX dcterms: <http://purl.org/dc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?title ?journal ?year ?type ?doiLink WHERE { ?w dcterms:creator <https://orcid.org/0000-0002-9322-3515> ; rdfs:label ?title ; orc:journalTitle ?journal ; orc:publicationYear ?year ; orc:doi ?doi ; a ?type . FILTER(?type != orc:Work) BIND(IRI(CONCAT("https://doi.org/", ?doi)) AS ?doiLink) } ORDER BY DESC(?year) LIMIT 100

rete playground · documentation · github.com/caviri/rete