Nanopublication

< Home

ID

https://w3id.org/np/RA8t17ZHP3GHnT-TXgQ-L0guaXiNT80wMvdqcBTG0vKgM

Formats

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

Content

@prefix this: <https://w3id.org/np/RA8t17ZHP3GHnT-TXgQ-L0guaXiNT80wMvdqcBTG0vKgM> .
@prefix sub: <https://w3id.org/np/RA8t17ZHP3GHnT-TXgQ-L0guaXiNT80wMvdqcBTG0vKgM#> .
@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:Provenance-model, 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 "FNc0EztW+qRMo2hQ6rb0KUGG1/m4i9RuUMX6lH/D0sIP0VYN6D8ZaSu1dF7bm6+4Kav0/ZDZOM82sTG7ZeWr7+Ru+DSZTN1QU64ICBvVMQ4216xhoIc+fkrzFimyfXzRqeMf3sGnbRhOIF9w4cjFLIeuRXpBSDC2FHQreddXH8A=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-02-25T08:52:14Z"^^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/RA61dNxe6sAq-Br_ZqVkYSBQ4X5gtvOLVjmCIuA97VzQc>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/26275606-76c4-4b42-bc6f-fbc28a00911e> .
}