[ { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/pubinfo", "@graph": [ { "@id": "https://orcid.org/0000-0002-1267-0234", "http://xmlns.com/foaf/0.1/name": [ { "@value": "Tobias Kuhn" } ] }, { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ", "http://purl.org/dc/terms/created": [ { "@value": "2026-06-09T13:04:49Z", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" } ], "http://purl.org/dc/terms/creator": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ], "http://purl.org/dc/terms/license": [ { "@id": "https://creativecommons.org/licenses/by/4.0/" } ], "http://purl.org/nanopub/x/embeds": [ { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/list-sub-spaces" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate": [ { "@id": "https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate": [ { "@id": "https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw" }, { "@id": "https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw" }, { "@id": "https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI" } ], "https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate": [ { "@id": "https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k" } ] }, { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/sig", "http://purl.org/nanopub/x/hasAlgorithm": [ { "@value": "RSA" } ], "http://purl.org/nanopub/x/hasPublicKey": [ { "@value": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" } ], "http://purl.org/nanopub/x/hasSignature": [ { "@value": "UbRjae/5FshdrOr/pNMsCp0d4xqzcK8VIRQZLUMPBgRXDOHJeulCyY6msaQqIyaE1MIK3w94C0pbyHOpW4eQ4S58/AXPQGNIHEme2Nneo3UIETI8F/o2W2e3YwngYlf1ccXeVhdSLHtTNZ/21qyU3Kcz+/V26UqAeXb7JQ1ceTI=" } ], "http://purl.org/nanopub/x/hasSignatureTarget": [ { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ" } ], "http://purl.org/nanopub/x/signedBy": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] }, { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/assertion", "@graph": [ { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/list-sub-spaces", "http://purl.org/dc/terms/description": [ { "@value": "Lists the sub-spaces of a given space (from the spaces repo) with their type and a link to the source nanopublication. Type and label come from each sub-space's root-definition assertion. Ordered alphabetically by label." } ], "http://purl.org/dc/terms/license": [ { "@id": "http://www.apache.org/licenses/LICENSE-2.0" } ], "@type": [ "https://w3id.org/kpxl/grlc/grlc-query" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@value": "List sub-spaces of a space" } ], "https://w3id.org/kpxl/grlc/endpoint": [ { "@id": "https://w3id.org/np/l/nanopub-query-1.1/repo/spaces" } ], "https://w3id.org/kpxl/grlc/sparql": [ { "@value": "prefix np: \nprefix npa: \nprefix gen: \nprefix rdfs: \n\nselect ?subspace ?subspace_label ?type ?np (\"^\" as ?np_label) where {\n {\n select ?subspace\n (sample(?label) as ?subspace_label)\n (coalesce(sample(?typeName), \"\") as ?type)\n (sample(?rootNp) as ?np)\n where {\n values ?_space_multi_iri {}\n graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?g . }\n graph ?g { ?_space_multi_iri npa:hasSubSpace ?subspace . }\n graph ?ag {\n ?subspace a gen:Space ; rdfs:label ?label .\n optional { ?subspace a ?typeIri . filter(?typeIri != gen:Space) }\n }\n bind(if(bound(?typeIri), strafter(str(?typeIri), \"terms/\"), \"\") as ?typeName)\n optional { graph npa:spacesGraph { ?ref a npa:SpaceRef ; npa:spaceIri ?subspace ; npa:rootNanopub ?rootNp } }\n }\n group by ?subspace\n }\n}\norder by lcase(str(?subspace_label))" } ] } ] }, { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/Head", "@graph": [ { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ", "http://www.nanopub.org/nschema#hasAssertion": [ { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/assertion" } ], "http://www.nanopub.org/nschema#hasProvenance": [ { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/provenance" } ], "http://www.nanopub.org/nschema#hasPublicationInfo": [ { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/pubinfo" } ], "@type": [ "http://www.nanopub.org/nschema#Nanopublication" ] } ] }, { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/provenance", "@graph": [ { "@id": "https://w3id.org/np/RAWHT3OFty98KB3IUP3Cc2dusVh8-8V9OxlLDPqpGWkFQ/assertion", "http://www.w3.org/ns/prov#wasAttributedTo": [ { "@id": "https://orcid.org/0000-0002-1267-0234" } ] } ] } ]