Full identifier: https://w3id.org/np/RAr3_UJ1lfl8ifEWjxrDSqWquvsWYfoZyKWFp_xi3r6dg/get-latest-nanopubs-by-pubkey
Assigned to 1 class:
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-by-pubkey
|
Tobias Kuhn
|
2025-09-26T11:49:18.187Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs-by-pubkey
|
Get the latest nanopubs by pubkeys
|
Tobias Kuhn
|
2025-09-26T11:49:18.187Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs-by-pubkey
|
Tobias Kuhn
|
2025-09-26T11:49:18.187Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs-by-pubkey
|
This query returns the latest nanopublications by pubkey hashes.
|
Tobias Kuhn
|
2025-09-26T11:49:18.187Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs-by-pubkey
|
Tobias Kuhn
|
2025-09-26T11:49:18.187Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs-by-pubkey
|
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 distinct ?np ?label ?date where {
graph npa:graph {
values ?_memberHash_multi {}
?np npa:hasValidSignatureForPublicKeyHash ?_memberHash_multi .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?_memberHash_multi . }
?np dct:created ?date .
optional { ?np rdfs:label ?label . }
filter not exists { ?np npx:hasNanopubType npx:retracts . }
}
} order by desc(?date) limit 100
|
Tobias Kuhn
|
2025-09-26T11:49:18.187Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-latest-nanopubs-by-pubkey
|
Tobias Kuhn
|
2025-09-26T11:49:18.187Z
|