Nanopublication

< Home

ID

https://w3id.org/np/RAIST6Eo_gng7uaCjnOPbRbDUX67FnGVxW01_bYHjLOqM

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAIST6Eo_gng7uaCjnOPbRbDUX67FnGVxW01_bYHjLOqM> .
@prefix sub: <https://w3id.org/np/RAIST6Eo_gng7uaCjnOPbRbDUX67FnGVxW01_bYHjLOqM/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix npfdo: <https://w3id.org/npfdo/terms/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix prov: <http://www.w3.org/ns/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 <https://w3id.org/np/RAYTT7oW0dbPdx3PqIA1m9XBLRGYVqmAhzLY7vLTMG1GI>;
    dct:created "2026-09-27T20:31:50Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8888-635X;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType npfdo:FDORecord;
    npx:introduces npfdo:SlideDeck;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA-N4_kFxcruvBTlo1yJv29E4SLOXsx5KO_th69PprMrA>,
      <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RALmzqHlrRfeTD8ESZdKFyDNYY6eFuyQ8GAe_4N5eVytc>,
      <https://w3id.org/np/RAQV2LjRzG8BQ8wXb6Kbyytc8vVAUeS4pFdoOkG2WA_yI/template>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA5OrG1-PCAa3Z4kTLKTxq8lhgNAsopAtQM5h0-xj3MSA/template> .
  
  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 .
}