@prefix this: <https://w3id.org/np/RAgLTm3t9e80uUMm0Zhh0hS8lGzCFeAuQUiqJSERR9oAM> .
@prefix sub: <https://w3id.org/np/RAgLTm3t9e80uUMm0Zhh0hS8lGzCFeAuQUiqJSERR9oAM#> .
@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:NIRD-RDA <http://schema.org/url> <https://archive.sigma2.no/dataset/first-project-area-dataset> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Generalist-Registry , fip:Registry ;
    rdfs:comment "The mission of the NIRD Research Data Archive (NIRD RDA) is to ensure research data produced by Norwegian researchers remains widely discoverable, accessible and reusable at least 10 years after the data has been deposited. " ;
    rdfs:label "NIRD-RDA | NIRD Research Data Archive" ;
    fip:has-description-source <https://www.sigma2.no/nird-research-data-archive-preservation-plan> ;
    fip:targets <https://w3id.org/gff/rao/terms/Metadata> , <https://w3id.org/gff/rao/terms/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 "CNKc5hcur6weNMpexE758I9ywuMyBagWDU/4GL1lehTuY5xox9vMHG7I9Z9RkOpJPnzpUYE1O4T8KwO1MOZbF9DVwmxEA1XNBnPZFU4JHR7kJsskVtsVLCU5Vy6FbHRJw2fc5Z7z+SaH8TwlxDyKme49O0jDT5Z9bbrAWCf8NBc=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-30T12:16:53Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:NIRD-RDA ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/97f7784a-c700-41c8-a7a4-12b246441ec1> .
}