@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 "Maintained resources"; gen:hasContent """

A space can declare that it maintains a resource: a vocabulary, a documentation collection, a dataset, a template. The declaration is made by an admin and gives the resource a page of its own, hosted within the space. A resource may declare a namespace, a URI prefix under which the things belonging to it are minted; such things then get pages as parts of the resource.

Membership of the space decides who counts as a maintainer of the resource. Where a resource's content is edited collaboratively — this documentation is an example — it is typically the members of the maintaining space whose contributions are shown.

"""; gen:hasPositionString "080" . } 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 "Maintained resources"; 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 "caY+BeHDTnDRV8sD/Um08X3AS5EKUkdCXo8YNbBM08FHnu53J8kH4R1oosxEOwPkqmUcZ8gydL2iCNZ9ceRKs+0yb2v51BR7TJn+dSzaJgu6wG4XhNxXTBTylxO7KO2DHI/1i6XpBDtogvUMcP707UQ8r9ta6PEDS39zTLqMSGTfcSHeTKgZpuD5oyYDP6fDVzznnsUQx9qhVYdOvQ6yTdQb64f8smsg+Oid2FM1/PA2lzx58UdeJgNnc2Z6sTpTu4SNsZRgaB8hfC6KQ0Phw0/e934fj0/Hg3BqbXzhwI/HXW+ku6hT+0G/2DCUUqaDE97KkO15Mi227Xda+e3Bog=="; npx:hasSignatureTarget this:; npx:signedBy . }