Matches in Nanopublications for { <https://w3id.org/np/RAIqadBixW6U9DnG2EH4qJT3p_7eYts1XYNh3Yo1K9HpE/get-planned-event-attendances> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-planned-event-attendances type grlc-query assertion.
- get-planned-event-attendances label "Get planned event attendances (testing)" assertion.
- get-planned-event-attendances license LICENSE-2.0 assertion.
- get-planned-event-attendances description "This query returns the events the given user plans to attend." assertion.
- get-planned-event-attendances 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/> prefix gen: <https://w3id.org/kpxl/gen/terms/> select ?event ?event_label ?date ?np ("^" as ?np_label) where { graph npa:graph { ?np npx:hasNanopubType gen:plansToAttend . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np npx:signedBy ?_user_iri . ?np np:hasAssertion ?a . } graph ?a { ?_user_iri gen:plansToAttend ?event . optional { ?event rdfs:label ?event_label } optional { ?event dct:date ?date } } } order by desc(?date)" assertion.
- get-planned-event-attendances endpoint e0c10d8a3e60586806c4b357bb4767f6c71c162e061be85cfe165eaf18b13f2f assertion.