Matches in Nanopublications for { <https://w3id.org/np/RAcQSC_S5n3SNE-hhKuRFah5MG9d1OZtl4765rm35k19Q#get-overunderrated-entries> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-overunderrated-entries type grlc-query assertion.
- get-overunderrated-entries label "Get under-/overrated entries" assertion.
- get-overunderrated-entries license LICENSE-2.0 assertion.
- get-overunderrated-entries description "This query returns all entries where users express under-/overrated opinion." assertion.
- get-overunderrated-entries 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 ?person ?rel ?thing ?np ?date where { { { graph npa:graph { ?np np:hasAssertion ?a . ?np npx:hasNanopubType opo:thinksIsOverrated . bind(opo:thinksIsOverrated as ?rel) } graph ?a { ?person opo:thinksIsOverrated ?thing . } } union { graph npa:graph { ?np np:hasAssertion ?a . ?np npx:hasNanopubType opo:thinksIsUnderrated . } graph ?a { ?person opo:thinksIsUnderrated ?thing . bind(opo:thinksIsUnderrated as ?rel) } } } graph npa:graph { ?np np:hasPublicationInfo ?i. filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np npa:hasValidSignatureForPublicKey ?pubkey . } graph ?i { ?np dct:creator ?person . } } order by desc(?date)" assertion.
- get-overunderrated-entries endpoint full assertion.