@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 "Sub-spaces"; gen:hasContent """

A space can be part of another: a working group within a project, a project within an organisation. This is declared with gen:isSubSpaceOf, either in the space's own definition or as a separate nanopublication. The link counts only when an admin of each space stands behind it — one person who is admin of both, or a declaration from each side — so no space can attach itself to another uninvited.

Sub-spaces are shown on the parent's page and the parent on the sub-space's page, but membership does not flow between them: being a member of the parent says nothing about the sub-space, and the other way round.

"""; gen:hasPositionString "070" . } 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 "Sub-spaces"; 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 "RjzCcSJsMfUj0OvAvDzUi6+rsMtd8iQRK7ESoRcfaUMBpR8V+z+emSdE3zEOzLrVP8ad3EYYfB9lfhS3awB3HG50qQHazMh6in+Gsveb03H/ehSL5czpJA4KXbDq0hxx/YItwzJe9uRkWYFy/AzJ356TytXyg2uswkrOPWb8JtZw6nh3kdfmhrKoyofKV2CBwtdHJOC/d04GXgemKUYXP3ELjum5y1lr0UeWDbUamks1MgZGn0ahqRVHw4GNyCmluvNCy02ZLR4ME5I8agjMF7V3gVyC1EH3Ig9vla2xmqOMYZIZDJhe+C2o6bMAbdTNdxioPx/eA0D9WD+iW81fJw=="; npx:hasSignatureTarget this:; npx:signedBy . }