@prefix this: <https://w3id.org/np/RAp-FN9o8numXhimlkOh3J9xKBtAT1ElG3wLqfwsq1IP0> .
@prefix sub: <https://w3id.org/np/RAp-FN9o8numXhimlkOh3J9xKBtAT1ElG3wLqfwsq1IP0#> .
@prefix schema: <http://schema.org/> .
@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://doi.org/10.25504/FAIRsharing.fd28en> schema:url <https://mmcif.wwpdb.org/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-data-linking-schema , fip:Metadata-schema ;
    rdfs:comment "PDBx/mmCIF is a dictionary of data archiving macromolecule crystallographic experiments and their results." ;
    rdfs:label "macromolecular Crystallographic Information File | PDBx/mmCIF" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.fd28en> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-9280-9437 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.fd28en> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "QginiSehfAGns1Fgcf7WU9o7hwkxFY7R+JpTQYz8h1LWwRHC+IHM4EabQUOI7vyQIxqlnDYddOTg18cP5HKmcMvPObXLJRx+Gxo6daeyUcWRMgnY/ubFOTErsrWWRsa0SQJnC4JT7C1mbICacmCtrZDhxFl3QSYEAIjOQwK4Z/k=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-02-18T11:10:28Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.fd28en> ;
    npx:supersedes <https://w3id.org/np/RAxVWowIY24f41Jgrfe9U9bhY6mOT8EoyHG-pAgUNLKoY> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/26275606-76c4-4b42-bc6f-fbc28a00911e> .
}