Full identifier: https://w3id.org/np/RA-tevGUyDFVntpfxp1Te_sgy0LHkoWHbz6ftQ_jpZnQ4/get-paragraphs
Assigned to 1 class:
Described in 1 nanopublication:
| Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
|---|---|---|---|---|---|---|
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-paragraphs
|
Get paragraphs of a space - This query returns the paragraphs of a space with their title and content, in...
|
Tobias Kuhn
|
2026-02-27T09:22:10.164Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-paragraphs
|
Tobias Kuhn
|
2026-02-27T09:22:10.164Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-paragraphs
|
Tobias Kuhn
|
2026-01-06T09:05:47.998Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-paragraphs
|
Get paragraphs of a space
|
Tobias Kuhn
|
2026-01-06T09:05:47.998Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-paragraphs
|
Tobias Kuhn
|
2026-01-06T09:05:47.998Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-paragraphs
|
This query returns the paragraphs of a space with their title and content, including source nanopub and date.
|
Tobias Kuhn
|
2026-01-06T09:05:47.998Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-paragraphs
|
Tobias Kuhn
|
2026-01-06T09:05:47.998Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-paragraphs
|
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix dct: <http://purl.org/dc/terms/>
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix npx: <http://purl.org/nanopub/x/>
prefix schema: <https://schema.org/>
prefix kpxlt: <https://w3id.org/kpxl/gen/terms/>
select ?title ?content ?date ?np where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKeyHash ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
?np dct:created ?date .
?np dct:creator ?user .
?np np:hasAssertion ?a .
}
graph ?a {
?paragraph schema:title ?title .
?paragraph rdf:type kpxlt:Paragraph .
?paragraph kpxlt:hasContent ?content .
values ?_resource_multi_iri {}
?paragraph schema:isPartOf ?_resource_multi_iri .
}
}
|
Tobias Kuhn
|
2026-01-06T09:05:47.998Z
|
||
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-paragraphs
|
Tobias Kuhn
|
2026-01-06T09:05:47.998Z
|