@prefix this: <http://purl.org/np/RA1ldQ3Y3Ox_OR5s1tuRNWPvowLJzIlx9aIL8SnxwkLvk> .
@prefix sub: <http://purl.org/np/RA1ldQ3Y3Ox_OR5s1tuRNWPvowLJzIlx9aIL8SnxwkLvk#> .
@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:mllog <http://schema.org/url> <https://github.com/mlcommons/logging> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-schema ;
    rdfs:comment "mllog is used by the Machine Learning Commons (MLCommons) community to produce logs that document benchmark runs." ;
    rdfs:label "MLCommons Logging Library" ;
    rdfs:seeAlso <https://github.com/mlcommons/science/blob/main/submit.adoc#logging-libraries> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-4451-8042 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "nkXUUdMzNaTcX8EtFVAqe/ayZUDzW2vIXcGv035SXxXKmXe1I54KvW2NfGKrlq4ROzI6P/OkFtnmX4rhd+1D0eQuGgw7X4yECeZ73W8Yhdg18w0OODPNwLI766byb6SwsWQpYtWG3BdVC2BNvysAVPhxJ0ukjrYbhll7ScuOYZE=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-04T21:33:24Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:mllog ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/ef492bd4-71e3-4c3f-8ab3-8bb8b33ff19f> .
}