@prefix this: <https://w3id.org/np/RAZ_nDolU0PpQlPZ2f3zS843DxcIPTzhi8Gw0s49Q7vEs> .
@prefix sub: <https://w3id.org/np/RAZ_nDolU0PpQlPZ2f3zS843DxcIPTzhi8Gw0s49Q7vEs#> .
@prefix schema: <http://schema.org/> .
@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 {
  <https://doi.org/10.25504/FAIRsharing.3ngg40> schema:url <http://plantontology.org/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "The Plant Ontology is a structured vocabulary and database resource that links plant anatomy, morphology and growth and development to plant genomics data. The PO is under active development to expand to encompass terms and annotations from all plants." ;
    rdfs:label "Plant Ontology | PO" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.3ngg40> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0001-3180-981X ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.3ngg40> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "htk5ddwighe6/NMl9M1KwID+jeov3qY/dL4gjn2Dm/ZYGw6a55iqyD2+uHJWi7CftVl0B1ZrM00JqsUkM3mxjPzQuYfRWQX71ROgQbHhc8VoZ+ffRv3VCLQrVgzA8/VFnIMO3PcC3u/hAuD2KdVTJ6jgTslg9zXy8v62VgqGkb8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-01-29T09:28:32Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.3ngg40> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/23331dfa-f011-4eba-b501-7ada45bcc2dd> .
}