@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix gen: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dct:description rdfs:label "is described as" . dct:isPartOf rdfs:label "is part of" . schema:about rdfs:label "concerns" . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "has the label" . rdfs:seeAlso rdfs:label "has the link / further info at" . gen:StatusUpdate rdfs:label "status update" . sub:assertion a nt:AssertionTemplate; dct:description "Publish a status update belonging to an event. Must be linked to one or more spaces (e.g. projects) that the update concerns, and optionally to one or more URLs with further info."; rdfs:label "Publishing a status update for an event"; nt:hasNanopubLabelPattern "Status update: ${title}"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06; nt:hasTag "Events" . sub:description a nt:LongLiteralPlaceholder; rdfs:label "description or notes for the status update" . sub:event a nt:GuidedChoicePlaceholder; rdfs:label "event the status update belongs to"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Event" . sub:link a nt:ExternalUriPlaceholder; rdfs:label "link with further info on the status update" . sub:space a nt:GuidedChoicePlaceholder; rdfs:label "space (e.g. project) the update concerns"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" . sub:st01 rdf:object gen:StatusUpdate; rdf:predicate rdf:type; rdf:subject sub:statusUpdate . sub:st02 rdf:object sub:title; rdf:predicate rdfs:label; rdf:subject sub:statusUpdate . sub:st03 rdf:object sub:event; rdf:predicate dct:isPartOf; rdf:subject sub:statusUpdate . sub:st04 a nt:RepeatableStatement; rdf:object sub:space; rdf:predicate schema:about; rdf:subject sub:statusUpdate . sub:st05 a nt:OptionalStatement; rdf:object sub:description; rdf:predicate dct:description; rdf:subject sub:statusUpdate . sub:st06 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:link; rdf:predicate rdfs:seeAlso; rdf:subject sub:statusUpdate . sub:statusUpdate a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "short ID suffix for the status update"; nt:hasDefaultValue sub:statusUpdate . sub:title a nt:LiteralPlaceholder; rdfs:label "title of the status update"; nt:hasDefaultValue "Status update" . } 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-05-20T12:00:44Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:assertion; npx:supersedes ; rdfs:label "Publishing a status update for an event"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "jnRlCR9ieQiVDfrPIysUtSVMzbjwsWtNMSYyQiLS0MO0IdXzkwTDlV9bnJ9agUEG5eBgmwwJC8xZlJdT8bwg4mO1LhfjvTIoiMxujgz71s064Yu2H4MxL8wNVmX8/UPOFnaAc6foqRSsJMc48tjzxCgEGfIj5IUEUCR+xhw7rIw="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }