@prefix this: <https://w3id.org/np/RAYOLr8rTHyOrQbUM6TqzNxaSbU3IVsXn80QBVaun_AKU> .
@prefix sub: <https://w3id.org/np/RAYOLr8rTHyOrQbUM6TqzNxaSbU3IVsXn80QBVaun_AKU#> .
@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 {
  sub:RO a fip:Digital-Object-Type ;
    rdfs:comment "Research Objects aim to improve reuse and reproducibility by: 1. Supporting the publication of more than just PDFs, making data, code, and other resources first class citizens of scholarship. 2. Recognizing that there is often a need to publish collections of these resources together as one shareable, cite-able resource. 3. Enriching these resources and collections with any and all additional information required to make research reusable, and reproducible! Research objects are not just data, not just collections, but any digital resource that aims to go beyond the PDF for scholarly publishing!" ;
    rdfs:label "Research Object" ;
    rdfs:seeAlso <https://www.researchobject.org/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0001-5154-5946 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "YY+GZanC3lfVx1ftYYfzLJ1+dBmno2anCqugjUAaLG4qcrMwYiAQwQ3C0GIN20vDMO+AH4yXW1BtZWvIteGvd6hiejZt2/9sxRVqbpKIoofoGidr7uksE4pMATNhOLMpHiTDNVimUhD05orAVz/cTJUkQLIy+dKqgLI/SnjRLcU=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-02-19T15:56:43Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:RO ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9e9938e8-337b-4f51-a0fb-6efc7582b1aa> .
}