@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

envthes:60021
  skos:narrower envthes:60022 ;
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:broader envthes:10351 ;
  skos:prefLabel "fecundity"@en ;
  dc:modified "2020-03-11"^^xsd:date ;
  dc:creator "0000-0003-0320-0692"@en ;
  dc:created "2020-03-11"^^xsd:date .

envthes:60022
  skos:prefLabel "seagrass fecundity"@en ;
  a skos:Concept ;
  skos:broader envthes:60021 .

envthes:10351
  skos:prefLabel "observable property"@en ;
  a skos:Concept ;
  skos:narrower envthes:60021 .

