@prefix this: <http://purl.org/np/RAGYf59B8GZRwB796-bn9mGTef72bt4qk_eFAd4KtLOHE> .
@prefix sub: <http://purl.org/np/RAGYf59B8GZRwB796-bn9mGTef72bt4qk_eFAd4KtLOHE#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:MateriomIdentifier a fip:FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource-to-be-Developed , fip:Identifier-type ;
    rdfs:comment "A handle-based resource for persistent identifiers" ;
    rdfs:label "Materiom Identifier" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-5929-0354 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5FpxZiRvHCxF/ypHGs5lWPtrR06WDI6FAeP7zvb4RroXVdUoKTTPDIgEN5SioiCoZ+BW5LHp/SNsVwFcH962dxunfdyMYpkcdgyIFGb3JzVsfovBDBaMseKsX6JNvdlLmsV5qtn32yEbUT3dPIKzHs5CQvD7fLp//bB+qCOB/9QIDAQAB" ;
    npx:hasSignature "N+RSMfiR1RdMlTZHU13CPIvyZadqmyPQlJyHit+2U2F+GufrGCWqpUbSYmDfvzi1x0QGV34BFpKX3FQF46GMD+ou3vwOFuB5c2DX0hRyA9U+bEs2rLvWy1F7cgrE5Fnxvn2sTykPhfc9xnRA4gu2DGOMNlhSL4VpnnnGzpTkQOA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-11-03T06:43:39.857-05:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-5929-0354 ;
    npx:introduces sub:MateriomIdentifier ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAhptb1hUg1kQ6LRBLJfBHXVwYbU2Y4SwY9UJg2qkzvpI> .
}