References for: get-latest-nanopubs-by-type
Full identifier: https://w3id.org/np/RANn4Mu8r8bqJA9KJMGXTQAEGAEvtNKGFsuhRIC6BRIOo#get-latest-nanopubs-by-type
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-type
|
Tobias Kuhn
|
2024-09-24T08:55:18.819Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs-by-type
|
Tobias Kuhn
|
2024-09-24T08:55:18.819Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs-by-type
|
Get the latest nanopublications of given type
|
Tobias Kuhn
|
2024-09-24T08:55:18.819Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs-by-type
|
This query returns the latest nanopublications published of the given type
|
Tobias Kuhn
|
2024-09-24T08:55:18.819Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs-by-type
|
Tobias Kuhn
|
2024-09-24T08:55:18.819Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-latest-nanopubs-by-type
|
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 npx:hasNanopubType ?_type_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-24T08:55:18.819Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-latest-nanopubs-by-type
|
Tobias Kuhn
|
2024-09-24T08:55:18.819Z
|