@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @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 { sub:approve-user-action a gen:ViewResultAction; rdfs:label "✅ approve somebody else..."; gen:hasActionTemplate ; gen:hasActionTemplatePartField "void"; gen:hasActionTemplateTargetField "void"; gen:isVisibleTo gen:EveryoneRole . sub:users-header-view a gen:HeaderView, gen:ResourceView; dct:description "The people and software agents publishing on the nanopublication network."; dct:isVersionOf sub:users-header-view-kind; dct:title "👥 Users"; rdfs:label "Users section header view"; gen:appliesToInstancesOf gen:MaintainedResource; gen:hasStructuralPosition "6.1.users"; gen:hasViewAction sub:approve-user-action . } 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-13T06:05:41Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:users-header-view; npx:introduces sub:users-header-view-kind; rdfs:label "Users section header view"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "ShkI12K7YiIPZnZ9r96nBnBOcOFmPCXMkNp1W1QpzGgjVNHuwOypE1F4pdW22wshZgim4nQlkBOdgm6KXJV8rWiBjMo9xmFs/XbBDlyOTXdiPOMzNMWDdv4tsjkugepPU/ep/NdeHUaVu4jfRdqG9E6K24uNzjlNatuYp4Mr0Js="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }