@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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:5133
  skos:prefLabel "pruebas de aglutinación"@es, "agglutination tests"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:5136 .

nalt:5136
  skos:hiddenLabel "latex agglutination tests"@en, "latex-agglutination-test"@en, "latex immunoagglutination assay"@en, "latex immunoagglutination assays"@en, "latex fixation test"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_29654>, <http://id.agrisemantics.org/gacs/C31103>, <http://id.cabi.org/cabt/64889> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:broader nalt:5133 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "prueba del látex"@es, "latex agglutination test"@en ;
  ns0:marc001 "20750" ;
  dc:modified "2015-10-20"^^xsd:date ;
  skos:altLabel "latex fixation tests"@en ;
  skos:definition nalt:5136_def ;
  dc:created "2006-01-19"^^xsd:date .

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

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

nalt:5136_def
  rdf:value "Pruebas de aglutinación en las que el antígeno es absorbido por partículas de látex antes de mezclarse con el anticuerpo específico para el antígeno absorbido."@es, "Agglutination tests in which the antigen is adsorbed onto latex particles before mixing with the antibody specific for the adsorbed antigen."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

