Nanopublication

< Home

ID

https://w3id.org/np/RAlUqiPVboAWxM_6Hz7YL1ikLi1zif95PmxVisPl8XTfc

Formats

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

Content

@prefix this: <https://w3id.org/np/RAlUqiPVboAWxM_6Hz7YL1ikLi1zif95PmxVisPl8XTfc> .
@prefix sub: <https://w3id.org/np/RAlUqiPVboAWxM_6Hz7YL1ikLi1zif95PmxVisPl8XTfc/> .
@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-0001-9280-9437 <https://schema.org/creator> <https://w3id.org/np/RA8t17ZHP3GHnT-TXgQ-L0guaXiNT80wMvdqcBTG0vKgM>,
      <https://w3id.org/np/RAQOa6gLEK5exgHH_sIC9Y8Z3m811qGHFfTnXJ6GdYakE>, <https://w3id.org/np/RAtys9hv7QevuCfJnob1aNeRc2zOadMEesT5BAq41xgdU>;
    <https://w3id.org/fair/3pff/participatedAsImplementerAspirantIn> <https://w3id.org/fair/3pff/3PFF-FIP-Programme>;
    <https://w3id.org/fair/3pff/passedExamOn> "2025-01-30";
    <https://w3id.org/fair/3pff/trainedBy> <https://ror.org/056j50v04> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-9280-9437 .
}

sub:pubinfo {
  orcid:0000-0001-9280-9437 foaf:name "Pietro Roversi" .
  
  this: dct:created "2025-05-11T12:00:43.470Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-9280-9437;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAOyJskzVN7PlG-QIDaXun7X50Pgn4Q6uiBKZgnsEn57w> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdVVR4jYS16eAx0V8cr+pqfb5jcqhvoK34+SiHyqI+9egRENRjk1XIkuVTbZgrUyqCZ2iQz/mYdYOkypUDIT3swH6jjEH7ueedPaYFnKBxq8jlionv/CRoBA0G3VCAEnF13b1zv4HR+493zJ4ahJ/63TrGAbS3pWe2LV94ndxVyQIDAQAB";
    npx:hasSignature "gVyG04LyiHr7HRUrSPK/l2T/EMaKx4ez7G5a/naW8R+SoiSc/Pc6DnYVksZi9ePFfSUsIO/Gbf1PNs5rohmyVBdMltivOjNilD6kyEy9MU9nJWkM7duvWdy6J7b2mk/OqlrJzBlNotcSQ6UaOXFnTvn200w6NKYH5asLkMqNM44=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-9280-9437 .
}