Full identifier: https://w3id.org/np/RAn3agwsH2yk-8132RJApGYxdPSHHCXDAIYiCaSBBo6tg#get-approved-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-approved-nanopubs
|
Tobias Kuhn
|
2025-02-12T07:48:13.409Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-approved-nanopubs
|
Get approved nanopubs
|
Tobias Kuhn
|
2025-02-12T07:48:13.409Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-approved-nanopubs
|
Tobias Kuhn
|
2025-02-12T07:48:13.409Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-approved-nanopubs
|
This query returns all nanopublications approved by somebody.
|
Tobias Kuhn
|
2025-02-12T07:48:13.409Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-approved-nanopubs
|
Tobias Kuhn
|
2025-02-12T07:48:13.409Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-approved-nanopubs
|
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/>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
select ?approved_np ?approver ?pubkey ?np ?date where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
?np npx:hasNanopubType npx:approvesOf .
filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }
?np dct:created ?date .
?np dct:creator ?approver .
?np np:hasAssertion ?a .
}
graph ?a {
?approver npx:approvesOf ?approved_np .
filter(regex(str(?approved_np), '^.*[^A-Za-z0-9-_]RA[A-Za-z0-9-_]{43}$'))
}
}
|
Tobias Kuhn
|
2025-02-12T07:48:13.409Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-approved-nanopubs
|
Tobias Kuhn
|
2025-02-12T07:48:13.409Z
|