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

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

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

nalt:336371
  skos:hiddenLabel "chromatin immuno-precipitation"@en, "ChIP-seq"@en, "chromatin immunoprecipitations"@en, "chromatin immuno-precipitations"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:47006 ;
  skos:prefLabel "inmunoprecipitación de la cromatina"@es, "chromatin immunoprecipitation"@en ;
  dc:modified "2020-10-29"^^xsd:date ;
  skos:altLabel "chromatin immunoprecipitation sequencing"@en ;
  skos:definition nalt:336371_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "95127" ;
  dc:created "2020-02-19"^^xsd:date .

nalt:47006
  skos:prefLabel "pruebas de precipitina"@es, "precipitin tests"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:336371 .

nalt:336371_def
  rdf:value "Técnica de identificación de secuencias específicas de ADN que se unen in vivo a proteínas de interés. Supone la fijación de formaldehído de cromatina para entrecruzar las proteínas de unión del ADN y el ADN. Luego de cortar el ADN en fragmentos pequeños, los complejos ADN-proteínas se aíslan mediante la inmunoprecipitación con anticuerpos específicos de proteínas. Posteriormente, el ADN aislado del complejo se puede identificar por medio de la secuenciación y la ampliación por PCR."@es, "A technique for identifying specific DNA sequences that are bound, in vivo, to proteins of interest. It involves formaldehyde fixation of chromatin to crosslink the dna-binding proteins to the DNA. After shearing the DNA into small fragments, specific DNA-protein complexes are isolated by immunoprecipitation with protein-specific antibodies. Then, the DNA isolated from the complex can be identified by PCR amplification and sequencing."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

