@prefix this: . @prefix sub: . @prefix np: . @prefix owl: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix npfdo: . @prefix dct: . @prefix npx: . @prefix bibo: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { npfdo:SlideDeck a owl:Class; rdfs:isDefinedBy npfdo:; rdfs:label "Slide deck"@en; rdfs:seeAlso bibo:Conference, bibo:Slide; skos:altLabel "presentation slides"@en, "slide set"@en; skos:closeMatch bibo:Slideshow; skos:definition "A set of presentation slides authored as one document, typically for delivery at an event, and realised as one or more files."@en; skos:example "FAIR-Ready AI: Inverting AI, presented at the Bonn 2026 meeting."@en; skos:scopeNote "The document, not the act of presenting it and not the event. The file is the deck's materialisation, not the deck. Distinguished from bibo:Slideshow, which names a presentation of a series of slides; this term names the artefact and carries extension slots."@en . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-8888-635X . } sub:pubinfo { this: dct:conformsTo ; dct:created "2026-09-27T20:31:50Z"^^xsd:dateTime; dct:creator orcid:0000-0001-8888-635X; dct:license ; npx:hasNanopubType npfdo:FDORecord; npx:introduces npfdo:SlideDeck; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3w/IUb755GIzp3ueODYkgELhyq4Clygb5Kspge50xo+n8uC/IvXwi+ukRjEpdfX/JZ09yKUCJ2AMMr/QchrsP1Xhg9Q3fEZ4E12XqFd5jX00Qs0K5XZwjBaV8NdDTJW9I4gpcyh0cry7hSBAWHkXEkqbK+lQvR4UFAKejFq6u/wIDAQAB"; npx:hasSignature "ntinUBl7xeApgWWt8KZ4epv76rRuV8isu4GPlMYNSvDTJimj/+LspALy/j44qUOMON/DhK1HnHuNuWYZ2ms/YJ3YpExSCG90VLctG5cPvXShMP6n7gjMMsw7HeUY7+eqnVnXNeweVygHqHwvSDwxYdO/EkKtexnlT6bORaAUqo0="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0001-8888-635X . }