@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix ns1: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
rdfs:label "participates in" .
sub:assertion dcterms:description "The creator of such a nanopublication declares to be a participant in the specified Space.";
a nt:AssertionTemplate;
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" .
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: dcterms:created "2025-10-29T12:45:48.931Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
dcterms:license ;
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 "RpV5E+wosHBiCiUoGBArzYiOC2qv3a1shx4nk1a/oWUyJGkvgM2JAstK/DZGfsvP8H/Zr28ZQxx/MaGYKE1t6Jm2aDhB0ZsJgBLN8k/q22TZw+gjDbkWmG8D+VTM5MR6Ttu/k4cxYlKWkRWK3uQAN7WNiWZ4AMyMl4+SsG0ogUs=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}