@prefix this: <https://w3id.org/np/RA0ohu7SuQzwLyX5-CRfkwu24rLtgELcjrVilgbaZ3dlI> .
@prefix sub: <https://w3id.org/np/RA0ohu7SuQzwLyX5-CRfkwu24rLtgELcjrVilgbaZ3dlI/> .
@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.457f35> schema:url <https://www.rcsb.org/docs/general-help/identifiers-in-pdb> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-service ;
    rdfs:comment "PDB IDs are identifiers used at all levels of the structural hierarchy for entries in the Protein Data Bank using the prefix “pdb” followed by a 4-character alphanumeric identifier. These identifiers are used to specifically select, visualize, locate a specific instance of a ligand, and/or an amino acid in a protein chain in a particular PDB entry." ;
    rdfs:label "Protein Data Bank Identifier | PDB ID" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.457f35> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-9280-9437 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.457f35> .
}
sub:pubinfo {
  this: dct:created "2025-08-29T18:27:12Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.457f35> ;
    npx:supersedes <https://w3id.org/np/RAQOa6gLEK5exgHH_sIC9Y8Z3m811qGHFfTnXJ6GdYakE> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/5fd8ad50-2f49-449f-9d9e-35b669b217e8> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "U9Ynh5DSFmBxMnDP3DuJNWv80rcSz8cfgueAKxuV1KRJDXvWuypVAe+r7djYJ+Fp4DWBYv6fpT4UMPXwNReBVCRAjlW86r2R8/YxMuVFk0Q0bbK7nrZd9AmXJybBH91YcwsH+GklHdpRvJWZ9/zC5D0zox5WGJ1bRrDTZ099g/A=" ;
    npx:hasSignatureTarget this: .
}