@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oid: <https://oid-base.com/get/> .
@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:mth .

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

bioregistry:mth a bioregistry.schema:0000001 ;
    rdfs:label "Metathesaurus Names" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Unified Medical Language System® (UMLS®) Metathesaurus (MTH) was developed and is maintained by the U.S. National Library of Medicine (NLM). MTH contains concept names, attributes, relationships, and other data that were created by NLM to facilitate construction of the UMLS Metathesaurus."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch oid:2.16.840.1.113883.6.189 ;
    foaf:homepage <https://www.nlm.nih.gov/research/umls/sourcereleasedocs/current/MTH/index.html> ;
    bioregistry.schema:0000005 "U001388"^^xsd:string ;
    bioregistry.schema:0000006 "https://uts.nlm.nih.gov/uts/umls/vocabulary/MTH/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^U\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000018 bioregistry:mondo,
        bioregistry:umls ;
    bioregistry.schema:0000023 "umls.mth" ;
    bioregistry.schema:0000024 "https://uts.nlm.nih.gov/uts/umls/vocabulary/MTH/"^^xsd:string ;
    bioregistry.schema:0000027 <https://uts.nlm.nih.gov/uts/umls/vocabulary/MTH/U001388> ;
    bioregistry.schema:0000029 "mth" .

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

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

