@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@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#> .

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

nalt:84266496
  ns0:marc001 "84266496" ;
  skos:prefLabel "reactivos de afinidad respetuosos con los animales"@es, "animal-friendly affinity reagents"@en ;
  dc:modified "2024-05-04"^^xsd:date ;
  a skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-awic>, <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:10218 ;
  skos:definition nalt:84266496_def ;
  dc:created "2023-04-03"^^xsd:date .

nalt:84266496_def
  rdf:value "Anticuerpos recombinados genéticamente y reactivos de unión sin anticuerpos creados in vitro mediante técnicas de manipulación de genes sintéticos."@es, "Genetically recombined antibodies and non-antibody binding reagents that are created in vitro using synthetic gene manipulation techniques."@en ;
  dc:source "AWIC" ;
  a ns0:Definition .

nalt:10218
  skos:prefLabel "anticuerpos"@es, "antibodies"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:84266496 .

