rete
playground
Aggregate
Who writes imaging software here — with ORCIDs
Author
ORCID
Software
Alexandre Alahi
6
Marc Pollefeys
4
Mathieu Salzmann
4
Pascal Fua
0000-0002-6702-9970
4
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
40 rows · 7.0 ms · no server, no download — the query runs in your browser.
The query
PREFIX schema: <http://schema.org/> PREFIX owl: <http://www.w3.org/2002/07/owl#> SELECT ?author ?orcid (COUNT(DISTINCT ?s) AS ?software) WHERE { ?s a schema:SoftwareSourceCode ; schema:author ?p . ?p schema:name ?author . OPTIONAL { ?p owl:sameAs ?orcid } } GROUP BY ?author ?orcid ORDER BY DESC(?software) ?author LIMIT 40
rete playground
·
documentation
·
github.com/caviri/rete