Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAfqxw5PGjN0bF5hEZNT7PaHdifFWzPFg83MlWoVYlA6w/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-news-content type grlc-query assertion.
- get-news-content label "Get news content" assertion.
- get-news-content description "This query returns the content (body) of the news entries." assertion.
- get-news-content sparql "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/> select ?headline ?body ?datePublished ?link 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 { ?a schema:headline ?headline . ?a schema:articleBody ?body . optional { ?a schema:datePublished ?datePublished . } optional { ?a schema:url ?link . } values ?_resource_multi_iri {} ?a schema:isPartOf ?_resource_multi_iri . } } order by desc(?datePublished)" assertion.
- get-news-content endpoint full assertion.
- get-news-content license LICENSE-2.0 assertion.