@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-R50C56F3-F>
  skos:prefLabel "NLP algorithm"@en, "algorithme de TAL"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-PCK6SGRR-7> .

<http://data.loterre.fr/ark:/67375/8LP-PCK6SGRR-7>
  skos:example "Ces connaissances sont ensuite modélisées sous forme de graphe et un algorithme de marche aléatoire (Groc, Tannier & Loupy, 2012)"@fr, "Navigli et al. (2011) extracted relevant terms from texts in a domain and used them to initialize a random walk over the WordNet graph. (Preiss & Stevenson, 2013)"@en, "Specifically we use random walk on word association graph to derive bias scores for a large amount of words. (Du, Wu & Lan, 2019)"@en ;
  skos:prefLabel "random walk"@en, "marche aléatoire"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept ;
  skos:hiddenLabel "Random walk"@en, "Marche aléatoire"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R50C56F3-F> ;
  dc:modified "2024-06-28T11:44:34"^^xsd:dateTime .

