Matches in Nanopublications for { <https://w3id.org/np/RAZuzkHF692vje-H5_6SU7FFktEFDG5xhAgWoRo1FxcBY#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 (min(?thingLabel) as ?thingLabel) where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np npx:hasNanopubType opo:thinksIsOverrated . ?np dct:created ?date . ?np dct:creator ?person . ?np np:hasAssertion ?a . ?np np:hasPublicationInfo ?i. } graph ?a { ?person opo:thinksIsOverrated ?thing . } optional { graph ?i { ?thing nt:hasLabelFromApi ?thingLabel1 . } } optional { graph <http://purl.org/np/RA6p8TsYKPUmy6yoKuxjBKn2vRKczjIWrcS2lyyX61myE#assertion> { ?thing rdfs:label ?thingLabel2 . } } bind(coalesce(?thingLabel2, ?thingLabel1) as ?thingLabel) } group by ?thing order by desc(?count)" assertion.
- get-top-overrated endpoint full assertion.