@prefix this: <https://w3id.org/np/RA6Ky15qMOZBC1V9JC7l9DRMavLaCp0FKzXyFWFbi_ZXA> .
@prefix sub: <https://w3id.org/np/RA6Ky15qMOZBC1V9JC7l9DRMavLaCp0FKzXyFWFbi_ZXA#> .
@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/Simulation-Data> a fip:Digital-Object-Type ;
    rdfs:comment "A dataset resulting from running a computational model." ;
    rdfs:label "Simulation Data" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8784-9100 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Idi3ULIoGO6fw3LZEKqgRTmMs9Y/vl/x4S1Vz2cS2yeQT+AiGTE+03MeQACpHwu1HlzMch7H0dlHVKQyirBg2shNLqvBGk5f0LHuC8dntDe+vDodlBpcA6Q3qVwkIIX2KRPYSVcLDlWti22q1BVxLy8+4ULlPzaSQFH7CuW1kWk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-05T12:02:46Z"^^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/Simulation-Data> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/c0de227f-dd7a-4851-a13c-8afc74da6c41> .
}