@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix rdf: . @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 { dct:date rdfs:label "was presented on" . dct:description rdfs:label "is described as" . dct:isPartOf rdfs:label "is part of" . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "has the label" . rdfs:seeAlso rdfs:label "see also" . rdfs:label "was presented by" . rdfs:label "presentation" . schema:about rdfs:label "is about" . sub:assertion a nt:AssertionTemplate; dct:description "Publish metadata about a presentation, including title, date, presenter, event, and optionally a link to the slides or a recording."; rdfs:label "Publishing information about a presentation"; nt:hasNanopubLabelPattern "Presentation: ${title}"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06, sub:st07, sub:st08; nt:hasTag "Presentations" . sub:date a nt:LiteralPlaceholder; rdfs:label "date of the presentation"; nt:hasDatatype xsd:date . sub:description a nt:LongLiteralPlaceholder; rdfs:label "abstract or description of the presentation" . sub:event a nt:GuidedChoicePlaceholder; rdfs:label "event or conference"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Event" . sub:presentation a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "short ID suffix for the presentation" . sub:presenter a nt:AgentPlaceholder; rdfs:label "the presenter"; nt:hasDefaultValue nt:CREATOR . sub:slidesUrl a nt:UriPlaceholder; rdfs:label "URL to slides, recording, or related resource" . sub:st01 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:presentation . sub:st02 rdf:object sub:title; rdf:predicate rdfs:label; rdf:subject sub:presentation . sub:st03 rdf:object sub:date; rdf:predicate dct:date; rdf:subject sub:presentation . sub:st04 rdf:object sub:presenter; rdf:predicate ; rdf:subject sub:presentation . sub:st05 a nt:OptionalStatement; rdf:object sub:event; rdf:predicate dct:isPartOf; rdf:subject sub:presentation . sub:st06 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:slidesUrl; rdf:predicate rdfs:seeAlso; rdf:subject sub:presentation . sub:st07 a nt:OptionalStatement; rdf:object sub:description; rdf:predicate dct:description; rdf:subject sub:presentation . sub:st08 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:topic; rdf:predicate schema:about; rdf:subject sub:presentation . sub:title a nt:LiteralPlaceholder; rdfs:label "title of the presentation" . sub:topic a nt:GuidedChoicePlaceholder; rdfs:label "topic or subject of the presentation"; nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" . } 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-03-17T11:54:46Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:assertion; npx:supersedes ; rdfs:label "Template: Publishing information about a presentation" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "gSpVjGMzOW+h+AqxK8SMilE8DsC8eK5kvLW5uHbin2D4J2y8pU1pkKFCgSuDJHNfPPX2hJ7NFDa73OVwAIkYUY9E9/9RIHuidV0Ya+9ETTy6l2BVCntg2BVEkytwOSYBtWPtk1PWibp68mrkluC3vI4B0ErG54kcKBDKI5Pr0EQ="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }