@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/> .

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

envthes:20028
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:exactMatch <http://purl.bioontology.org/ontology/MESH/D057075> ;
  skos:definition "[MESH] Methods used to measure the relative activity of a specific enzyme or its concentration in solution. Typically an enzyme substrate is added to a buffer solution containing enzyme and the rate of conversion of substrate to product is measured under controlled conditions. Many classical enzymatic assay methods involve the use of synthetic colorimetric substrates and measuring the reaction rates using a spectrophotometer. Sensitive detection methods using enzymes to indirectly measure substances that would normally be difficult to quantitate."@en ;
  skos:broader envthes:20138 ;
  skos:prefLabel "enzyme assay"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:20138
  skos:prefLabel "laboratory method"@en ;
  a skos:Concept ;
  skos:narrower envthes:20028 .

