References for: get-reactions
Full identifier: https://w3id.org/np/RAB2ORBgv3nWJuGpUAMqbWYSdb8K5r4mp4nI0D-ZfZf8U#get-reactions
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-reactions
|
Tobias Kuhn
|
2024-09-11T13:13:27.725Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-reactions
|
Tobias Kuhn
|
2024-09-11T13:13:27.725Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-reactions
|
Get all reactions on a paper or nanopublication
|
Tobias Kuhn
|
2024-09-11T13:13:27.725Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-reactions
|
This query returns all the reactions modeled with CiTO and published as nanopublications that refer to a given paper (e.g. by DOI) or other nanopublication.
|
Tobias Kuhn
|
2024-09-11T13:13:27.725Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-reactions
|
Tobias Kuhn
|
2024-09-11T13:13:27.725Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-reactions
|
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix npx: <http://purl.org/nanopub/x/>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
prefix dct: <http://purl.org/dc/terms/>
prefix oa: <http://www.w3.org/ns/oa#>
select distinct ?np ?user ?rel ?reltext ?pub ?text ?date ?pubkey where {
graph npa:networkGraph {
?_pub_iri npx:supersedes* ?pub .
}
graph npa:graph {
?np np:hasAssertion ?a .
?np dct:created ?date .
?np dct:creator ?user .
?np npa:hasValidSignatureForPublicKey ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
}
graph ?a {
?a dct:creator ?user .
?a ?rel ?pub .
optional { ?a rdfs:comment ?text . }
filter regex(str(?rel), "http://purl.org/spar/cito/.*")
}
graph <http://purl.org/np/RA6d0qLmlRdXd-ubre83LxP22auJdJjXGzaW3W3qH4Neo#assertion> {
?rel rdfs:label ?reltext .
}
}
order by desc(?date)
|
Tobias Kuhn
|
2024-09-11T13:13:27.725Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-reactions
|
Tobias Kuhn
|
2024-09-11T13:13:27.725Z
|