. . . . "Returns the concluded projects (defined as Spaces) that are sub-spaces of the given space, together with their project lead. A project counts as concluded when it has an end date that lies before today. A lead is only shown when it is a validated (top-down approved) holder of a project-lead role that is attached to that project at Member tier or above (observer-tier, self-attestable lead roles are excluded)." . . . "Get concluded sub-space projects" . . "prefix rdfs: \nprefix dct: \nprefix np: \nprefix npa: \nprefix npx: \nprefix gen: \nprefix schema: \nprefix foaf: \nprefix xsd: \n\nselect distinct ?project ?project_label ?dates ?lead ?lead_label ?description ?np (\"^\" as ?np_label) where {\n graph npa:graph {\n ?np npa:hasValidSignatureForPublicKeyHash ?pubkey .\n filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }\n filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }\n ?np npx:introduces ?project .\n ?np np:hasAssertion ?a .\n ?np dct:created ?npDate .\n filter not exists {\n ?np2 npx:introduces ?project .\n ?np2 npa:hasValidSignatureForPublicKeyHash ?pubkey2 .\n filter not exists { ?npx2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?pubkey2 . }\n ?np2 dct:created ?npDate2 .\n filter(?npDate2 > ?npDate)\n }\n }\n graph ?a {\n ?project a gen:Space .\n ?project a gen:Project .\n ?project rdfs:label ?project_label .\n optional { ?project dct:description ?description . }\n optional { ?project schema:startDate ?datetime . }\n ?project schema:endDate ?endDatetime .\n }\n service {\n graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?stateG . }\n graph ?stateG { ?_resource_iri npa:hasSubSpace ?project . }\n optional {\n graph npa:spacesGraph {\n ?riStem (npa:regularProperty|npa:inverseProperty) gen:hasProjectLead ;\n npa:forSpace ?project ; npa:forAgent ?lead .\n ?ra a gen:RoleAssignment ; npa:forSpace ?project ; gen:hasRole ?role .\n ?rd npa:role ?role ; (gen:hasRegularProperty|gen:hasInverseProperty) gen:hasProjectLead ; npa:hasRoleType ?roleType .\n filter(?roleType in (gen:MemberRole, gen:MaintainerRole, gen:AdminRole))\n }\n graph ?stateG { ?riFull npa:forSpace ?project ; npa:forAgent ?lead . }\n filter(strstarts(str(?riFull), concat(str(?riStem), \"__\")))\n optional { graph ?stateG { ?lead foaf:name ?lead_label } }\n }\n }\n bind(xsd:date(substr(str(?endDatetime), 1, 10)) as ?endDate)\n bind(xsd:date(substr(str(now()), 1, 10)) as ?today)\n filter(?endDate < ?today)\n bind(substr(str(?datetime), 1, 10) as ?startDay)\n bind(substr(str(?endDatetime), 1, 10) as ?endDay)\n bind(if(!bound(?datetime), ?endDay, if(?startDay = ?endDay, concat(?startDay, \" \", substr(str(?datetime), 12, 5)), concat(?startDay, \" – \", ?endDay))) as ?dates)\n} order by ?startDay" . . "Tobias Kuhn" . "2026-06-23T13:37:43Z"^^ . . . . . . . . . "RSA" . "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" . "SYbNbGLdAh8wweVCTB16Xb0qUbzyykYEMuu+eh77pVpunWqAOKYu33UJKBQO431oklMQMEehAx9udvuhCh83UoQokXB0X5Gp9nioJNpuHDpq5o9tNiofWIpDYikkWLOGIU6OMztqvbWIsiiAN7oXNK4aa2dE4mW1cDWZAIM2FJk=" . . .