@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:get-sub-space-links a ; dct:description "Returns all child/parent space pairs (npa:isSubSpaceOf) from the current space-state graph of the server-materialised spaces repo (/repo/spaces)."; dct:license ; rdfs:label "Get sub-space links"; ; """prefix npa: select ?child ?parent where { graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?g . } graph ?g { ?child npa:isSubSpaceOf ?parent . } }""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-05-26T09:08:04Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-sub-space-links; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "J+1L9G3DPYY6cS7SnCf+BG/hUXdvTuUggtvt6JHTpkhwUr7xZSR5U8bFp9OpNKZ88x0eZqWnHgbG9NdrTnV8xseBsFeAUIYI5sTmBmj07dYbugb4OOGTu2BHMSctz2xLzeChOKEyQJbU9yfH+m4i0/obCcJ8DunqM1OvMLU4EeQ="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }