@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:21088
  skos:prefLabel "hormonas tiroideas"@es, "thyroid hormones"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:314991 .

nalt:314991
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Chemical> ;
  dc:created "2018-03-15"^^xsd:date ;
  skos:broader nalt:21088 ;
  dc:modified "2018-11-14"^^xsd:date ;
  skos:prefLabel "diiodothyronines"@en, "diyodotironinas"@es ;
  skos:definition nalt:314991_def ;
  skos:hiddenLabel "5-diiodothyronine"@en ;
  ns0:marc001 "86648" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

ns0:Chemical
  rdfs:label "Chemical"@en ;
  a owl:Class .

nalt:314991_def
  rdf:value "Estos metabolitos de tiroxina se forman por medio de la deyodinación de la T3 o la T3 reversa."@es, "These metabolites of thyroxine are formed by the deiodination of T3 or reverse T3."@en ;
  dc:source "Medical Subject Headings 2018" ;
  a ns0:Definition .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

