Full identifier: https://w3id.org/np/RAn3_8e5zAtCrE5THrFm5FfKtbjuUdDZXI3qqFkVxKwHc/get-event-participants
Assigned to 1 class:
Nanopublication | Part | Subject | Predicate | Object | Published By | Published On |
---|---|---|---|---|---|---|
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-event-participants
|
Tobias Kuhn
|
2025-08-31T13:15:38.735Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-event-participants
|
Get event participants
|
Tobias Kuhn
|
2025-08-31T13:15:38.735Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-event-participants
|
Tobias Kuhn
|
2025-08-31T13:15:38.735Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-event-participants
|
This query returns all event participation declarations together with roles like "organizer".
|
Tobias Kuhn
|
2025-08-31T13:15:38.735Z
|
||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-event-participants
|
Tobias Kuhn
|
2025-08-31T13:15:38.735Z
|
|||
links a nanopublication to its assertion
http://www.nanopub.org/nschema#hasAssertion
assertion
|
get-event-participants
|
prefix wd: <http://www.wikidata.org/entity/>
prefix foaf: <http://xmlns.com/foaf/0.1/>
prefix http: <http://www.w3.org/2011/http#>
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 ?event ?eventLabel ?participant ?participantLabel ?role ?np ?date where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
?np dct:created ?date .
?np np:hasAssertion ?a .
?np np:hasPublicationInfo ?i .
}
{
{ graph ?a {
?participant wd:P1344 ?event .
bind("participant" as ?role)
} }
union
{ graph ?a {
?event wd:P664 ?participant .
bind("organizer" as ?role)
} }
}
optional { graph ?i {
?participant foaf:name ?participantLabel1 .
} }
optional { graph ?i {
?participant rdfs:label ?participantLabel2 .
} }
bind(coalesce(?participantLabel1, ?participantLabel2) as ?participantLabel)
optional { graph ?i {
?event rdfs:label ?eventLabel .
} }
} order by desc(?date)
|
Tobias Kuhn
|
2025-08-31T13:15:38.735Z
|
||
links a nanopublication to its pubinfo
http://www.nanopub.org/nschema#hasPublicationInfo
pubinfo
|
get-event-participants
|
Tobias Kuhn
|
2025-08-31T13:15:38.735Z
|