https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/Head
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/assertion
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/provenance
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/pubinfo
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/assertion
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/get-ongoing-and-upcoming-sub-space-projects
http://purl.org/dc/terms/description
Returns the ongoing and upcoming projects (defined as Spaces) that are sub-spaces of the given space, together with their top-down approved project lead. A project counts as ongoing/upcoming when it has no end date or its end date is today or later.
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/get-ongoing-and-upcoming-sub-space-projects
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/get-ongoing-and-upcoming-sub-space-projects
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/get-ongoing-and-upcoming-sub-space-projects
http://www.w3.org/2000/01/rdf-schema#label
Get ongoing and upcoming sub-space projects
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/get-ongoing-and-upcoming-sub-space-projects
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/type/8ad572d99071cc1ba0c16e54087b43594bdd9e8b2cfb62d2a0b16945fc49e53c
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/get-ongoing-and-upcoming-sub-space-projects
https://w3id.org/kpxl/grlc/sparql
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix dct: <http://purl.org/dc/terms/>
prefix np: <http://www.nanopub.org/nschema#>
prefix npa: <http://purl.org/nanopub/admin/>
prefix npx: <http://purl.org/nanopub/x/>
prefix gen: <https://w3id.org/kpxl/gen/terms/>
prefix schema: <http://schema.org/>
prefix foaf: <http://xmlns.com/foaf/0.1/>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
select distinct ?project ?project_label ?dates ?lead ?lead_label ?description ?np ("^" as ?np_label) where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKeyHash ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }
?np npx:introduces ?project .
?np np:hasAssertion ?a .
?np dct:created ?npDate .
filter not exists {
?np2 npx:introduces ?project .
?np2 npa:hasValidSignatureForPublicKeyHash ?pubkey2 .
filter not exists { ?npx2 npx:invalidates ?np2 ; npa:hasValidSignatureForPublicKeyHash ?pubkey2 . }
?np2 dct:created ?npDate2 .
filter(?npDate2 > ?npDate)
}
}
graph ?a {
?project a gen:Space .
?project a gen:Project .
?project rdfs:label ?project_label .
optional { ?project dct:description ?description . }
optional { ?project schema:startDate ?datetime . }
optional { ?project schema:endDate ?endDatetime . }
}
service <https://w3id.org/np/l/nanopub-query-1.1/repo/spaces> {
graph npa:graph { npa:thisRepo npa:hasCurrentSpaceState ?stateG . }
graph ?stateG { ?_resource_iri npa:hasSubSpace ?project . }
optional {
graph npa:spacesGraph {
?riStem (npa:regularProperty|npa:inverseProperty) gen:hasProjectLead ;
npa:forSpace ?project ; npa:forAgent ?lead .
}
graph ?stateG { ?riFull npa:forSpace ?project ; npa:forAgent ?lead . }
filter(strstarts(str(?riFull), concat(str(?riStem), "__")))
optional { graph ?stateG { ?lead foaf:name ?lead_label } }
}
}
bind(xsd:date(substr(str(?datetime), 1, 10)) as ?startDate)
bind(xsd:date(substr(str(?endDatetime), 1, 10)) as ?endDate)
bind(xsd:date(substr(str(now()), 1, 10)) as ?today)
filter(!bound(?endDate) || ?endDate >= ?today)
bind(substr(str(?datetime), 1, 10) as ?startDay)
bind(if(bound(?endDatetime), substr(str(?endDatetime), 1, 10), ?startDay) as ?endDay)
bind(if(?startDay = ?endDay, concat(?startDay, " ", substr(str(?datetime), 12, 5)), concat(?startDay, " – ", ?endDay)) as ?dates)
} order by ?startDate
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/provenance
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
http://purl.org/dc/terms/created
2026-06-23T13:17:12Z
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
http://purl.org/nanopub/x/introduces
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/get-ongoing-and-upcoming-sub-space-projects
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
http://purl.org/nanopub/x/supersedes
https://w3id.org/np/RAFWyRo5gIBtNjG65gM5_k8TFVR4DhvTDOl_zK_5ePZ-0
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/sig
http://purl.org/nanopub/x/hasSignature
EeYoW+hBUEZaH5efjXcgkTMdqAW3IrFnQsKagSgx2DGJk5PgFDKqgM58u0BhMWrAW9AWBg4HvlVmMcIzQ/Y+b4DI9qa43XucuF+ZQj7+chAvoKjIItaPKitTev78wQgQ9Z6i8CctiyQn3nI/d0/mia0bydQhW/cSJU/BR00iZYo=
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls
https://w3id.org/np/RA35FBp7_6xTRnCGw20Y5JXHUp4byjNXzE5zZpPr1dJls/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234