@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cheminf: <https://semanticscience.org/resource/CHEMINF_> .
@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:nsc .

bioregistry.metaresource:cheminf dcterms:hasPart cheminf:000565 .

bioregistry:nsc a bioregistry.schema:0000001 ;
    rdfs:label "USA National Service Center Number" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Identifier used by the Cancer Chemotherapy National Service Center."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cheminf:000565 ;
    foaf:homepage <https://wiki.nci.nih.gov/display/NCIDTPdata/Chemical+Data> ;
    bioregistry.schema:0000005 "27223"^^xsd:string ;
    bioregistry.schema:0000006 "https://dtp.cancer.gov/dtpstandard/servlet/ChemData?searchtype=NSC&searchlist=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://dtp.cancer.gov/dtpstandard/servlet/ChemData?searchtype=NSC&searchlist="^^xsd:string ;
    bioregistry.schema:0000027 <https://dtp.cancer.gov/dtpstandard/servlet/ChemData?searchtype=NSC&searchlist=27223> ;
    bioregistry.schema:0000029 "nsc" .

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

cheminf:000565 dcterms:isPartOf bioregistry.metaresource:cheminf .

