@prefix this: <https://w3id.org/np/RAIa1TbePfsA0BcLFwCaDinD1eU54pjq68K4t-2bvfoKk> .
@prefix sub: <https://w3id.org/np/RAIa1TbePfsA0BcLFwCaDinD1eU54pjq68K4t-2bvfoKk#> .
@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:BSD3-License <http://schema.org/url> <https://github.com/Unidata/tds/blob/main/LICENSE> ;
    a fip:Available-FAIR-Enabling-Resource , fip:Data-usage-license , fip:FAIR-Enabling-Resource ;
    rdfs:comment "According to BSD 3-Clause License, the redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: (i) redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer; (ii) redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution; (iii) neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission." ;
    rdfs:label "BSD3-License | BSD3 Clause License" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-5819-7713 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "ds/Vk/UJuQsUKF38W2cR5VTxTZ4j05bpKmGzS5Xz/8ClJW0p1moIMo0JyBAV9VqQCPq6Ye/FgBgoq3uLG4cAcjbvk343qu73I9V+wQcJ8AqqmfoINKSKW6UX6GejaWFvXOq34pps3YbbEDcnF3xuoxdam78+Y2cwYEGSntc28b4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-05-25T13:22:58Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:BSD3-License ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/f223e8a6-667b-40f0-a2fd-c6ae8b71513f> .
}