@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @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 { sub:nanopub-tutorial-fdo-conference-2026 a ; dct:date "2026-03-24"^^xsd:date; dct:description "This is a hands-on interactive tutorial about nanopublications given at the FDO Conference 2026."; dct:isPartOf ; rdfs:label "Nanopublications"; orcid:0000-0002-1267-0234; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { nt:hasLabelFromApi "nanopublication - small knowledge graph snippet with metadata that is to be treated as an independent (scientific) publication" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-03-22T09:45:04.135+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:nanopub-tutorial-fdo-conference-2026; npx:wasCreatedAt ; rdfs:label "Presentation: Nanopublications"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "BuYC1Jy2mYYLjDWZIe/nVGFBEcelUZdXE+AoN/nq12cTqCEbm8otDh6udUOMhUH7XwBpyqRZl5hmF3aSSCo+qF/IvZi0Kj6U3oB69HYxWHoF9IT10CZ9eKh4/rJG8uTNaC2eLU//UCY399vcNKzbNcgP5DQdF9yp86f5vlRzuv4="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . nt:hasLabelFromApi "Training Day of FDO Conference 2026" . }