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

A space is usually found by following links: every person's page shows the spaces they belong to, every space page shows its sub-spaces and the resources it maintains, and every resource page names the space that maintains it. The Nanopub Query service also publishes a plain list of all spaces known to the network, for software and for anyone who wants an overview.

"; gen:hasPositionString "110" . } 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 "Finding 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 "LAB8/4zdlXtd/4G6ccMiUpYSbTpSgSc+OkwVzf8BEof7TA4Y4sghigtIvPZ1BF6Sn6JmT3MDnyYy8U5AMgkPKnO20Z05q54mLRUhW7IkcTGmP3kZZeA5PCjqaZii33Yp8W77OO9tLFtfo7Y1HJE/t9uzSYpLvwk0Ga8drtl7Lsha6nMCSDs62ddkgPCIpVr90A22w1fTzHAFAmEX+mtx9s3FytZVsmXCVxv8rXuFsVuxKrLr04wJCS/vDwPQ8qDtOjOWxRMtR3XSZVp7v95HGMvkb5pJo036ZTeqRRL4DW5JI3jsTtkB2oLkfAIycfDsLBETOqeC4I6woV6aV3wHFg=="; npx:hasSignatureTarget this:; npx:signedBy . }