@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-DG83X43H-P> .

<http://data.loterre.fr/ark:/67375/8LP-DG83X43H-P>
  skos:hiddenLabel "Additive regularization of topic models"@en, "Régularisation additive de modèles de thèmes"@fr ;
  skos:prefLabel "additive regularization of topic models"@en, "régularisation additive de modèles de thèmes"@fr ;
  a skos:Concept ;
  skos:altLabel "régularisation additive de modèles thématiques"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G7RVWJ4X-S> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-09-30T09:59:15"^^xsd:dateTime ;
  skos:example "BigARTM is a fast and flexible library for topic modeling (Frei and Apishev 2016) based on Additive Regularization of Topic Models (ARTM) formalism (Vorontsov 2014). (Bulatov, Alekseev, Vorontsov, Polyudova, Veselova, Goncharov & Egorov, 2020)"@en, "BigARTM is a tool to infer topic models based on a technique called Additive Regularization of Topic Models. (Yusupov & Kuratov, 2018)"@en .

