reteplayground
Aggregate

Who writes imaging software here — with ORCIDs

AuthorORCIDSoftware
Alexandre Alahi6
Marc Pollefeys4
Mathieu Salzmann4
Pascal Fua0000-0002-6702-99704
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