Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAj4COXw5RLNc2YX083CB3zXQH_6cN1AV5WYereMP56Xo/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-maintained-resources type grlc-query assertion.
- get-maintained-resources label "Get maintained resources" assertion.
- get-maintained-resources description "This query returns all maintained resources and their nanopublications, optionally filtered by space." assertion.
- get-maintained-resources sparql "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 gen: <https://w3id.org/kpxl/gen/terms/> select ?resource ?label (?__space_multi_iri as ?space) ?np ?pubkey ?date where { values ?_space_multi_iri {} graph npa:graph { ?np npx:hasNanopubType gen:MaintainedResource . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np npx:introduces ?resource . ?np np:hasAssertion ?a . optional { ?np rdfs:label ?label } } graph ?a { ?resource gen:isMaintainedBy ?__space_multi_iri . } } order by desc(?date)" assertion.
- get-maintained-resources endpoint 6b9e3c491e518a23a49cd55f5d9dc35107a90d56bd847a24adb8aec22519b18c assertion.
- get-maintained-resources license LICENSE-2.0 assertion.