@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { rdfs:label "participates in" . sub:assertion a nt:AssertionTemplate; dct:description "The creator of such a nanopublication declares to be a participant in the specified Space."; rdfs:label "Declaring the participation in a Space"; nt:hasNanopubLabelPattern "${participant} is participant in ${space}"; nt:hasStatement sub:st1; nt:hasTag "Events" . sub:participant a nt:AgentPlaceholder; rdfs:label "choose the participant"; nt:hasDefaultValue nt:CREATOR . sub:space a nt:GuidedChoicePlaceholder; rdfs:label "choose space (e.g. event)"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" . sub:st1 rdf:object sub:space; rdf:predicate ; rdf:subject sub:participant . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-04-09T06:51:31.405Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Declaring the participation in a Space"; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "P3p+yGqNbOmq7Qg8kO2qwA96SHm/CfvAPyGsdbFQitZA1Z8TpjoynEjQkIzQZmJ3vxoqHK3MCFR5a2z9vxGEHQ1cVGaec/9D3W/Qpw0aWGeCj0d0A/lMF0yjnfI8hsuAddVAc7gDDFndrcRKQqlNSr+0mAH4wxAtlsByidmCENI="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }