Nanopublication

< Home

ID

https://w3id.org/np/RAZTUpxWL7fTL_GT3_Z-L4hoxOfbdtzEcGl3FJLf20C3I

Formats

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

Content

@prefix this: <https://w3id.org/np/RAZTUpxWL7fTL_GT3_Z-L4hoxOfbdtzEcGl3FJLf20C3I> .
@prefix sub: <https://w3id.org/np/RAZTUpxWL7fTL_GT3_Z-L4hoxOfbdtzEcGl3FJLf20C3I/> .
@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 {
  orcid:0000-0003-3634-3550 <http://www.wikidata.org/entity/P1344> <https://w3id.org/spaces/semantics/2026-eu/nanopub-tutorial> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-3634-3550 .
}

sub:pubinfo {
  orcid:0000-0003-3634-3550 foaf:name "Mary Ann Tan" .
  
  this: dct:created "2026-09-15T13:31:44.088Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-3634-3550;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Mary Ann Tan is participant in Hands-On Nanopublications: Creating, Publishing, and Querying Structured Knowledge on a Decentral...";
    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/RAAcUy5wBwXNyadgD71k1rP0iM_KFc07qXFyrxhPcKS5M> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt0GTGhvpPRdXHN3XEFpq34GZ8FJbtJwB9Bov9DHgfRROMxXTpXbgZ3zEv0UtiVZQm4OTH7XkN/j0Cy1EXubUwo7Mk8t346fPemnVWLLVR295GCOQxpQ4zgmCG5F9jGSwKTg85PhAvUGAu7U60dccs8qE2OouwO0kPTHYlzSctBS1JHYAHFBrA7v5tpM/vf+orr32Bp5tB9UPPHwmD2m/U01OYSGb/bJC1yZ7wzEBEgX0Zh9BMq5iRNIlWv8lLks9c+I69jiMSqYrivGNlPcEhgyRst6b8UUNDzmKosCkUW9PCmBdpmTgyBwhu7LPGhTz82SQ3/pgbJh4WkKZc+F4/wIDAQAB";
    npx:hasSignature "AQokmgsY3pHw+5vKefeCLC7Y5Fr048BkA7eix1TJwcWjdXFXpbSmgtlb/yACp3g41a1/OeICuDBgLJ473Eh9sDxu5CVSlcXci2rQtAnBw2biWLQmhLlHUkqNg12YNFIL+6rB5B+3ZC/RecHf8/Zx6Oqso6nyMQvZu4pMOvo9oQ+H/iRQrh6XMvzD6kXbfQnDCqRk2N0l6CjLR4H6Lk/rS15zGQwc3bMQmYW9tuUVOxlXdxENSXLg23kGC63amxKeUQaXoiPpRScNxmJG6QCNnKWF8+zvISZtsVDei9G0lDFaJlZC2vwfYTnuKEFxqVzBNVrEOj/VIofX1Vo4qqJPcg==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-3634-3550 .
  
  <https://w3id.org/spaces/semantics/2026-eu/nanopub-tutorial> nt:hasLabelFromApi "Hands-On Nanopublications: Creating, Publishing, and Querying Structured Knowledge on a Decentral..." .
}