@prefix this: . @prefix sub: . @prefix ff: . @prefix np: . @prefix owl: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix orcid: . @prefix dct: . @prefix rdf: . @prefix npx: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { ff:Presentation a owl:Class; rdfs:label "Presentation"; skos:definition "A presentation of project findings at a conference, seminar, or similar event, such as a talk, poster, slide deck, or recorded lecture." . ff:has-presentation a rdf:Property, owl:ObjectProperty; rdfs:domain ff:Project; rdfs:label "has presentation"; rdfs:range ff:Presentation; rdfs:subPropertyOf ff:has-output; skos:definition "Connects a project with a presentation of its findings at a conference or event." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dct:created "2026-07-03T13:09:25Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces ff:Presentation, ff:has-presentation; rdfs:label "Property: has presentation"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "qPbq/4mhLGol1QT2MK3jSCJdv2LjqI8kIQWvBpy5mxj/y3kX+M6phiFKbGOsP9WN9s7VwlTaXU3BgbDES8LRU+F3/S/iUyaUNPsRKvKnh67znPcrsh5+zrugHf3h3ritz7XcVy5OVWS6xWeiWkMO0Mb9ZGGyooIT6sfGedxoUQc="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }