Nanopublication

< Home

ID

https://w3id.org/np/RAbO5L3z35x_7UDFRkisXYaDYHEsS4BthW0QGMzatGJjo

Formats

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

Content

@prefix this: <https://w3id.org/np/RAbO5L3z35x_7UDFRkisXYaDYHEsS4BthW0QGMzatGJjo> .
@prefix sub: <https://w3id.org/np/RAbO5L3z35x_7UDFRkisXYaDYHEsS4BthW0QGMzatGJjo/> .
@prefix ff: <https://w3id.org/fair/ff/terms/> .
@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 dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@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 {
  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 <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces ff:Presentation, ff:has-presentation;
    rdfs:label "Property: has presentation";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAMEgudZsQ1bh1fZhfYnkthqH6YSXpghSE_DEN1I-6eAI>, <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAb2-A6gDT_bNFDVYdWSifVjHZI6n5JziNYjADR4unqbw> .
  
  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 .
}