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

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:LINCS.SMALLMOLECULE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:lincs.smallmolecule .

bioregistry.metaresource:miriam dcterms:hasPart miriam:lincs.smallmolecule .

bioregistry.metaresource:n2t dcterms:hasPart n2t:lincs.smallmolecule .

bioregistry:lincs.smallmolecule a bioregistry.schema:0000001 ;
    rdfs:label "LINCS Small Molecule" ;
    dcterms:description "The Library of Network-Based Cellular Signatures (LINCS) Program aims to create a network-based understanding of biology by cataloging changes in gene expression and other cellular processes that occur when cells are exposed to a variety of perturbing agents. The LINCS small molecule collection is used as perturbagens in LINCS experiments. The small molecule metadata includes substance-specific batch information provided by each LINCS Data and Signature Generation Center (DSGC)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:LINCS.SMALLMOLECULE,
        n2t:lincs.smallmolecule,
        miriam:lincs.smallmolecule ;
    foaf:homepage <http://lincsportal.ccs.miami.edu/SmallMolecules/> ;
    bioregistry.schema:0000005 "LSM-6306"^^xsd:string ;
    bioregistry.schema:0000006 "http://lincsportal.ccs.miami.edu/SmallMolecules/#/view/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^LSM-\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "lincs" ;
    bioregistry.schema:0000024 "http://lincsportal.ccs.miami.edu/SmallMolecules/#/view/"^^xsd:string ;
    bioregistry.schema:0000027 <http://lincsportal.ccs.miami.edu/SmallMolecules/#/view/LSM-6306> ;
    bioregistry.schema:0000029 "lincs.smallmolecule" .

biocontext:LINCS.SMALLMOLECULE dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:lincs.smallmolecule dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:lincs.smallmolecule dcterms:isPartOf bioregistry.metaresource:miriam .

