@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:MaintainedResource; schema:title "What a maintained resource is"; gen:hasContent """

A maintained resource is something a space takes responsibility for and gives a page to: a vocabulary, a collection of documents, a set of documentation like this one, a systematic review, a shared template. The resource is identified by a URI; the space is what says who may work on it and what its page shows.

Declaring one is a single nanopublication by an admin of the space: the resource's URI, a name, a description, the space that maintains it, and optionally a kind and a namespace. From then on the resource has a page hosted within the space.

"""; gen:hasPositionString "010" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:57:29Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "What a maintained resource is"; 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 "dtgOqo4FKf5/keE9jYY3nQak786J/miguZ5rGb/uNEb9FR5be3Z5nfGljAtcn87Z1ral4ACN+EaMHBZCH6Bxymg1mg+Jc3ccn97BN9sKeEKBgfJEpQazmRROgNdfhUG7koyXdNvISIMV9AadwKlDYoFvD0bNjAWEKPR/JygW/+BRtiXaBmxqFjeOE3xcxlH7BwPGFq+ABB11ul0U1rBAG/Jlv49Ajjj1iDvOWMX64Xfb7+wYnJbirVNfYHx+z7vcg0C7Rttv3VT+vjrjSJWYTpso6FOZAQS1MW6ybxHYa35zXK+Pm3Si+eEaJyip1IbckuMVFPz7qf88mpBC5XSHZw=="; npx:hasSignatureTarget this:; npx:signedBy . }