@prefix this: <https://w3id.org/np/RA_Z21EO0_krKcYZjvM53hSN2EZ3ikWdgy2kcJEFjFYdI> .
@prefix sub: <https://w3id.org/np/RA_Z21EO0_krKcYZjvM53hSN2EZ3ikWdgy2kcJEFjFYdI#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://w3id.org/gff/rao/terms/Article> a fip:Digital-Object-Type ;
    rdfs:comment "An Article is a peer-reviewed scholarly publication that presents the original findings, methodology, and conclusions of a research investigation." ;
    rdfs:label "Article" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "OW4lbfsO51PyCkbvSQgAfqR2w+MInziKr/wtCIASB3XUwEnXcU0WhO17PQnzSYtRaG+MwkTdioICiK+qhVqRrYvy9FKO8UqoeSmH2wMruvsZO5UhPkTFs4yfIZASoiRYlbmLKAm0+pQMULKoyQBjCXyyJfqDSfbud5uSL6+Iucs=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-17T21:59:58Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/gff/rao/terms/Article> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/36cd1198-86c2-4441-a484-b2e6b0531526> .
}