@prefix this: <https://w3id.org/np/RArDiPID5PE6Taj1xe9J5mPprFOYsSUcRm86eoeaUun60> .
@prefix sub: <https://w3id.org/np/RArDiPID5PE6Taj1xe9J5mPprFOYsSUcRm86eoeaUun60/> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.25504/FAIRsharing.TS3gpY> schema:url <https://codemeta.github.io/> ;
    schema:version "3.0.0" ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Metadata-schema ;
    rdfs:comment "CodeMeta contributors are creating a minimal metadata schema for science software and code, in JSON and XML. The goal of CodeMeta is to create a concept vocabulary that can be used to standardize the exchange of software metadata across repositories and organizations." ;
    rdfs:label "CodeMeta" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.TS3gpY> ;
    fip:has-data-usage-license <http://purl.org/np/RA8mzNlRc8TDNYkp0yMbGTIxqknBNpifIO4GvLRIzP-KY#Apache-2> ;
    fip:implements <https://w3id.org/np/RAXKj086gOTnOBnbQShZIh7Stz6ahqaWRKxf3dMq6M2oM#Schema.org> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-4112-6825 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.TS3gpY> .
}
sub:pubinfo {
  this: dct:created "2025-09-30T05:19:38Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.TS3gpY> ;
    npx:supersedes <https://w3id.org/np/RA8DEa69yQlDQ1q45Y2xr2LKZuF5dAfpfxmCXyYIl63dI> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/af035faa-e54e-4e96-8a16-cd991051f990> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Rtm5minrMHdPIW3dfxhSdaeyRdzbj/7ZCSzoIFo5LbfoDrOAJrpCTV+JXKAxYRlYfbMMfH+nXDsYPh7Ro2t/XJ2VplOHF789HhEN7rbYDPX0m8BuBgln0Ect0yfHevPZQAOikewR4kxwD32xxhxhi2rUk9s7LubNsxp4btsiPv0=" ;
    npx:hasSignatureTarget this: .
}