@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @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 "has admin" . sub:admin a nt:AgentPlaceholder; rdfs:label "an admin of the Space" . sub:assertion a nt:AssertionTemplate; rdfs:label "Declaring an admin of a Space"; nt:hasNanopubLabelPattern "${space} has admin ${admin}"; nt:hasStatement sub:st1; nt:hasTag "Spaces" . sub:space a nt:GuidedChoicePlaceholder; rdfs:label "choose a Space"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space&searchterm=" . sub:st1 rdf:object sub:admin; rdf:predicate ; rdf:subject sub:space . } 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 "2025-09-15T06:42:03.504+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:wasCreatedAt ; rdfs:label "Declaring an admin of a Space"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "CzZjEp8ARESjC9aNDkW0+Ckqspsu5o3wAwMH38bYwTBOrrMQGILiVvLtdriG6HSY/mc8Hwnp4SoEUxwex+uYGJjmBlp0wt2oGY5YCdhtnlHtoNptmTdJYDJ37NmLEE0udfqUV5V7bHR8IN65uHWF7ibKjV1AtWfV8YVG5Pltoj4="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }