@prefix this: <http://purl.org/np/RARrd45kc5faT3PhY1lp33Y39MK_U0I3CPoO_6zu2YHi0> .
@prefix sub: <http://purl.org/np/RARrd45kc5faT3PhY1lp33Y39MK_U0I3CPoO_6zu2YHi0#> .
@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:plant-pollinator-vocabulary a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "Plant Pollinator Vocabulary" ;
    rdfs:label "Plant Pollinator Vocabulary" ;
    rdfs:seeAlso <https://ppi.rebipp.org.br/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-4177-1322 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "CFu+YiHaIR3834pHKSZvi6PO24yTLI6tvEgbwUyAcpy/IQIvIeJ0v9w3P0ZuPJhCRNzmAaxdbQDWfW/HrkkhrWMYgNJWdlm3uiDprZMwrwuBvwfY/73m47A76OluNUh1NuxdkCYoZ97zFKxGzU27oUEmIpoy7G6GAqqEtfuNyMw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-08-08T14:58:30Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:plant-pollinator-vocabulary ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/2f16eeeb-f715-4762-a420-a7706d5a301d> .
}