Matches in Nanopublications for { <https://w3id.org/np/RAlOvJfMEkvhvQE9j6LaQXRZQ2Q23X62bB31yUB_hroC0/get-paragraphs> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- get-paragraphs type grlc-query assertion.
- get-paragraphs label "Get paragraphs of a space" assertion.
- get-paragraphs hasLabelFromApi "Get paragraphs of a space - This query returns the paragraphs of a space with their title and content." pubinfo.
- get-paragraphs license LICENSE-2.0 assertion.
- get-paragraphs description "This query returns the paragraphs of a space with their title and content." assertion.
- get-paragraphs sparql "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 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 . } }" assertion.
- get-paragraphs endpoint full assertion.