Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RA4GfMzFgb1ZjSKlUA_aKgmRvf_knCkN-3o5oGca4AGyw#assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-latest-instance-nps type grlc-query assertion.
- get-latest-instance-nps label "Get latest instance nanopubs" assertion.
- get-latest-instance-nps description "This query returns the latest nanopublications where an instance is assigned to the given class." assertion.
- get-latest-instance-nps license LICENSE-2.0 assertion.
- get-latest-instance-nps sparql "prefix dct: <http://purl.org/dc/terms/> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> select ?instance ?np ?label ?date ?pubkey where { graph ?g { ?instance a ?_class_iri . } graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np npa:hasGraph ?g . ?np dct:created ?date . optional { ?np rdfs:label ?label } } } order by desc(?date) limit 10" assertion.
- get-latest-instance-nps endpoint full assertion.