@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:UriPlaceholder; rdfs:label "identifier of 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-03-25T14:14:22.056Z"^^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 "j2mNdX1b30861s0mj9QEgtoW6HsCaZ+ZcKCM6YPeejQWYlpaNq4ezLHR1RpsSRjnzDU+61yyN3OhMyllAFz61NFDzSZJx3Hyp4gXIdq2tJ+XnBZetXOSFRviIvR30TSVKNuOgA/+18/VloqEV8vs1jXxfK5fvM26O6Do06HIQxw="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }