@prefix agroportal: <http://agroportal.lirmm.fr/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:agroportal dcterms:hasPart agroportal:FOODEX2 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:foodex2 .

bioregistry:foodex2 a bioregistry.schema:0000001 ;
    rdfs:label "Food Classification and Description System (from FSA Food Type identifiers)" ;
    dcterms:description "Food Type identifiers, supporting codes and vocabularies based on the EFSA FoodEx2 (https://www.efsa.europa.eu/en/data/data-standardisation) that are being tested in the development of the FSA's code and data standards repository. These codes may be used within FSA data."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch agroportal:FOODEX2 ;
    foaf:homepage <https://data.food.gov.uk/codes/_foodtype> ;
    bioregistry.schema:0000005 "A0TMC"^^xsd:string ;
    bioregistry.schema:0000006 "http://data.food.gov.uk/codes/foodtype/id/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "UK Food Standard Agency" ;
            foaf:mbox "data@food.gov.uk" ] ;
    bioregistry.schema:0000024 "http://data.food.gov.uk/codes/foodtype/id/"^^xsd:string ;
    bioregistry.schema:0000027 <http://data.food.gov.uk/codes/foodtype/id/A0TMC> ;
    bioregistry.schema:0000029 "foodex2" .

agroportal:FOODEX2 dcterms:isPartOf bioregistry.metaresource:agroportal .

