@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:PHENOLEXPLORER .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:phenolexplorer .

bioregistry.metaresource:miriam dcterms:hasPart miriam:phenolexplorer .

bioregistry.metaresource:n2t dcterms:hasPart n2t:phenolexplorer .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012197 .

bioregistry:phenolexplorer a bioregistry.schema:0000001 ;
    rdfs:label "Phenol-Explorer" ;
    dcterms:description "Phenol-Explorer is an electronic database on polyphenol content in foods. Polyphenols form a wide group of natural antioxidants present in a large number of foods and beverages. They contribute to food characteristics such as taste, colour or shelf-life. They also participate in the prevention of several major chronic diseases such as cardiovascular diseases, diabetes, cancers, neurodegenerative diseases or osteoporosis."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:PHENOLEXPLORER,
        n2t:phenolexplorer,
        miriam:phenolexplorer,
        re3data:r3d100012197 ;
    foaf:homepage <http://www.phenol-explorer.eu/foods/> ;
    bioregistry.schema:0000005 "75"^^xsd:string ;
    bioregistry.schema:0000006 "http://phenol-explorer.eu/foods/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://phenol-explorer.eu/foods/"^^xsd:string ;
    bioregistry.schema:0000027 <http://phenol-explorer.eu/foods/75> ;
    bioregistry.schema:0000029 "phenolexplorer" .

biocontext:PHENOLEXPLORER dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:phenolexplorer dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:phenolexplorer dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100012197 dcterms:isPartOf bioregistry.metaresource:re3data .

