@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:paragraph a gen:Paragraph; schema:about gen:ResourceView; schema:title "Making a view"; gen:hasContent """

A view is made with the \"Declaring a resource view\" form: pick the kind, the query and its parameter, the page types, a title with a leading emoji as its icon, a position, and any actions. Test the query first with the page's resource as the parameter, since a view is only as good as its query.

The result appears in the list of views, from where a space admin can attach it to a page. A view nobody has attached is harmless: it exists, and does nothing until displayed.

"""; gen:hasPositionString "070" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T12:17:36Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Making a view"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8cMusqtNyKA6UIsi3f7BAcZmHQXWxU0qk0PLsboMWQxYrGBfGgHTgRHJrBRxL+Zn9kJHKVmz2smDcjCBptXi/OwWy80gjsx+Pbe6IWz3zFPWF1UoFIKfPnC0slV67CQgdM853zW7Bmk9/uflCtK4EtZKmPdRGtUHVC7DTVvDBMDzLRGdE2KCBVN29EbM5GGVNvijYbaZQ9OFQPBkQshayqSIyGRr6rreJdkrRVLIzu3uuAjKYydaeXZWSN2JLnVBwrClKUxaEdCwhb5nXpMtKOMD+R+LgaXLeJUWM8BdRSYnta9ZqI5pHY4y3v+eW7J+HHeTvRbHvlik+Z4hFUXmQIDAQAB"; npx:hasSignature "jdNSnOMkg4Ay/dkIrwIK4y1K4BwFJoUMZuNytK+kpORRB2s70tyGUQSrWqMRf4885K1+4PeGU2N+l85nffXtgPXZ1rJCYX/8Lc5EuFOBDuk1MdraGmD+y461mBDEsvmdpzSEtlkTvB00hSElg5rLtD1lnm7Mc0jxHchP9Vyt9fBhH9vpgqXyJnfd4vPF7Jc1Fyp/iPCP6EDQuWeU+bgE+hbNwBfqysJLeZxSc63568kXakiE97oVBGdCpIRXwrJRiXzpWjG8YHK8RyQY4X73wIQGtuBrg20sWX9B52q96TfyKeN0LlpyVRBf6wgLWTIMGe9ZjG7HzSTPQYUiypaQPA=="; npx:hasSignatureTarget this:; npx:signedBy . }