@prefix this: <http://purl.org/np/RAHagwV-mH0CNigqEnjYefZmcG0tx6AJOECwmaeRrrbII> .
@prefix sub: <http://purl.org/np/RAHagwV-mH0CNigqEnjYefZmcG0tx6AJOECwmaeRrrbII#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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:premis-3.0 <http://schema.org/url> <https://www.loc.gov/standards/premis/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Provenance-model ;
    rdfs:comment "The PREMIS Data Dictionary for Preservation Metadata is the international standard for metadata to support the preservation of digital objects and ensure their long-term usability. Developed by an international team of experts, PREMIS is implemented in digital preservation projects around the world, and support for PREMIS is incorporated into a number of commercial and open-source digital preservation tools and systems. The PREMIS Editorial Committee coordinates revisions and implementation of the standard, which consists of the Data Dictionary, an XML schema, and supporting documentation." ;
    rdfs:label "PREservation Metadata Implementation Strategies (PREMIS) v3.0" ;
    skos:closeMatch <https://doi.org/10.25504/FAIRsharing.27a0f4> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-3108-3921 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.27a0f4> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "lK4jA98YokB9WRMgwLfATzCl1eRSQYscgW/yq2UYgqdQPOP66G9xwtfCUcJT0O/2eZeAhcp4Je4NrKtwKvFJh52g6P9xH0M2YtjOGoC3M/Z1NyQUwcYwbcla5Xun8NVjWF9RziZ+NHvVj8sc3s4lNlnIs5jrvjOWGhKz59oHN6M=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-12-21T15:38:09Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:premis-3.0 ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a1cb86ce-f6a9-490e-abe1-4537ad51402d> .
}