Login with ORCID

get-coauthors

Full identifier: https://w3id.org/np/RAl03y0LpJBz11POZW9MkV9scYfzfCSeaMVh3-nLphkL0/get-coauthors

Assigned to 1 class:

Described in 1 nanopublication:

run this query

Minted in Nanopublication

 Get co-authors grlc-query comment approve/disapprove edit as derived nanopublication create new with same template

This is a local identifier minted within the nanopublication. https://w3id.org/np/RAl03y0LpJ.../get-coauthors
http://www.w3.org/2000/01/rdf-schema#label has the name (this is a literal)
.
This is a local identifier minted within the nanopublication. https://w3id.org/np/RAl03y0LpJ.../get-coauthors
https://w3id.org/kpxl/grlc/sparql has the query (this is a literal)
.
This is the identifier for this whole nanopublication. https://w3id.org/np/RAl03y0LpJ... This nanopublication date and time when the nanopublication was created http://purl.org/dc/terms/created was created on (this is a literal)
(xsd:dateTime)
.
This is the identifier for this whole nanopublication. https://w3id.org/np/RAl03y0LpJ... This nanopublication links to the assertion template that was used to create this nanopublication https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate was created from the assertion template https://w3id.org/np/RAEFAt-QcF...
.
This is the identifier for this whole nanopublication. https://w3id.org/np/RAl03y0LpJ... This nanopublication links to the provenance template that was used to create this nanopublication https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate was created from the provenance template https://w3id.org/np/RA7lSq6MuK...
.
This is the identifier for this whole nanopublication. https://w3id.org/np/RAl03y0LpJ... This nanopublication links to the publication info template that was used to create this nanopublication https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate was created from the publication info template https://w3id.org/np/RA0J4vUn_d...
.
This is the identifier for this whole nanopublication. https://w3id.org/np/RAl03y0LpJ... This nanopublication links to the publication info template that was used to create this nanopublication https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate was created from the publication info template https://w3id.org/np/RAoTD7udB2...
.
This is the identifier for this whole nanopublication. https://w3id.org/np/RAl03y0LpJ... This nanopublication links to the publication info template that was used to create this nanopublication https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate was created from the publication info template https://w3id.org/np/RAukAcWHRD...
.
This is the identifier for this whole nanopublication. https://w3id.org/np/RAl03y0LpJ...
http://purl.org/nanopub/x/embeds
This is a local identifier minted within the nanopublication. https://w3id.org/np/RAl03y0LpJ.../get-coauthors
.

References

Nanopublication Part Subject Predicate Object Published By Published On
links a nanopublication to its pubinfo http://www.nanopub.org/nschema#hasPublicationInfo pubinfo
get-coauthors
Get co-authors - This query returns the co-authors of a given author.
Tobias Kuhn
2026-02-23T19:25:53.143Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-coauthors
Tobias Kuhn
2026-02-23T19:25:53.143Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-coauthors
Tobias Kuhn
2026-02-23T19:24:13.497Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-coauthors
Get co-authors
Tobias Kuhn
2026-02-23T19:24:13.497Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-coauthors
Tobias Kuhn
2026-02-23T19:24:13.497Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-coauthors
This query returns the co-authors of a given author.
Tobias Kuhn
2026-02-23T19:24:13.497Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-coauthors
Tobias Kuhn
2026-02-23T19:24:13.497Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-coauthors
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix dct: <http://purl.org/dc/terms/> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix fabio: <http://purl.org/spar/fabio/> prefix bibo: <http://purl.org/ontology/bibo/> prefix foaf: <http://xmlns.com/foaf/0.1/> select ?coauthor ?coauthor_label (count(distinct ?paper) as ?paper_count) where { values ?_author_multi_iri {} graph npa:graph { ?np npx:hasNanopubType fabio:ScholarlyWork . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np np:hasAssertion ?a . ?np npx:introduces ?paper . } graph ?a { ?paper dct:title ?paper_label . ?paper bibo:authorList ?author_list . ?paper dct:date ?publication_date . ?author_list ?rdfseqpred1 ?_author_multi_iri . filter(strstarts(str(?rdfseqpred1), "http://www.w3.org/1999/02/22-rdf-syntax-ns#_")) ?author_list ?rdfseqpred2 ?coauthor_id . filter(strstarts(str(?rdfseqpred2), "http://www.w3.org/1999/02/22-rdf-syntax-ns#_")) ?coauthor_id foaf:name ?coauthor_label . bind(if(strstarts(str(?coauthor_id), "https://orcid.org/"), ?coauthor_id, ?coauthor_label) as ?coauthor) filter(?coauthor_id != ?_author_multi_iri) optional { ?paper dct:isPartOf ?journal . ?journal dct:title ?journal_label . } } } group by ?coauthor ?coauthor_label order by desc(?paper_count)
Tobias Kuhn
2026-02-23T19:24:13.497Z
links a nanopublication to its pubinfo http://www.nanopub.org/nschema#hasPublicationInfo pubinfo
get-coauthors
Tobias Kuhn
2026-02-23T19:24:13.497Z

Raw

TriG(txt), JSON-LD(txt), N-Quads(txt), XML(txt)