@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix skos: . @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:list-kind-action a gen:ViewEntryAction; rdfs:label "📦 list as maintained resource..."; gen:hasActionTemplate ; gen:hasActionTemplateQueryMapping "register_kind:!resource register_label:label register_description:description register_type:type"; gen:hasActionTemplateTargetField "space"; gen:isVisibleTo gen:AdminRole . sub:list-template-action a gen:ViewResultAction; rdfs:label "📦 list a template..."; gen:hasActionTemplate ; gen:hasActionTemplateTargetField "space"; gen:isVisibleTo gen:AdminRole . sub:maintained-templates-view a gen:ListView, gen:ResourceView; dct:isVersionOf ; dct:title "🧩 Maintained templates"; rdfs:label "Maintained templates view"; gen:appliesToInstancesOf gen:Space; gen:governedBy ; gen:hasDisplayWidth gen:ColumnWidth06of12; gen:hasPageSize "5"; gen:hasStructuralPosition "5.4.maintainedUI.templates"; gen:hasViewAction sub:list-kind-action, sub:list-template-action; gen:hasViewQuery ; gen:hasViewQueryTargetField "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-09-24T15:29:00+00:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:maintained-templates-view; npx:hasNanopubType gen:ResourceView; npx:introduces ; npx:supersedes ; skos:changeNote "Removed the description: it was written as documentation, and Nanodash now shows a view's description on the page below its title (issue #735)."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "NHmaC4cxdYFa/6HttqDI1PfSunMV7WuyM5WEDQH2MEHyU54C+k8t5BFu6POjBJ47QN8zspcnensJEYwKgGRiDL6agStc46O+LNrKyd06OzZScpJm8lIrubX6HnkrxiTzdoGEoG7lyZdl98hXnTKY5XVCsiMpk9yzk1HGjBSdzm8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }