@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-G7RVWJ4X-S>
  skos:prefLabel "algorithme de modélisation thématique"@fr, "topic modelling algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-LFBZV1HM-F> .

<http://data.loterre.fr/ark:/67375/8LP-LFBZV1HM-F>
  skos:example "Structural topic model (STM) has emerged as an extension to LDA allowing the integration of covariates into the prior distributions for document-topic compositions and topic-word proportions. (Kokkinakis, Muñoz Sánchez, Bruinsma & Hammarlin, 2023)"@en ;
  dc:modified "2024-09-30T10:09:18"^^xsd:dateTime ;
  skos:hiddenLabel "Modèle structuré de thèmes"@fr, "Structural topic model"@en ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G7RVWJ4X-S> ;
  skos:prefLabel "modèle structuré de thèmes"@fr, "structural topic model"@en .

