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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:fbtc .

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

bioregistry:fbtc a bioregistry.schema:0000001 ;
    rdfs:label "Flybase Cell Line" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The cell line vocabulary inside FlyBase"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cellosaurus.resource:FlyBase_Cell_line ;
    foaf:homepage <https://flybase.org> ;
    bioregistry.schema:0000005 "0000190"^^xsd:string ;
    bioregistry.schema:0000006 "https://flybase.org/reports/FBtc$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "FlyBase_Cell_line" ;
    bioregistry.schema:0000024 "https://flybase.org/reports/FBtc"^^xsd:string ;
    bioregistry.schema:0000027 <https://flybase.org/reports/FBtc0000190> ;
    bioregistry.schema:0000029 "fbtc" .

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

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

