@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"; gen:hasActionTemplateTargetField "space"; gen:isVisibleTo gen:AdminRole . sub:list-view-action a gen:ViewResultAction; rdfs:label "📦 list a view..."; gen:hasActionTemplate ; gen:hasActionTemplateTargetField "space"; gen:isVisibleTo gen:AdminRole . sub:maintained-views-view a gen:ListView, gen:ResourceView; dct:isVersionOf ; dct:title "🖼️ Maintained views"; rdfs:label "Maintained views view"; gen:appliesToInstancesOf gen:Space; gen:governedBy ; gen:hasDisplayWidth gen:ColumnWidth06of12; gen:hasPageSize "5"; gen:hasStructuralPosition "5.4.maintainedUI.views"; gen:hasViewAction sub:list-kind-action, sub:list-view-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:32:43+00:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:maintained-views-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 "YcCeTbM8rIoT/BF8nmHxjlHaeMWwvXFS83qZGFXMZ/EYmwvkyyzQHJ5eWWlyfJ7TPD4URiZ02quJjj7eXTZnvbqwEOkYw0sxUnDdFwWusRCQ/pd+u6hpxe4axFvjXwuxFWdd18toVy7UZ6WyQvEcgnbRZGfdz6YwWTocbxImA8A="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }