@prefix this: . @prefix sub: . @prefix ff: . @prefix gen: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { ff:has-participant a gen:InverseRoleProperty; rdfs:label "has participant" . sub:assertion a nt:AssertionTemplate; dct:description "Such a nanopublication declares that somebody is a participant of a given Space."; rdfs:label "Declaring a participant of a space"; nt:hasNanopubLabelPattern "${space} has participant: ${user}"; nt:hasStatement sub:st1; nt:hasTag "Spaces"; nt:hasTargetNanopubType gen:RoleInstantiation . sub:space a nt:GuidedChoicePlaceholder; rdfs:label "choose the space"; 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:user; rdf:predicate ff:has-participant; rdf:subject sub:space . sub:user a nt:AgentPlaceholder; rdfs:label "choose the 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-08-11T07:50:39Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; rdfs:label "Declaring a participant of a space"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "hkEUcCmJvhsTLp14erYufy1jw/OYnqIvH1uwe76jLxk1r87nk4JMXUDm2BpYJ1KXUjX0IE8VuqI+F47KLkPHaWNfil9zmqsEmQ6dVt6YNI9/LKxEEtLFTzRnkiXlgoug3EDrSXDpG8ZdJB1z0mtKHSYGUNenNZT4TKDhBPCER4o="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }