@prefix this: . @prefix sub: . @prefix np: . @prefix grlc: . @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-all-spaces a grlc:grlc-query; dct:description "Returns one row per known space with its label, type IRI and short type name, ordered alphabetically by space label. Intended for the /spaces table view."; dct:license ; rdfs:label "Get all spaces"; grlc:endpoint ; grlc:sparql """prefix rdfs: prefix npa: prefix npx: prefix gen: select ?space_iri (sample(?lbl) as ?space_iri_label) (sample(?t) as ?type) (sample(?tlbl) as ?type_label) where { graph npa:spacesGraph { ?spaceRef a npa:SpaceRef ; npa:spaceIri ?space_iri . ?def a npa:SpaceDefinition ; npa:forSpaceRef ?spaceRef ; npa:viaNanopub ?np . } graph npa:graph { ?np rdfs:label ?lbl . ?np npx:hasNanopubType ?t . filter(strstarts(str(?t), \"https://w3id.org/kpxl/gen/terms/\")) filter(?t != gen:Space) } filter not exists { graph npa:graph { ?invNp npx:invalidates ?np . } } bind(strafter(str(?t), \"https://w3id.org/kpxl/gen/terms/\") as ?tlbl) } group by ?space_iri order by lcase(sample(?lbl))""" . } 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-28T19:48:15Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:get-all-spaces; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "JqxvCCKkYQalVA8YfJy3H3DUyY1pVO/tc2CmuW25nHf7l95RbV4MWrwtdJ2KT6J3F7oyDFnAhzuEKkqsfe6Xf8u8Ld8T+aWyZoTpfP8L3EY/a9ewDLYJHiGU6IOypAFoE9/SY3uhfO8WJqdBBIi2EUGuxWuQroc7b7aUn5042vI="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }