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

nalt:6180
  skos:prefLabel "formaldehído"@es, "formaldehyde"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:207639 .

nalt:287220
  skos:prefLabel "prueba de formalina"@es, "formalin test"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:207639 .

<https://lod.nal.usda.gov/naltv#Chemical>
  rdfs:label "Chemical"@en ;
  a owl:Class .

nalt:207639
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Chemical> ;
  skos:prefLabel "formalina"@es, "formalin"@en ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85050805> ;
  skos:broader nalt:6180 ;
  ns0:marc001 "66958" ;
  dc:modified "2016-09-14"^^xsd:date ;
  skos:definition nalt:207639_def ;
  dc:created "2013-11-06"^^xsd:date ;
  skos:altLabel "formol"@en ;
  skos:related nalt:287220 .

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

nalt:207639_def
  rdf:value "Solución acuosa de formaldehído al 37%, utilizada como fijador histológico, desinfectante o antiséptico."@es, "A 37% aqueous solution of formaldehyde, used as a histological fixative, disinfectant or antiseptic."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

