@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 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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@prefix oid: <https://oid-base.com/get/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:ATCC .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:atcc .

bioregistry.metaresource:cellosaurus dcterms:hasPart cellosaurus.resource:ATCC .

bioregistry.metaresource:hl7 dcterms:hasPart oid:2.16.840.1.113883.6.77 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:atcc .

bioregistry.metaresource:n2t dcterms:hasPart n2t:atcc .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:ATCC .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:atcc .

bioregistry:atcc a bioregistry.schema:0000001 ;
    rdfs:label "American Type Culture Collection" ;
    dcterms:description "The American Type Culture Collection (ATCC) is a private, nonprofit biological resource center whose mission focuses on the acquisition, authentication, production, preservation, development and distribution of standard reference microorganisms, cell lines and other materials for research in the life sciences."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:ATCC,
        cellosaurus.resource:ATCC,
        n2t:atcc,
        ncbi.resource:ATCC,
        oid:2.16.840.1.113883.6.77,
        prefixcommons:atcc,
        miriam:atcc ;
    dcat:keyword "cell line",
        "culture",
        "organism" ;
    foaf:homepage <https://www.lgcstandards-atcc.org> ;
    bioregistry.schema:0000005 "11303"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.atcc.org/products/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^([a-zA-Z]+-)?\\d+(\\.\\d)?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "ATCC",
        "ATCC number",
        "ATCC(dna)",
        "ATCC(in host)" ;
    bioregistry.schema:0000024 "https://www.atcc.org/products/"^^xsd:string ;
    bioregistry.schema:0000026 ror:03thhhv76 ;
    bioregistry.schema:0000027 <https://www.atcc.org/products/11303> ;
    bioregistry.schema:0000029 "atcc" .

biocontext:ATCC dcterms:isPartOf bioregistry.metaresource:biocontext .

cellosaurus.resource:ATCC dcterms:isPartOf bioregistry.metaresource:cellosaurus .

n2t:atcc dcterms:isPartOf bioregistry.metaresource:n2t .

ncbi.resource:ATCC dcterms:isPartOf bioregistry.metaresource:ncbi .

oid:2.16.840.1.113883.6.77 dcterms:isPartOf bioregistry.metaresource:hl7 .

prefixcommons:atcc dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:atcc dcterms:isPartOf bioregistry.metaresource:miriam .

