https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/Head https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI http://www.nanopub.org/nschema#hasAssertion https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/assertion https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI http://www.nanopub.org/nschema#hasProvenance https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/provenance https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI http://www.nanopub.org/nschema#hasPublicationInfo https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/pubinfo https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.nanopub.org/nschema#Nanopublication https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/assertion https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/get-news-topic-proposals http://purl.org/dc/terms/description Returns the news topics proposed for a given Space: the topic and its description, the Wikipedia article it is the primary topic of, the news articles covering it and how many there are, and the Wikidata item if one has been recorded. Topics with no Wikidata item are still open proposals. Results are ordered by news coverage first, so the best-attested proposals come top. The optional minSources parameter applies a coverage threshold: pass minSources=3 to see only topics that have already appeared in at least three news articles. When it is omitted, no threshold is applied. https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/get-news-topic-proposals http://purl.org/dc/terms/license http://www.apache.org/licenses/LICENSE-2.0 https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/get-news-topic-proposals http://www.w3.org/1999/02/22-rdf-syntax-ns#type https://w3id.org/kpxl/grlc/grlc-query https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/get-news-topic-proposals http://www.w3.org/2000/01/rdf-schema#label Get news topic proposals for Space https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/get-news-topic-proposals https://w3id.org/kpxl/grlc/endpoint https://w3id.org/np/l/nanopub-query-1.1/repo/full https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/get-news-topic-proposals https://w3id.org/kpxl/grlc/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/> prefix foaf: <http://xmlns.com/foaf/0.1/> prefix owl: <http://www.w3.org/2002/07/owl#> prefix xsd: <http://www.w3.org/2001/XMLSchema#> select ?topic ?topic_label ?description ?article ?article_label (group_concat(distinct str(?source); separator=" ") as ?sources_multi_iri) (count(distinct ?source) as ?source_count) ?wikidata ?wikidata_label ?date ?override_target ?np ?np_label where { graph npa:graph { ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np np:hasAssertion ?a . } graph ?a { values ?_space_multi_iri {} ?a schema:about ?_space_multi_iri . ?topic rdfs:label ?topic_label . ?topic foaf:isPrimaryTopicOf|dct:isReferencedBy ?anySource . } optional { graph ?a { ?topic dct:description ?description } } optional { graph ?a { ?topic foaf:isPrimaryTopicOf ?article } } optional { graph ?a { ?topic dct:isReferencedBy ?source } } optional { graph ?a { ?topic owl:sameAs ?wikidata } } bind(replace(replace(coalesce(str(?article), ""), "^.*/wiki/", ""), "_", " ") as ?article_label) bind(replace(coalesce(str(?wikidata), ""), "^.*/entity/", "") as ?wikidata_label) bind(str(?np) as ?override_target) bind("^" as ?np_label) } group by ?topic ?topic_label ?description ?article ?article_label ?wikidata ?wikidata_label ?date ?override_target ?np ?np_label having(coalesce(count(distinct ?source) >= xsd:integer(?__minSources), true)) order by desc(?source_count) desc(?date) https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/provenance https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/assertion http://www.w3.org/ns/prov#wasAttributedTo https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/pubinfo https://orcid.org/0000-0002-1267-0234 http://xmlns.com/foaf/0.1/name Tobias Kuhn https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI http://purl.org/dc/terms/created 2026-08-26T11:46:49Z https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI http://purl.org/dc/terms/creator https://orcid.org/0000-0002-1267-0234 https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI http://purl.org/dc/terms/license https://creativecommons.org/licenses/by/4.0/ https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI http://purl.org/nanopub/x/embeds https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/get-news-topic-proposals https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/sig http://purl.org/nanopub/x/hasAlgorithm RSA https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/sig http://purl.org/nanopub/x/hasPublicKey MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/sig http://purl.org/nanopub/x/hasSignature GnfkWUNb60O929/cpQ9ZjV+dg4Uz6wBn/zWQsf4+OSHmyjqf8gYfTkd+nB+iebeHocki7VnolvCWJsbZ1vY0E9CZAJTsR+fHFWKkybUJF/Jed8xxiJa5IMUZ9ubvDGbQ+ryGglDj6EbzWbnwxRN8Q0GC/Lmf9e+FSIU9tFrf1yM= https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/sig http://purl.org/nanopub/x/hasSignatureTarget https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI/sig http://purl.org/nanopub/x/signedBy https://orcid.org/0000-0002-1267-0234