Matches in Nanopublications for { <https://w3id.org/np/RAsyc6zFFnE8mblnDfdCCNRsrcN1CSCBDW9I4Ppidgk9g/get-favorite-things> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-favorite-things type grlc-query assertion.
- get-favorite-things label "Get favorite things" assertion.
- get-favorite-things sparql "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 ?favoritedThing ?label ?np ?creator ?date where { graph npa:graph { ?np npx:signedBy ?__creator_iri . bind(?__creator_iri as ?creator) ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np npx:hasNanopubType <http://purl.org/spar/cito/likes> . ?np np:hasAssertion ?a . optional { ?np rdfs:label ?label } } graph ?a { ?subj <http://purl.org/spar/cito/likes> ?favoritedThing . } } order by desc(?date)" assertion.
- get-favorite-things endpoint 0889966427663fa33f8e3db0ce38c7170c2cdbcdcdd7f121f13ca9de46e9417c assertion.
- get-favorite-things description "This query returns the things the given user has declared to be their favorites (using cito:likes)." assertion.
- get-favorite-things license LICENSE-2.0 assertion.