@prefix schema: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:ODbL a fip:Available-FAIR-Enabling-Resource, fip:Data-usage-license, fip:FAIR-Enabling-Resource;
schema:url ;
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 ;
dct:license ;
npx:introduces sub:ODbL;
prov:wasDerivedFrom .
}