References for: get-all-nanopubs-last30d
Full identifier: https://w3id.org/np/RArDW48kVmB9cy_lQMMg0hC-_TDb_HzETtRMdvbTPQq_M#get-all-nanopubs-last30d
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-all-nanopubs-last30d
|
Tobias Kuhn
|
2024-09-20T11:35:38.390Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-all-nanopubs-last30d
|
Tobias Kuhn
|
2024-09-20T11:35:38.390Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-all-nanopubs-last30d
|
Get all nanopubs of the last 30 days
|
Tobias Kuhn
|
2024-09-20T11:35:38.390Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-all-nanopubs-last30d
|
This query returns all the nanopublications created in the last 30 days, sorted by recency.
|
Tobias Kuhn
|
2024-09-20T11:35:38.390Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-all-nanopubs-last30d
|
Tobias Kuhn
|
2024-09-20T11:35:38.390Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-all-nanopubs-last30d
|
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 ?userid ?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:ExampleNanopub . }
filter not exists { ?np npx:hasNanopubType npx:retracts . }
optional { ?np dct:creator ?userid . }
}
} order by desc(?date)
|
Tobias Kuhn
|
2024-09-20T11:35:38.390Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-all-nanopubs-last30d
|
Tobias Kuhn
|
2024-09-20T11:35:38.390Z
|