Matches in Nanopublications for { <https://w3id.org/np/RA-PbRCGNQOYhjNWs1vCN_5x8weBfYUrMvVxDnAHs52oI#get-creator-pubkeys> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-creator-pubkeys type grlc-query assertion.
- get-creator-pubkeys label "Get all creator / pubkey pairs" assertion.
- get-creator-pubkeys description "This query returns all creator / pubkey pairs, independent of their approval status." assertion.
- get-creator-pubkeys license LICENSE-2.0 assertion.
- get-creator-pubkeys sparql "prefix np: <http://www.nanopub.org/nschema#> prefix npx: <http://purl.org/nanopub/x/> prefix npa: <http://purl.org/nanopub/admin/> prefix dct: <http://purl.org/dc/terms/> select distinct ?creator ?pubkey where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np dct:creator ?creator . filter(!strstarts(str(?creator), str(?np))) } } order by ?creator" assertion.
- get-creator-pubkeys endpoint meta assertion.