@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:20122
  skos:prefLabel "interview"@en ;
  a skos:Concept .

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

envthes:EnvEU_521
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[source of definition ] http://en.wikipedia.org/wiki/Interview; http://en.wikipedia.org/wiki/Questionnaire\" , \"[controlled by ] Mark Frenzel, 22 May 2013\" , \"[comments ] two terms = to be separated"@en ;
  dc:isReplacedBy envthes:20122 ;
  skos:altLabel "questionnaire"@en ;
  skos:definition "An interview is a conversation between two or more people where questions are asked by the interviewer to elicit facts or statements from the interviewee. A questionnaire is a research instrument consisting of a series of questions and other prompts for the purpose of gathering information from respondents."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "interview"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

