@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:Space; schema:title "What appears on a space page"; gen:hasContent """

A space page is made up of views: lists, tables and texts, each backed by a query over the network. Some views come with every space. Others are attached by the space's admins or maintainers, either one by one or as a preset, a bundle of views and roles that gives a space a ready-made layout. Attaching and removing views is itself done through nanopublications, and the newest decision wins.

Many views offer actions — a button to add a member, post a message, propose a term. Which actions a visitor sees depends on the role they hold in the space.

"""; gen:hasPositionString "090" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:21:27Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "What appears on a space page"; 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 "LKuO6ImHjmVvUpIRowvl1YcwYDsCUua2HCLiFd3pqjpLrQKgUr3e2Nn3fjwa23EsjgEysY+meB9LLKEZu75lIVxGA4Ttv7ct2iJq5hotn9v7tHXGWGssZjTOi6+RA77/4FZ4FiEslATpImtX4Bhmqqj+gfIJaFmzK6xE58CkPSfN/fr5mCRNJc32k0AKcWYapK7EVDoFpedvHGoEf1ac0xK7SVcqoXiAnnApMKAfRPWs7b/osFohd3MTz1jQDmYk5QGAEYJWN2ldpVfktR9LM+lC6Kmj1R+aJcGYSpc3iCIaHrxur5L+PWeLS6p3ErrE+UfedMGr1hiF7R65c9Sa1g=="; npx:hasSignatureTarget this:; npx:signedBy . }