@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-time-limited-space-info a grlc:grlc-query; dct:description "Returns key-value facts specific to a time-limited space (project, initiative, campaign, or event) for display on its page: its date and, if available, its location. Values are read from the space's latest non-invalidated definition nanopub. The date row shows the start and end dates; when both fall on the same day, it shows the day with the start and end times (and the timezone offset); when the end date is absent, only the start date is shown. The location row shows the location URI as a link and is omitted when no location is given. Both columns use the '_noheader' convention so the redundant header row is dropped."; dct:license ; rdfs:label "Get time-limited space info"; grlc:endpoint ; grlc:sparql """prefix rdf: prefix rdfs: prefix dct: prefix np: prefix npa: prefix npx: prefix gen: prefix schema: 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 ; schema:startDate ?startDate . } optional { graph ?a { ?_resource_multi_iri schema:endDate ?endDate . } } optional { graph ?a { ?_resource_multi_iri schema:location ?location . } } bind(coalesce(substr(str(?startDate), 1, 10), str(?startDate)) as ?sDay) bind(coalesce(substr(str(?endDate), 1, 10), \"\") as ?eDay) bind(coalesce(substr(str(?startDate), 12, 5), \"\") as ?sTime) bind(coalesce(substr(str(?endDate), 12, 5), \"\") as ?eTime) bind(coalesce(replace(substr(str(?startDate), 17), \"^(:[0-9][0-9](\\\\.[0-9]+)?)?\", \"\"), \"\") as ?tzRaw) bind(if(?tzRaw = \"Z\", \"UTC\", if(?tzRaw != \"\", concat(\"UTC\", ?tzRaw), \"\")) as ?tzDisp) bind( if(?eDay != \"\", if(?sDay = ?eDay, if(?sTime != \"\" && ?eTime != \"\", concat(?sDay, \", \", ?sTime, \"\\u2013\", ?eTime, if(?tzDisp != \"\", concat(\" (\", ?tzDisp, \")\"), \"\")), ?sDay), concat(?sDay, \" \\u2013 \", ?eDay)), ?sDay) as ?dateVal) values (?key ?Property_noheader ?Property_label) { ('Date' schema:startDate 'Date:') ('Location' schema:location 'Location:') } bind(if(?key = 'Date', ?dateVal, str(?location)) as ?Value_multi_val_noheader) filter(bound(?Value_multi_val_noheader)) bind('' as ?Value_label_multi) } order by (if(?key = 'Date', 1, 2))""" . } 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-07-06T08:18:47Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-time-limited-space-info; rdfs:label "Get time-limited space info"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "FbsqXfnQr3uUFKMYvlbXtk8S2E22CjoYMUIJ14AaGv3l851LZJ8X2ZzYRmsVwhgL1N+H5ssS3ACEUKPNI9XEEjurewEYwu2DvzbQun14C7c7lNiCKzonRO9Xr8mcquv0grbTUVrjxl5lp1nC+QzMJv2nrepHz2Vie+oyFu539Ao="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }