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

theremy: a skos:ConceptScheme .
<http://lights.science/theremy/502011702000000>
  skos:prefLabel "cluster analysis"@en ;
  a skos:Concept ;
  skos:narrower <http://lights.science/theremy/502011702010000> .

<http://lights.science/theremy/502011702010000>
  skos:altLabel "latent class growth analysis"@en, "latent growth mixture modeling"@en, "latent trajectory analysis"@en, "probabilistic latent semantic analysis"@en, "LCGA"@en, "LGMM"@en ;
  skos:prefLabel "latent class analysis"@en ;
  skos:broader <http://lights.science/theremy/502011702000000> ;
  skos:example <https://lights.science/app/search?q=latent+class+analysis> ;
  skos:inScheme theremy: ;
  a skos:Concept .

