Matches in Nanopublications for { <https://w3id.org/np/RACktic522Ts6iA-UTj_X_XYY4cy4xyG3ETJo27UftmbY/get-read-papers-by-user> ?p ?o ?g. }
Showing items 1 to 7 of
7
with 100 items per page.
- get-read-papers-by-user type grlc-query assertion.
- get-read-papers-by-user label "Get read papers by user" assertion.
- get-read-papers-by-user hasLabelFromApi "Get read papers by user - This query returns the read papers (and comments if applicable) for a given u..." pubinfo.
- get-read-papers-by-user license LICENSE-2.0 assertion.
- get-read-papers-by-user description "This query returns the read papers (and comments if applicable) for a given user." assertion.
- get-read-papers-by-user sparql "prefix pc: <http://purl.org/petapico/o/paperclub#> 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/> select ?paper ?comment ?np ?date where { graph npa:graph { ?np npx:hasNanopubType pc:hasRead . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np npx:signedBy ?_user_iri . ?np np:hasAssertion ?a . } graph ?a { ?_user_iri pc:hasRead ?paper . optional { ?paper rdfs:comment ?comment . } } } order by desc(?date)" assertion.
- get-read-papers-by-user endpoint full assertion.