@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cellosaurus.resource: <https://bioregistry.io/metaregistry/cellosaurus/resolve/> .
@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 pathguide: <http://www.pathguide.org/fullrecord.php?DBID=> .
@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:bioregistry dcterms:hasPart bioregistry:sigmaaldrich .

bioregistry.metaresource:cellosaurus dcterms:hasPart cellosaurus.resource:Sigma-Aldrich .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:236 .

bioregistry:sigmaaldrich a bioregistry.schema:0000001 ;
    rdfs:label "Sigma Aldrich" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Sigma Aldrich is a life sciences supply vendor."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:236,
        cellosaurus.resource:Sigma-Aldrich ;
    dcat:keyword "biology",
        "chemistry",
        "life sciences",
        "vendor" ;
    foaf:homepage <https://www.sigmaaldrich.com> ;
    bioregistry.schema:0000005 "HPA000698"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.sigmaaldrich.com/US/en/product/sigma/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.sigmaaldrich.com/US/en/product/sigma/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.sigmaaldrich.com/US/en/product/sigma/HPA000698> ;
    bioregistry.schema:0000029 "sigmaaldrich" .

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

pathguide:236 dcterms:isPartOf bioregistry.metaresource:pathguide .

cellosaurus.resource:Sigma-Aldrich dcterms:isPartOf bioregistry.metaresource:cellosaurus .

