[ { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/pubinfo", "@graph": [ { "@id": "https://orcid.org/0000-0002-1267-0234", "http://xmlns.com/foaf/0.1/name": [ { "@value": "Tobias Kuhn" } ] }, { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM", "http://purl.org/dc/terms/created": [ { "@value": "2026-08-26T14:21:22Z", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "http://purl.org/dc/terms/creator": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ], "http://purl.org/dc/terms/license": [ { "@id": "https://creativecommons.org/licenses/by/4.0/" } ], "http://purl.org/nanopub/x/embeds": [ { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/get-news-topic-proposals" } ], "http://purl.org/nanopub/x/supersedes": [ { "@id": "https://w3id.org/np/RAIaVeIiwCxast7XuACs65Rbnm5kISL2teJ0idZz_R7wI" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate": [ { "@id": "https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate": [ { "@id": "https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw" }, { "@id": "https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw" }, { "@id": "https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate": [ { "@id": "https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k" } ] }, { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/sig", "http://purl.org/nanopub/x/hasAlgorithm": [ { "@value": "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey": [ { "@value": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature": [ { "@value": "lZNu1crY3N130VX5MJwPYz1II0SZSQvi/NTvXxdfaFrfvXbuTMKXCqCifsohkMev6M30d3yOyjz295cfQ96iKvP25KVrzRmpzGM5igUL61peotvDeFCW92tDh01kMJ1Uf/L1rkJ1y97djmRDCugIJAOUIJYTGGJgGSsVCGhTQdE=" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] }, { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/assertion", "@graph": [ { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/get-news-topic-proposals", "http://purl.org/dc/terms/description": [ { "@value": "Returns the news topics proposed for a given Space, together with their accumulated news coverage. Coverage is counted across independent nanopublications: both the sources the proposer recorded when defining the topic and any 'Reporting news coverage of a topic' nanopublications published later by anyone, without distinction. Results are ordered by 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 appeared in at least three news articles. Topics with no Wikidata item are still open proposals. The contributors column shows who has contributed coverage, since coverage claims are deliberately not restricted to members of the Space." } ], "http://purl.org/dc/terms/license": [ { "@id": "http://www.apache.org/licenses/LICENSE-2.0" } ], "@type": [ "https://w3id.org/kpxl/grlc/grlc-query" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "Get news topic proposals for Space" } ], "https://w3id.org/kpxl/grlc/endpoint": [ { "@id": "https://w3id.org/np/l/nanopub-query-1.1/repo/full" } ], "https://w3id.org/kpxl/grlc/sparql": [ { "@value": "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix schema: \nprefix foaf: \nprefix owl: \nprefix xsd: \n\nselect ?topic ?topic_label ?description ?article ?article_label\n (group_concat(distinct str(?source); separator=\" \") as ?sources_multi_iri)\n (count(distinct ?source) as ?source_count)\n (group_concat(distinct str(?contributor); separator=\" \") as ?contributors_multi_iri)\n ?wikidata ?wikidata_label ?date ?coverage_target ?override_target ?np ?np_label\nwhere {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n ?np dct:created ?date .\n ?np np:hasAssertion ?a .\n }\n graph ?a {\n values ?_space_multi_iri {}\n ?a schema:about ?_space_multi_iri .\n ?topic a ?type .\n ?topic rdfs:label ?topic_label .\n }\n optional { graph ?a { ?topic dct:description ?description } }\n optional { graph ?a { ?topic foaf:isPrimaryTopicOf ?article } }\n optional { graph ?a { ?topic owl:sameAs ?wikidata } }\n optional {\n graph npa:graph {\n ?cnp npa:hasValidSignatureForPublicKeyHash ?cpubkey .\n filter not exists { ?cinv npx:invalidates ?cnp ; npa:hasValidSignatureForPublicKeyHash ?cpubkey . }\n ?cnp np:hasAssertion ?ca .\n ?cnp dct:creator ?contributor .\n }\n graph ?ca { ?topic dct:isReferencedBy ?source }\n }\n bind(replace(replace(coalesce(str(?article), \"\"), \"^.*/wiki/\", \"\"), \"_\", \" \") as ?article_label)\n bind(replace(coalesce(str(?wikidata), \"\"), \"^.*/entity/\", \"\") as ?wikidata_label)\n bind(str(?topic) as ?coverage_target)\n bind(str(?np) as ?override_target)\n bind(\"^\" as ?np_label)\n}\ngroup by ?topic ?topic_label ?description ?article ?article_label ?wikidata ?wikidata_label ?date ?coverage_target ?override_target ?np ?np_label\nhaving(coalesce(count(distinct ?source) >= xsd:integer(?__minSources), true))\norder by desc(?source_count) desc(?date)" } ] } ] }, { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/Head", "@graph": [ { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] }, { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/provenance", "@graph": [ { "@id": "https://w3id.org/np/RAWe3d21CR-n1FheI_t6biAg1_3dOApvk3cgjfGy_qEuM/assertion", "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] } ]