@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA7rY4dFdjtt8ce017BIFQK6l11n920u9phtHZ1uj9rZc> .
@prefix sub: <http://purl.org/np/RA7rY4dFdjtt8ce017BIFQK6l11n920u9phtHZ1uj9rZc#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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:SMILESplus a fip:FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource-to-be-Developed , fip:Knowledge-representation-language ;
    rdfs:comment "SMILES (Simplified molecular-input line-entry system) is a linear chemical representation format. SMILES+ will establish a formal IUPAC specification that articulates standard interpretation of SMILES. " ;
    rdfs:label "IUPAC SMILES+ Specification " ;
    rdfs:seeAlso <https://github.com/IUPAC/IUPAC_SMILES_plus> , <https://iupac.org/project/2019-002-2-024> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0003-2968-1674 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "CVAoLerF4Ah8HaMQEGjXQtgXSUyd+ay3PzvLlkyG47HZ+Owlfo8IcTKV6QBfeE07dxbDBP0cnLlWVgfPLroW7yfiSaSqhqbm//2HV5B9mnwGUPj1qzG0sy153DBD3i2JEubhCnum2cHIgluCEPxzDVBf3ccE/c1RVJlBkd0Puj4=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2022-10-04T18:12:28Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:SMILESplus ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/779be69f-dd9b-44c3-944c-c13fa221c48a> .
}