https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/Head
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
http://www.nanopub.org/nschema#hasAssertion
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/assertion
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
http://www.nanopub.org/nschema#hasProvenance
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/provenance
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
http://www.nanopub.org/nschema#hasPublicationInfo
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/pubinfo
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.nanopub.org/nschema#Nanopublication
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/assertion
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/get-open-ended-space-info
http://purl.org/dc/terms/description
Returns key-value facts for display on the page of an open-ended space (alliance, community, division, group, organization, outlet, or program): its type(s), parent space, alternative IDs, description(s), and admins. Type, alternative IDs, and description are read from the resource's latest non-invalidated definition nanopub. The parent space is taken from the server-computed space state (npa:isSubSpaceOf) in the spaces repository, so implicit sub-space nesting is covered too, and its label is resolved from the parent's own latest definition. Admins are the validated admins (npa:hasRoleType gen:AdminRole) of the governing space, also resolved via the spaces repository. Rows whose values are absent are omitted. Each property occupies one row; the Value column is a multi-value cell so properties with several values (multiple types, alternative IDs, or admins) list them all in a single row. Both columns use the '_noheader' convention so the redundant header row is dropped. This is the open-ended counterpart of the time-limited space info query, which shows date and location instead of parent space and alternative IDs.
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/get-open-ended-space-info
http://purl.org/dc/terms/license
http://www.apache.org/licenses/LICENSE-2.0
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/get-open-ended-space-info
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
https://w3id.org/kpxl/grlc/grlc-query
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/get-open-ended-space-info
http://www.w3.org/2000/01/rdf-schema#label
Get open-ended space info
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/get-open-ended-space-info
https://w3id.org/kpxl/grlc/endpoint
https://w3id.org/np/l/nanopub-query-1.1/repo/full
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/get-open-ended-space-info
https://w3id.org/kpxl/grlc/sparql
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix dct: <http://purl.org/dc/terms/>
prefix foaf: <http://xmlns.com/foaf/0.1/>
prefix owl: <http://www.w3.org/2002/07/owl#>
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/>
select distinct ?Property_noheader ?Property_label ?Value_multi_val_noheader ?Value_label_multi where {
values ?_resource_multi_iri {}
graph npa:graph {
?np npx:introduces ?_resource_multi_iri ; npa:hasValidSignatureForPublicKeyHash ?pubkey ; np:hasAssertion ?a .
filter not exists { ?inv npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
}
graph ?a { ?_resource_multi_iri a gen:Space . }
optional {
select (group_concat(?typeIriS; separator="\n") as ?typeVal) (group_concat(?typeLocal; separator="\n") as ?typeLabel) where {
select distinct ?typeIriS ?typeLocal where {
values ?_resource_multi_iri {}
graph npa:graph {
?npt npx:introduces ?_resource_multi_iri ; npa:hasValidSignatureForPublicKeyHash ?pkt ; np:hasAssertion ?at .
filter not exists { ?invt npx:invalidates ?npt ; npa:hasValidSignatureForPublicKeyHash ?pkt . }
}
graph ?at { ?_resource_multi_iri a ?typeIri . filter(?typeIri != gen:Space && ?typeIri != gen:MaintainedResource) }
bind(str(?typeIri) as ?typeIriS)
bind(replace(str(?typeIri), '^.*[/#]', '') as ?typeLocal)
}
} having (count(?typeIriS) > 0)
}
optional {
select (group_concat(?parent2; separator="\n") as ?parentVal) (group_concat(?parentName; separator="\n") as ?parentLabel) where {
select ?parent2 (max(?parentName0) as ?parentName) where {
values ?_resource_multi_iri {}
service <https://w3id.org/np/l/nanopub-query-1.1/repo/spaces> {
graph npa:graph { <http://purl.org/nanopub/admin/thisRepo> npa:hasCurrentSpaceState ?gp . }
graph ?gp { ?_resource_multi_iri npa:isSubSpaceOf ?parent . }
}
optional {
graph npa:graph {
?npp npx:introduces ?parent ; npa:hasValidSignatureForPublicKeyHash ?pkp ; np:hasAssertion ?ap .
filter not exists { ?invp npx:invalidates ?npp ; npa:hasValidSignatureForPublicKeyHash ?pkp . }
}
graph ?ap { ?parent rdfs:label ?pl . }
}
bind(str(?parent) as ?parent2)
bind(coalesce(str(?pl), ?parent2) as ?parentName0)
} group by ?parent2
} having (count(?parent2) > 0)
}
optional {
select (group_concat(distinct ?altIriS; separator="\n") as ?altVal) where {
values ?_resource_multi_iri {}
graph npa:graph {
?npx2 npx:introduces ?_resource_multi_iri ; npa:hasValidSignatureForPublicKeyHash ?pkx ; np:hasAssertion ?ax .
filter not exists { ?invx npx:invalidates ?npx2 ; npa:hasValidSignatureForPublicKeyHash ?pkx . }
}
graph ?ax { ?_resource_multi_iri owl:sameAs ?altIri . }
bind(str(?altIri) as ?altIriS)
} having (count(?altIri) > 0)
}
optional {
select (group_concat(distinct ?descEsc; separator="\n") as ?descVal) where {
values ?_resource_multi_iri {}
graph npa:graph {
?npd npx:introduces ?_resource_multi_iri ; npa:hasValidSignatureForPublicKeyHash ?pkd ; np:hasAssertion ?ad .
filter not exists { ?invd npx:invalidates ?npd ; npa:hasValidSignatureForPublicKeyHash ?pkd . }
}
graph ?ad { ?_resource_multi_iri dct:description ?desc . }
bind(replace(replace(str(?desc), "\\\\", "\\\\\\\\"), "[\r\n]+", "\\\\n") as ?descEsc)
} having (count(?desc) > 0)
}
optional {
select (group_concat(?admin2; separator="\n") as ?adminVal) (group_concat(?adminName; separator="\n") as ?adminLabel) where {
select distinct ?admin2 ?adminName where {
values ?_resource_multi_iri {}
service <https://w3id.org/np/l/nanopub-query-1.1/repo/spaces> {
graph npa:graph { <http://purl.org/nanopub/admin/thisRepo> npa:hasCurrentSpaceState ?g . }
optional { graph ?g { ?_resource_multi_iri npa:isMaintainedBy ?maint . } }
bind(coalesce(?maint, ?_resource_multi_iri) as ?adminSpace)
graph ?g { ?ri a gen:RoleInstantiation ; npa:forSpace ?adminSpace ; npa:hasRoleType gen:AdminRole ; npa:forAgent ?admin . }
optional { graph ?g { ?admin foaf:name ?adminName0 . } }
}
bind(coalesce(?adminName0, str(?admin)) as ?adminName)
bind(str(?admin) as ?admin2)
}
} having (count(?admin2) > 0)
}
values (?key ?Property_noheader ?Property_label) {
('Type' rdf:type 'Type:')
('Part of' gen:isSubSpaceOf 'Part of:')
('Alternative IDs' owl:sameAs 'Alternative IDs:')
('Description' dct:description 'Description:')
('Admins' gen:hasAdmin 'Admins:')
}
bind(if(?key='Type', ?typeVal, if(?key='Part of', ?parentVal, if(?key='Alternative IDs', ?altVal, if(?key='Description', ?descVal, ?adminVal)))) as ?Value_multi_val_noheader)
filter(bound(?Value_multi_val_noheader))
bind(if(?key='Type', ?typeLabel, if(?key='Part of', ?parentLabel, if(?key='Admins', ?adminLabel, ''))) as ?Value_label_multi)
}
order by (if(?key='Type', 1, if(?key='Part of', 2, if(?key='Alternative IDs', 3, if(?key='Description', 4, 5)))))
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/provenance
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/assertion
http://www.w3.org/ns/prov#wasAttributedTo
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/pubinfo
https://orcid.org/0000-0002-1267-0234
http://xmlns.com/foaf/0.1/name
Tobias Kuhn
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
http://purl.org/dc/terms/created
2026-08-24T08:51:35Z
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
http://purl.org/dc/terms/creator
https://orcid.org/0000-0002-1267-0234
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
http://purl.org/dc/terms/license
https://creativecommons.org/licenses/by/4.0/
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
http://purl.org/nanopub/x/embeds
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/get-open-ended-space-info
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
http://www.w3.org/2000/01/rdf-schema#label
Get open-ended space info
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate
https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
https://w3id.org/np/o/ntemplate/wasCreatedFromPubinfoTemplate
https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
https://w3id.org/np/o/ntemplate/wasCreatedFromTemplate
https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/sig
http://purl.org/nanopub/x/hasAlgorithm
RSA
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/sig
http://purl.org/nanopub/x/hasPublicKey
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/sig
http://purl.org/nanopub/x/hasSignature
Rfm8jxsrVy7HaXT1muff5Fi0wcIyP2fOzejlDM0fb5dUBg/kgEWG41P8eUny+5yp0ezbCGMx2p8cOBthD3j81bF5w0CiQrTnt2qS3aLw/WQgpV5UYTMNX7UYRMwYhv/fqp0fDeJl6f1zBtAL0lWhvb9SLzONYEWd3pzZ7L3OLXc=
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/sig
http://purl.org/nanopub/x/hasSignatureTarget
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI
https://w3id.org/np/RAAIEoV4-4llZGeUtV0O2BcIkcfsO_yJ5yP1yAX8gYvkI/sig
http://purl.org/nanopub/x/signedBy
https://orcid.org/0000-0002-1267-0234