Nanopublication

< Home

ID

https://w3id.org/np/RA7saFumbFWBYQBCGqeab3Lz_b7Ug51f_Nrw4r46wwMGE

Formats

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

Content

@prefix this: <https://w3id.org/np/RA7saFumbFWBYQBCGqeab3Lz_b7Ug51f_Nrw4r46wwMGE> .
@prefix sub: <https://w3id.org/np/RA7saFumbFWBYQBCGqeab3Lz_b7Ug51f_Nrw4r46wwMGE/> .
@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 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-2726-0999 <https://schema.org/image> <https://yuanxifu.site/wp-content/uploads/2026/04/yuanxi-fu_headshot.jpg> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2726-0999 .
}

sub:pubinfo {
  orcid:0000-0003-2726-0999 foaf:name "Yuanxi Fu" .
  
  this: dct:created "2026-04-02T01:59:21.465Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-2726-0999;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.petapico.org/>;
    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/RAV6PgoKtIc5pkI0AXRbmwRlTFpA-DHytaZfEFGq3OTjo> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuTCjFex/35YbHp9Fh4RpRG2wlFLIJuEPSLiBgDdx0uA0y2wGAIL6tWI8EP2sYhKUvqwRFJ4DsLZiRN/W4hiN2tv/+WPE2sR1T3TCLkkk2Mgig3sts1r0OP5tTKWy4XdY3aSG9VW75lktwRzWRQtbAgy1zyKfa8pVuKSJl0G/YibaI/kjhckRRrqIDrYoA978GhVI0WsLfqUyAmB2I+QZQOnhVCpG8ysxVnYyUB/1WqLJ5PRH9R3vYZop9HbRdNw68wdMOsYKLX59EoKg2zsxdPi2KiTYNmiMEJcQdk5yyn0dNvCflX9RrT/5bvWzF7k5iWzzQ0Bv0dfM9Ijr/iYi2wIDAQAB";
    npx:hasSignature "XlU7/LHgqh5RYGchTUHQtuMJyLC4Ibd1prwbnL/Li0aYAG1liWZfa4Pwh+SJKMPsa3eQp6KoCcX2MyrF3RhUMmnzyvU/KwpJEdiHd+X+ejRf4GSe0s6YuDc3E4aAoEKBfrPbyGwKEJujNMLy6b1+lGMBg3UqH2+0whR0cWGGXIahhWRkXkc2UHMdO4r8ruMaj9BD/R/Yv1ggEORlYejzo3w+2GHwnJ9bHXT+SrqrWBPSBIYvC+TJmOuSOEODmh4cUn7BxNeqqaPJx0+B1jAAwFKnyqPc3ttLm0Jdse5KuOWHYfEryWxgzXeE167letHJHLVHnyt5Fr49b6o7JMIQ2Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-2726-0999 .
}