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

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

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

envthes:msa0548
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "hosts resisted"@en, "hosts resistant"@en, "hosts resistance"@en, "host resistivity"@en, "host resistant"@en ;
  skos:scopeNote "MS Academic Keywords"@en ;
  skos:definition "[Phillip N. Miklas] Host resistance is an important component of integrated disease management strategies for control of Sclerotinia white mold disease in snap bean (Phaseolus vulgaris L.)..."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "host resistance"@en ;
  dc:creator <https://orcid.org/0000-0003-2195-3997> .

