@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@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 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:bioregistry dcterms:hasPart bioregistry:coconut .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100014517 .

bioregistry:coconut a bioregistry.schema:0000001 ;
    rdfs:label "COlleCtion of Open Natural ProdUcTs" ;
    dcterms:contributor orcid:0000-0003-0443-9902 ;
    dcterms:description "COCONUT (COlleCtion of Open Natural ProdUcTs) Online is an open source project for Natural Products (NPs) storage, search and analysis. It gathers data from over 50 open NP resources and is available free of charge and without any restriction. Each entry corresponds to a \"flat\" NP structure, and is associated, when available, to their known stereochemical forms, literature, organisms that produce them, natural geographical presence and diverse pre-computed molecular properties."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch re3data:r3d100014517 ;
    dcat:keyword "chemistry",
        "natural producs",
        "organic chemistry" ;
    foaf:homepage <https://coconut.naturalproducts.net> ;
    bioregistry.schema:0000005 "CNP0171505"^^xsd:string ;
    bioregistry.schema:0000006 "https://coconut.naturalproducts.net/compound/coconut_id/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^CNP\\d{7}(\\.\\d+)?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://coconut.naturalproducts.net/compound/coconut_id/"^^xsd:string ;
    bioregistry.schema:0000027 <https://coconut.naturalproducts.net/compound/coconut_id/CNP0171505> ;
    bioregistry.schema:0000029 "coconut" .

orcid:0000-0003-0443-9902 rdfs:label "Adriano Rutz" ;
    foaf:mbox "adriano.rutz@ik.me" .

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

re3data:r3d100014517 dcterms:isPartOf bioregistry.metaresource:re3data .

