Matches in Nanopublications for { <https://w3id.org/np/RAQwtE2yue7ikS6Jjf0rox6PmtX9hnGGSpHq6nfHmhgBg#get-top-overrated> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-top-overrated type grlc-query assertion.
- get-top-overrated label "Get top overrated things" assertion.
- get-top-overrated license LICENSE-2.0 assertion.
- get-top-overrated description "This query returns the top things being claimed to be overrated." assertion.
- get-top-overrated sparql "prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix xsd: <http://www.w3.org/2001/XMLSchema#> prefix dct: <http://purl.org/dc/terms/> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix foaf: <http://xmlns.com/foaf/0.1/> prefix nt: <https://w3id.org/np/o/ntemplate/> prefix opo: <https://w3id.org/kpxl/opo/terms/> select distinct (count(distinct ?person) as ?count) ?thing where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np dct:creator ?person . ?np np:hasAssertion ?a . } graph ?a { ?person opo:thinksIsOverrated ?thing . } } group by ?thing ?thingLabel order by desc(?count)" assertion.
- get-top-overrated endpoint bff6340469963284868c53b4538cf8734d928e4e7cc728dd444933445067cc5d assertion.