@prefix this: <http://purl.org/np/RAySzPQKOPqboKwpMIeTtYhCwmLZTdlmKhiMM9W_fmZKw> .
@prefix sub: <http://purl.org/np/RAySzPQKOPqboKwpMIeTtYhCwmLZTdlmKhiMM9W_fmZKw#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@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:the-latest-release-of-openbiodiv a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "The latest release of OpenBiodiv" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q20631656> ;
    <http://www.w3.org/2004/02/skos/core#definition> "The latest release of the OpenBiodiv knowledge graph stored in a GraphDB repository at http://graph.openbiodiv.net/" ;
    <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://purl.org/np/RAY2Gg01ffDVLprAakuMqpizAjksasRtTal_UsCf94LL8#openbiodiv-knowledge-graph> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-8083-6048 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwi1YMnpV5z/0oMXyFYDKS5cirQQWTMZ/jbglmVY1gl3YAgrkqsQUmgaxA/ho+VV8jsfREIL8PT2czbmCjGjMJoNaKVqJq1GoIUV9+Kj9yXxNySyDAOTDsIM0zdj1BEu5uNbtfzwQPGuhVpgLR05Uk/meCyYLPs3BxC5zRbtulmwIDAQAB" ;
    npx:hasSignature "BT+hQBo4gQ5NAQs3wF/wlHs2e6dMWWCU39lKGgkQqqRn4cP1DgI52skGxiB1cR7AW/LQOKYe7iEXRmlLgEpcvzZv14/ouH370AX4D0seS3o0uB12NspYwhvM70Oh9nlJX0E/l29c1b3G31zYk5BoTe+2jd3762bQobB/Ox2gJZw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2021-10-28T09:58:00.589+03:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-8083-6048 ;
    npx:introduces sub:the-latest-release-of-openbiodiv ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAdpgRpigXtt8iPV9uOPf3wIT3qzOI8Sg2Q72CNV8g-Yo> .
}