Nanopublication

< Home

ID

https://w3id.org/np/RAMKDB1cQHtAyRryknRuJut5qlzn2h4hkGjV1dkeNg8Q0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAMKDB1cQHtAyRryknRuJut5qlzn2h4hkGjV1dkeNg8Q0> .
@prefix sub: <https://w3id.org/np/RAMKDB1cQHtAyRryknRuJut5qlzn2h4hkGjV1dkeNg8Q0/> .
@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:display a <https://w3id.org/kpxl/gen/terms/ActivatedViewDisplay>, <https://w3id.org/kpxl/gen/terms/ViewDisplay>;
    <https://w3id.org/kpxl/gen/terms/appliesTo> orcid:0000-0003-2726-0999;
    <https://w3id.org/kpxl/gen/terms/isDisplayFor> orcid:0000-0003-2726-0999;
    <https://w3id.org/kpxl/gen/terms/isDisplayOfView> <https://w3id.org/np/RA22TaPlQS33tbB208xUzWE7uDNcPCsmFjMY8VliGG5Z0/latest-nanopubs-by-user-view> .
}

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-03-30T13:32:11.801Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-2726-0999;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:embeds sub:display;
    npx:wasCreatedAt <https://nanodash.petapico.org/>;
    rdfs:label "Yuanxi Fu displays view: show my latest nanopublications";
    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/RA__5ljAMGwS8k5UOUpJpuE04s6m46OdmLl9zxz6c3riA> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuTCjFex/35YbHp9Fh4RpRG2wlFLIJuEPSLiBgDdx0uA0y2wGAIL6tWI8EP2sYhKUvqwRFJ4DsLZiRN/W4hiN2tv/+WPE2sR1T3TCLkkk2Mgig3sts1r0OP5tTKWy4XdY3aSG9VW75lktwRzWRQtbAgy1zyKfa8pVuKSJl0G/YibaI/kjhckRRrqIDrYoA978GhVI0WsLfqUyAmB2I+QZQOnhVCpG8ysxVnYyUB/1WqLJ5PRH9R3vYZop9HbRdNw68wdMOsYKLX59EoKg2zsxdPi2KiTYNmiMEJcQdk5yyn0dNvCflX9RrT/5bvWzF7k5iWzzQ0Bv0dfM9Ijr/iYi2wIDAQAB";
    npx:hasSignature "MO1FphM7VvBARTbtBJq18GTBV0FlyH6gXbh5RqlzVV+Gj1/6N4ghKE5WFmLzUPCKeLw4JTR2OiyAPpCewJS9nUDYJ4csJTKARJPec9NrEb/KBiQpXPBgi7GRdJYrClJVyBN8P210s2ZAPqVjewngyfwP1XmfAKXCNoRJ3f0q9MZxf1gLSZDgVoOBE5RE+zoRt8GwwFHYMEx7iwqod4VIrvaGpNZqL5Cz+U43kcQWe86IZB3Ckd2hNUnv9krJdvcMbKYIizG6yUAuyil6Sm1JBU7gSa1pYFTrOYumtx1NIY27k81adLE+By/sz0A+C8g1PjEQ31j3KME83gQErOUXkA==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-2726-0999 .
}