@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gsfa .

bioregistry:gsfa a bioregistry.schema:0000001 ;
    rdfs:label "General Standard for Food Additives Online Database" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The \"Codex General Standard for Food Additives\" (GSFA, Codex STAN 192-1995) sets forth the conditions under which permitted food additives may be used in all foods, whether or not they have previously been standardized by Codex. The Preamble of the GSFA contains additional information for interpreting the data. Users are encouraged to consult the Preamble when using this database."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <http://www.fao.org/gsfaonline> ;
    bioregistry.schema:0000005 "174"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.fao.org/gsfaonline/additives/details.html?id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "FAO/WHO_standards" ;
    bioregistry.schema:0000024 "http://www.fao.org/gsfaonline/additives/details.html?id="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.fao.org/gsfaonline/additives/details.html?id=174> ;
    bioregistry.schema:0000029 "gsfa" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

