@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

envthes:
  skos:prefLabel "EnvThes"@en ;
  a skos:ConceptScheme .

envthes:20200
  skos:prefLabel "DNA microarray"@en ;
  a skos:Concept .

envthes:1
  skos:prefLabel "deprecated concept"@en ;
  a skos:Concept .

envthes:msa0320
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:20200 ;
  skos:altLabel "DNA microarrays"@en, "DNA microarraying"@en ;
  skos:scopeNote "MS Academic Keywords"@en ;
  skos:definition "[Henderson's] hundreds to thousands of “spots” of different cDNAs or synthetic oligonucleotide probes, usually represent­ing a selection of genes, arranged in a pre­determined array on a glass microscope slide or other similar small-sized format. Microarrays are commonly used to measure the simultaneous expression of thousands of genes, by hybridization of the array with isolated cellular mRNA (or the cDNAs derived from it). They can also be used to detect single-nucleotide polymorphisms or other genomic features by hybridizing genomic DNA with an array of appropriate oligonucleotide probes. alt. DNA chip."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "DNA microarray"@en ;
  dc:creator <https://orcid.org/0000-0003-2195-3997> .

