@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:add-admin-action a gen:ViewResultAction; rdfs:label "➕ add admin..."; gen:hasActionTemplate ; gen:hasActionTemplatePartField "void"; gen:hasActionTemplateTargetField "space"; gen:isVisibleTo gen:EveryoneRole . sub:test-header-view a gen:HeaderView, gen:ResourceView; dct:description "This section header is rendered by a header view (nanodash issue #572): a title with an optional description text and optional result-level actions, but no query."; dct:isVersionOf sub:test-header-view-kind; dct:title "🧪 Test section"; rdfs:label "Test section header view"; gen:appliesToInstancesOf gen:Space; gen:hasStructuralPosition "5.1.testheader"; gen:hasViewAction sub:add-admin-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-07-29T09:36:36Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:test-header-view; npx:introduces sub:test-header-view-kind; rdfs:label "Test section header view"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "JwBeLSahjkbqTWEeI0jUvUe57htwKihqXDKFtTuUVv7vRJUQk0pj9acCPvwYp4dZ4RObRpqE6TYzSUgw+n1bIy752oAqwpyoU5xC+Me11+gwHfa0rv5YwdqptStbfIQSDi4DqSxOX6NeWAbWctPfmYps5vMeIreklrlayemX3bA="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }