Full identifier: https://w3id.org/np/RARUiVtecF8DUI96ez496CUKBECAMkSAi9tSps8pBsUvo#get-latest-nanopubs
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
|
Tobias Kuhn
|
2025-02-27T09:49:59.815Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs
|
Get the latest nanopublications
|
Tobias Kuhn
|
2025-02-27T09:49:59.815Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs
|
Tobias Kuhn
|
2025-02-27T09:49:59.815Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs
|
This query returns the latest nanopublications, excluding superseded, retracted, or example ones.
|
Tobias Kuhn
|
2025-02-27T09:49:59.815Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs
|
Tobias Kuhn
|
2025-02-27T09:49:59.815Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs
|
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 ?creator ?date where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
filter not exists { ?np npx:hasNanopubType npx:retracts . }
filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }
?np dct:created ?date .
optional { ?np rdfs:label ?label . }
optional { ?np npx:signedBy ?creator . }
}
} order by desc(?date) limit 100
|
Tobias Kuhn
|
2025-02-27T09:49:59.815Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-latest-nanopubs
|
Tobias Kuhn
|
2025-02-27T09:49:59.815Z
|