Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAmbWGfXZiHA1S2RsuVnoEmg54oFYzGARBQXlvb_K5QqQ#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-approved-nanopubs type grlc-query assertion.
- get-approved-nanopubs label "Get approved nanopubs" assertion.
- get-approved-nanopubs description "This query returns all nanopublications approved by somebody." assertion.
- get-approved-nanopubs license LICENSE-2.0 assertion.
- get-approved-nanopubs sparql "prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix dct: <http://purl.org/dc/terms/> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> select ?approved_np ?approver ?pubkey ?np ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np npx:hasNanopubType npx:approvesOf . filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . } ?np dct:created ?date . ?np dct:creator ?approver . ?np np:hasAssertion ?a . } graph ?a { ?approver npx:approvesOf ?approved_np . filter(regex(str(?approved_np), '^.*[^A-Za-z0-9-_]RA[A-Za-z0-9-_]{43}$')) } }" assertion.
- get-approved-nanopubs endpoint 4a9a4dc2fa939033dd444d4f630fec3450eee305d98dd9945f110b2a6bb51317 assertion.