Full identifier: https://w3id.org/np/RAo8COdQwJdwNu7FmNgA4cuHNa7Nk2Bc0IYI7eLtyPQlw/get-news-content
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-news-content
|
Get news content - This query returns the content (body) of the news entries.
|
Ashley Caselli
|
2025-11-06T14:44:01.685Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-news-content
|
Ashley Caselli
|
2025-11-06T14:44:01.685Z
|
|||
|
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-news-content
|
Get news content - This query returns the content (body) of the news entries.
|
Ashley Caselli
|
2025-11-06T13:01:27.316Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-news-content
|
Ashley Caselli
|
2025-11-06T13:01:27.316Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-news-content
|
Ashley Caselli
|
2025-11-06T13:00:16.695Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-news-content
|
Get news content
|
Ashley Caselli
|
2025-11-06T13:00:16.695Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-news-content
|
Ashley Caselli
|
2025-11-06T13:00:16.695Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-news-content
|
This query returns the content (body) of the news entries.
|
Ashley Caselli
|
2025-11-06T13:00:16.695Z
|
||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-news-content
|
Ashley Caselli
|
2025-11-06T13:00:16.695Z
|
|||
|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-news-content
|
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)
|
Ashley Caselli
|
2025-11-06T13:00:16.695Z
|
||