@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @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 "has organizer" . sub:assertion a nt:AssertionTemplate; dct:description "Such a nanopublication declares that somebody is an organizer of a given Space."; rdfs:label "Declaring an organizer of a space"; nt:hasNanopubLabelPattern "${space} has organizer: ${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 ; rdf:subject sub:space . sub:user a nt:AgentPlaceholder; rdfs:label "choose the organizer" . } 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-14T13:16:36Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Declaring an organizer of a space"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "iZwsmJlhikuvjeOClCImAKc38ebbd9ulzTQtg4GAMIXU8dbXGeEu0V4sMxTOS+SNQ9qQXZUbFe448AH9y1sr/fTVilGuYONYovWFAAr4ewos5IGH98VUM4TJ3inXDzX0auuXuU/B29VOoFJFQ+Hr4dAdSxdDsHRC9VfbtjYo9/c="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }