@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @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 { gen:hasAutoApprovedHelper a gen:InverseRoleProperty; rdfs:label "has as auto-approved helper" . sub:assertion a nt:AssertionTemplate; dct:description "Such a nanopublication declares that an agent (human or artificial) is an auto-approved helper of the given space."; rdfs:label "Declaring an auto-approved helper of a space"; nt:hasNanopubLabelPattern "${space} has auto-approved helper ${helper}"; nt:hasStatement sub:st1; nt:hasTag "Spaces"; nt:hasTargetNanopubType gen:RoleInstantiation . sub:helper a nt:AgentPlaceholder; rdfs:label "choose the helper" . 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:helper; rdf:predicate gen:hasAutoApprovedHelper; 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 "2026-08-19T06:07:44Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; rdfs:label "Declaring an auto-approved helper of a space"; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "TxWhlCXbW2eiMU18fjHjFWZ2T7AsdP+msa5hey70B0H6hFm/D1EnSZRjhfcdAeEdr0fgOQIisLiu/7BJzhijF2isOmgaqMAOSKx//Xy5zOwiChcBltJK7otg/A70GhKG69dzpAYj9r4ezVa/MLdLBnwuAl0JeXFcIanVouO1T+A="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }