@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:2755
  skos:prefLabel "enfermedades metabólicas heredadas"@es, "inherited metabolic diseases"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:205692 .

nalt:205692
  skos:broader nalt:2755 ;
  skos:prefLabel "trimethylaminuria"@en, "trimetilaminuria"@es ;
  dc:created "2013-09-18"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "fish malodour syndrome"@en, "fish odor syndrome"@en, "fish odour syndrome"@en, "fish malodor syndrome"@en ;
  dc:modified "2013-12-06"^^xsd:date ;
  skos:definition nalt:205692_def ;
  ns0:marc001 "74513" .

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

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

nalt:205692_def
  rdf:value "Error congénito del metabolismo caracterizado por un olor corporal a pescado causado por la liberación excesiva de trimetilamina a través del aliento, la transpiración y la orina."@es, "An inborn error of metabolism characterized by fishy body odor due to excessive secretion of trimethylamine in breath, sweat and urine."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

