@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@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-BNBVXR1D-T> .

<http://data.loterre.fr/ark:/67375/8LP-BNBVXR1D-T>
  skos:exactMatch ltk:-SM2BPZ7T-6 ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G7RVWJ4X-S> ;
  skos:prefLabel "Multilingual Latent Dirichlet Allocation"@en, "Multilingual Latent Dirichlet Allocation"@fr ;
  skos:altLabel "MLDA"@en, "MLDA"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "An extension of Latent Dirichlet Allocation in a multilingual setting, which aims to discover aligned latent topic structures of a parallel corpus. (Adapted from Jin, Training Algorithms for Multilingual Latent Dirichlet Allocation, 2016)"@en, "Allocation de Dirichlet latente multilingue. (Loterre)"@fr ;
  dc:modified "2024-05-03T11:34:33"^^xsd:dateTime ;
  a skos:Concept ;
  skos:hiddenLabel "multilingual latent dirichlet allocation"@fr, "multilingual latent dirichlet allocation"@en .

