@prefix this: <https://w3id.org/np/RAG28JLSnKsl57Q82kXDG5eD4etpTsiQ-MbHrm_1iNK-U> .
@prefix sub: <https://w3id.org/np/RAG28JLSnKsl57Q82kXDG5eD4etpTsiQ-MbHrm_1iNK-U#> .
@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://w3id.org/gff/rao/terms/Software> a fip:Digital-Object-Type ;
    rdfs:comment "Software is a set of computer programs, procedures, algorithms, and associated documentation developed, produced, or adapted as part of a research project to support data collection, analysis, simulation, modeling, or other scientific and technical activities." ;
    rdfs:label "Software" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "EkcsjX/tIAzxfuAo6fjWh4RlqlGm6Xi7ddlaV3G9fHN9Y+vOKA2XN0uw9LmcKxZLQ7JeORejzPFA2hAT+FgSEGwKFpBX3w2RMvLjFu36lKlTfzMdpoVJSzEp9n4RBHeTOz0KKwCRWoBQGPwpCYOr8kjSfetmzFyvQY1e1ebcVDo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-06-30T18:19:42Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/gff/rao/terms/Software> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/047b97ec-72b7-4088-8e23-23dfe2998b70> .
}