@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:lotus .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q104225190 .

bioregistry:lotus a bioregistry.schema:0000001 ;
    rdfs:label "LOTUS Initiative for Open Natural Products Research" ;
    dcterms:contributor orcid:0000-0003-0443-9902 ;
    dcterms:description "LOTUS, actually, represents the most exhaustive resource of documented structure-organism pairs. Within the frame of current computational approaches in Natural Produts’s research and related fields, these documented structure-organism pairs should allow a more complete understanding of organisms and their chemistry."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:Q104225190 ;
    dcat:keyword "chemistry",
        "drugs",
        "metabolites" ;
    foaf:homepage <https://lotus.naturalproducts.net> ;
    bioregistry.schema:0000005 "LTS0004651"^^xsd:string ;
    bioregistry.schema:0000006 "https://lotus.naturalproducts.net/compound/lotus_id/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^LTS\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-0443-9902 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://lotus.naturalproducts.net/compound/lotus_id/"^^xsd:string ;
    bioregistry.schema:0000027 <https://lotus.naturalproducts.net/compound/lotus_id/LTS0004651> ;
    bioregistry.schema:0000029 "lotus" .

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

wikidata:Q104225190 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

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

