Nanopublication

< Home

ID

https://w3id.org/np/RA61dNxe6sAq-Br_ZqVkYSBQ4X5gtvOLVjmCIuA97VzQc

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RA61dNxe6sAq-Br_ZqVkYSBQ4X5gtvOLVjmCIuA97VzQc> .
@prefix sub: <https://w3id.org/np/RA61dNxe6sAq-Br_ZqVkYSBQ4X5gtvOLVjmCIuA97VzQc#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://doi.org/10.25504/FAIRsharing.fd28en> a fip:Available-FAIR-Enabling-Resource,
      fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language, fip:Metadata-data-linking-schema,
      fip:Metadata-schema, fip:Semantic-model, fip:Structured-vocabulary;
    schema:url <https://mmcif.wwpdb.org/>;
    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 "f5Q/8lublMwkD4wVoGFrWKP2S1k/ps6kGQgmIaN0nhk6yO6fZlfT8R+WhRAAUfD2EezB6+zEBsha5NyCLY3xiuV8onHaZTKD7CkdXdm2+xZFXY7akVnkFPU6L8FpxSOifBbDN0lBfr90lxiBfCS4fGxT5r6qR13Z/Qx7gWtoBqU=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-02-21T09:42:23Z"^^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/RAv8_0VbBFPao3d_9W6yiZRpDSsqXVdaXwlGJO4XkCrII>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/26275606-76c4-4b42-bc6f-fbc28a00911e> .
}