References for: get-latest-nanopubs-from-userid

Full identifier: https://w3id.org/np/RAuy4N1h4vZ1wgBUMvTiWw2y_Y0_5oFYRTwdq-xj2qqNM#get-latest-nanopubs-from-userid

Nanopublication Part Subject Predicate Object Published By Published On
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-latest-nanopubs-from-userid
Tobias Kuhn
2024-09-23T10:25:48.641Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-latest-nanopubs-from-userid
Get the latest nanopublications from userid
Tobias Kuhn
2024-09-23T10:25:48.641Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-latest-nanopubs-from-userid
Tobias Kuhn
2024-09-23T10:25:48.641Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-latest-nanopubs-from-userid
This query returns the latest nanopublications from the given user IRI.
Tobias Kuhn
2024-09-23T10:25:48.641Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-latest-nanopubs-from-userid
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/> prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix dct: <http://purl.org/dc/terms/> select ?np ?label ?pubkey ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . ?np dct:created ?date . ?np dct:creator ?_userid_iri . optional { ?np rdfs:label ?label } filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } filter not exists { ?np npx:hasNanopubType npx:retracts . } } } order by desc(?date) limit 100
Tobias Kuhn
2024-09-23T10:25:48.641Z
links a nanopublication to its assertion http://www.nanopub.org/nschema#hasAssertion assertion
get-latest-nanopubs-from-userid
Tobias Kuhn
2024-09-23T10:25:48.641Z
links a nanopublication to its pubinfo http://www.nanopub.org/nschema#hasPublicationInfo pubinfo
get-latest-nanopubs-from-userid
Tobias Kuhn
2024-09-23T10:25:48.641Z