@prefix this: <http://purl.org/np/RAJDnDdcKUPfD8aQka1QKua4-KVr9Cuo55x0Z5gMXraUo> .
@prefix sub: <http://purl.org/np/RAJDnDdcKUPfD8aQka1QKua4-KVr9Cuo55x0Z5gMXraUo#> .
@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 {
  sub:MInChI a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Knowledge-representation-language ;
    rdfs:comment "IUPAC MInChI is a machine-readable linear notation for the composition of mixed substances that resolves to unique components. MInChI is stewarded by IUPAC and the InChI Trust. " ;
    rdfs:label "IUPAC Standard InChI-based Representation of Mixture Composition " ;
    rdfs:seeAlso <https://github.com/IUPAC/MInChI> , <https://iupac.org/project/2015-025-4-800/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2968-1674 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "hqQZSJmKw9oACsKTvbG+ZNvz5RJkeRowDwqnJl/euRQSLfjunM7zfxhXwQukgGeun+W0pHJUpmShqN2o48DtWRqr02p1dzJMnrkiHegVrIsKPwqNpv6n2U3VwZ5xgKFewAHJ5SS3ByP/AwX/Ps9dIoGfDr/4PkCCrVDUZOPAU8k=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-10-04T22:36:11Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:MInChI ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/19e9b832-847b-44c7-a279-e1fa015535f0> .
}