@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:EnvEu_78
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[source of definition ] wikipedia\" , \"[controlled by ] Alessandro Oggioni 23.05.2013"@en ;
  skos:editorialNote "concept 'electrical conductivity' exists"@en ;
  skos:scopeNote "LTER EU controlled vocabulary"@en ;
  skos:definition "n. or specific conductance is the reciprocal of electrical resistivity, and measures a material's ability to conduct an electric current. It is commonly represented by the Greek letter &sigma; (sigma), but &kappa; (kappa) (especially in electrical engineering) or &gamma; (gamma) are also occasionally used. Its SI unit is siemens per metre (S&sdot;m&minus;1) and CGSE unit is reciprocal second (s&minus;1)."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "electric conductivity"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

