@prefix this: <https://w3id.org/np/RAP2Mp0m8bg8uBKziWt6XN0sphdwVEvMjcHb0rtFwd3lQ> .
@prefix sub: <https://w3id.org/np/RAP2Mp0m8bg8uBKziWt6XN0sphdwVEvMjcHb0rtFwd3lQ#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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.dzxae> schema:url <https://foodon.org/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Semantic-model , fip:Structured-vocabulary ;
    rdfs:comment "The need to represent knowledge about food is central to many human activities including agriculture, medicine, food safety inspection, shopping patterns, and sustainable development. FoodOn is built to interoperate with the OBO Library and to represent entities which bear a food role. Initially the ontology will focus on the human-centric categorization and handling of food, but in the future it will also encompass materials in natural ecosystems and food webs. We aim to develop semantics for food safety, food security, the agricultural and animal husbandry practices linked to food production, culinary, nutritional and chemical ingredients and processes." ;
    rdfs:label "Food Ontology | FOODON" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.dzxae> ;
    skos:closeMatch <https://obofoundry.org/ontology/foodon.html> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-2157-1408 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.dzxae> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "Kg+wm47QV70OGSfx7CHtC9vKEAObhWQo/o0vqDDXDzHLu1d1V+gkBzLo2hc1xg8G/y3IQxMaDEmfYLTYC++D8dEfSEw6wjAmleChXBYg6JMKtBxc6GIOrqRIo+qWLyDIzISkvqzotEy/1SrAjk6z44l3g0GyzcBsF0bM0E3eh4M=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-07-09T21:03:59Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.dzxae> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/1688200d-6e75-4f60-a6b6-d06d801c93f1> .
}