Matches in Nanopublications for { <https://w3id.org/np/RAo8COdQwJdwNu7FmNgA4cuHNa7Nk2Bc0IYI7eLtyPQlw/get-news-content> ?p ?o ?g. }
Showing items 1 to 8 of
8
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 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/> 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 { ?newsItem schema:headline ?headline . ?newsItem rdf:type schema:NewsArticle . ?newsItem schema:articleBody ?body . optional { ?newsItem schema:datePublished ?datePublished . } optional { ?newsItem schema:url ?link . } values ?_resource_multi_iri {} ?newsItem schema:isPartOf ?_resource_multi_iri . } } order by desc(?datePublished)" assertion.
- get-news-content endpoint full assertion.
- get-news-content license LICENSE-2.0 assertion.
- get-news-content hasLabelFromApi "Get news content - This query returns the content (body) of the news entries." pubinfo.
- get-news-content hasLabelFromApi "Get news content - This query returns the content (body) of the news entries." pubinfo.