@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 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 oid: <https://oid-base.com/get/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:NDC .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ndc .

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

bioregistry.metaresource:miriam dcterms:hasPart miriam:ndc .

bioregistry.metaresource:n2t dcterms:hasPart n2t:ndc .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:ndc .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P3640 .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q6972354 .

bioregistry:ndc a bioregistry.schema:0000001 ;
    rdfs:label "National Drug Code" ;
    dcterms:description "The National Drug Code (NDC) is a unique, three-segment number used by the Food and Drug Administration (FDA) to identify drug products for commercial use. This is required by the Drug Listing Act of 1972. The FDA publishes and updates the listed NDC numbers daily."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P3640,
        wikidata:Q6972354,
        biocontext:NDC,
        n2t:ndc,
        oid:2.16.840.1.113883.6.69,
        prefixcommons:ndc,
        miriam:ndc ;
    dcat:keyword "chemical" ;
    foaf:homepage <http://www.accessdata.fda.gov/scripts/cder/ndc/> ;
    bioregistry.schema:0000005 "0002-1975-61"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.hipaaspace.com/Medical_Billing/Coding/National.Drug.Codes/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+\\-\\d+\\-\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.hipaaspace.com/Medical_Billing/Coding/National.Drug.Codes/"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.hipaaspace.com/Medical_Billing/Coding/National.Drug.Codes/0002-1975-61> ;
    bioregistry.schema:0000029 "ndc" .

wikidata:P3640 dcterms:isPartOf bioregistry.metaresource:wikidata .

wikidata:Q6972354 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

biocontext:NDC dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:ndc dcterms:isPartOf bioregistry.metaresource:n2t .

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

prefixcommons:ndc dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:ndc dcterms:isPartOf bioregistry.metaresource:miriam .

