References for: get-most-recent-nanopubs
Full identifier: https://w3id.org/np/RA7oUCHG8TEjVQpGTUN5sfu3_IQmza3aSBSCxfJdBc3Rs#get-most-recent-nanopubs
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-recent-nanopubs
|
Tobias Kuhn
|
2024-08-05T15:11:05.700Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-recent-nanopubs
|
Tobias Kuhn
|
2024-08-05T15:11:05.700Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-recent-nanopubs
|
Get the most recent nanopublications
|
Tobias Kuhn
|
2024-08-05T15:11:05.700Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-recent-nanopubs
|
This query returns the 10 nanopublications that were most recently published.
|
Tobias Kuhn
|
2024-08-05T15:11:05.700Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-recent-nanopubs
|
Tobias Kuhn
|
2024-08-05T15:11:05.700Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-most-recent-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 ?date where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
?np dct:created ?date .
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 10
|
Tobias Kuhn
|
2024-08-05T15:11:05.700Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-most-recent-nanopubs
|
Tobias Kuhn
|
2024-08-05T15:11:05.700Z
|