Nanopublication

< Home

ID

https://w3id.org/np/RA2vBvaxAjHEOcGfhZa-SAjIcyoP9LAKGDAfRbrxGUbr4

Formats

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

Content

@prefix this: <https://w3id.org/np/RA2vBvaxAjHEOcGfhZa-SAjIcyoP9LAKGDAfRbrxGUbr4> .
@prefix sub: <https://w3id.org/np/RA2vBvaxAjHEOcGfhZa-SAjIcyoP9LAKGDAfRbrxGUbr4/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion rdfs:label "If you thought today's session on nanopublications was interesting, don't forget to check out the Nanopublication Community and their monthly Nano Sessions";
    rdfs:seeAlso <https://w3id.org/spaces/nanopub>;
    <https://schema.org/about> <https://w3id.org/spaces/tdcc-lsh-ffp/jun9training> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-1062-5576 .
}

sub:pubinfo {
  orcid:0000-0003-1062-5576 foaf:name "Gerhard Burger" .
  
  this: dct:created "2026-06-09T20:26:57.481Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-1062-5576;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "If you thought today's session on nanopublications was interesting, don't forget to check out the...";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAFr0RyK-ATWGUnJzKXeRTL0_OrW-mEzoKCaJz0TE8Ao0> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKS0JLO/bGqK4GRv2E0dDCoFK5OAXtAsN8qrRCmaeMeBq/lp6gk/4vQ+/mbd2qZHt7bu0fbYWBmFwYDgxU3HqErq4mGo7JZ1UoKoNsEjq+pJCwv0sa5TsLfd1N/3xb0JLqouru63QrzS0VIPM0+X4Kar1SpZgxlpRapRc5NFZkUwIDAQAB";
    npx:hasSignature "cU5ATaSenJDctqQWCuvnnbDnlTONrwGGGXU/DLYwjhN4J1+cjmbyYayNv6UPELDkLnEnlheOok7NX8lMvAC3Gc6yTLLq5oEoZQFE8hVO89JSc5uA1NBv+mhOAiQrHoH69dBj6TbhcGQCB6+xuzw8ViQjwptZLgLvhri5+FbtxCI=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-1062-5576 .
  
  <https://w3id.org/spaces/tdcc-lsh-ffp/jun9training> nt:hasLabelFromApi "June 9 FAIR Training" .
}