@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 "Creating a space"; gen:hasContent """

A space is created with the \"Defining a space\" form. It asks for a name and a description, the kind of space — alliance, community, division, group, organization, outlet or program — and at least one admin. The space gets an address under https://w3id.org/spaces/, chosen when it is created, and that address is its permanent identity even when the definition is later revised.

The nanopublication that first defines a space is called its root definition. The admins it names are the space's founders, and everything else about the space traces its authority back to them.

"""; gen:hasPositionString "020" . } 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 "Creating a space"; 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 "T8puUtSPD6cOsxNFQ+Y0EjxGiK3i8ziLXk6+W1GhX+H3iCd+yIRKzZQeufS7cetI7oHoKNlb4TWx0x97GkN9+/YgZQWVh6K37OyKQXkxlF1FZs8DMUhXUn0p1BC8UTTydyJmSwplyQVdEcwn8i3y2zPnHF08V8b1YiMExXqwFdstAs8XSJIjHXNtlgHTvgMSZzCMctg7tHgi8+zG+rz1dmnquBuwf+Oc04aYvlCTcWEcO1rAVBwlrMdiuLKL8Tp906UAGPzBR2Ae+gnOCmXAvxHh15S3N14qzMSScdNAQv52yH2k7c3BJ4ugtXQ8uM9Zapftu0yQamZsV4fEUs4MHA=="; npx:hasSignatureTarget this:; npx:signedBy . }