@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:AgendaItem rdfs:label "agenda item" . sub:agendaItem a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "short ID suffix for the agenda item"; nt:hasDefaultValue sub:agendaItem . sub:assertion a nt:AssertionTemplate; dct:description "Publish an agenda item belonging to an event. Optionally link it to one or more spaces (e.g. projects) that the item concerns, and to one or more URLs with further info."; rdfs:label "Publishing an agenda item for an event"; nt:hasNanopubLabelPattern "Agenda item: ${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 agenda item" . sub:event a nt:GuidedChoicePlaceholder; rdfs:label "event the agenda item 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 agenda item" . sub:space a nt:GuidedChoicePlaceholder; rdfs:label "space (e.g. project) the item 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:AgendaItem; rdf:predicate rdf:type; rdf:subject sub:agendaItem . sub:st02 rdf:object sub:title; rdf:predicate rdfs:label; rdf:subject sub:agendaItem . sub:st03 rdf:object sub:event; rdf:predicate dct:isPartOf; rdf:subject sub:agendaItem . sub:st04 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:space; rdf:predicate schema:about; rdf:subject sub:agendaItem . sub:st05 a nt:OptionalStatement; rdf:object sub:description; rdf:predicate dct:description; rdf:subject sub:agendaItem . sub:st06 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:link; rdf:predicate rdfs:seeAlso; rdf:subject sub:agendaItem . sub:title a nt:LiteralPlaceholder; rdfs:label "title of the agenda item" . } 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 an agenda item for an event"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "Wovz1HfMsjh0H4HjeOK+4kBVJEsqwr1xVPU/Fe/i3QMp6P49Hj2+uuCkDOM+JSggfGHst+tF2TitBIFcyQQp4QDW4/lzweDlhZq7/y9aSh3ytXslLjjgRk7n0wJEzvYZb+m5/jwe+nSgoGYyOet6oRkoYgxWiw/EQbyEw+q1b2k="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }