@prefix schema: <http://schema.org/> .
@prefix this: <http://purl.org/np/RACnVJ6N84471y43_jMo2rkJi-gHG1TB4KFu8uqX9SqMk> .
@prefix sub: <http://purl.org/np/RACnVJ6N84471y43_jMo2rkJi-gHG1TB4KFu8uqX9SqMk#> .
@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:ODbL schema:url <https://opendatacommons.org/licenses/odbl/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:Data-usage-license , fip:FAIR-Enabling-Resource ;
    rdfs:comment "The Open Database License (ODbL) is a license agreement intended to allow users to freely share, modify, and use a Database while maintaining this same freedom for others. It is developed by Open Data Commons, the home of a set of legal tools and licenses to help publish, provide and use open data." ;
    rdfs:label "Open Data Commons Open Database License " .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6978-5278 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Qolqxjl4caGn/Pq34cTcl98MKl5gZr0FO7rzc3hqmeWj0RC7GqTEvRK59y26nZVnF/hqiPzHRNyLj/G6hvwG1JQhwPKNN8iSjuW99pbe8x7wJGB8Tv7c1KgWzsyyf/ZDaH05INXcgZd0dAStHKis/IJF0DHwBRtL8sE82oMZV7o=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-07-11T07:54:43Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ODbL ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/1dab37e5-0fd1-468b-81bd-4c481f5756a0> .
}