@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix theremy: <http://lights.science/theremy> .

<http://lights.science/theremy/102030404000000>
  skos:example <https://lights.science/app/search?q=adaptive+hypotheses> ;
  a skos:Concept ;
  skos:inScheme theremy: ;
  skos:broader <http://lights.science/theremy/102030400000000> ;
  skos:prefLabel "adaptive hypotheses"@en .

theremy: a skos:ConceptScheme .
<http://lights.science/theremy/102030400000000>
  skos:prefLabel "group sequential design"@en ;
  a skos:Concept ;
  skos:narrower <http://lights.science/theremy/102030404000000> .

