@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-CJQ73GWH-5>
  skos:prefLabel "apprentissage automatique"@fr, "machine learning"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-DHN8CKD3-9> .

<http://data.loterre.fr/ark:/67375/8LP-DHN8CKD3-9>
  skos:exactMatch <https://www.wikidata.org/wiki/Q98925312> ;
  a skos:Concept ;
  skos:example "Link prediction is a fundamental problem when addressing KGs. (Gui, Zhao, Jin & Jin, 2022)"@en ;
  skos:hiddenLabel "Link prediction"@en, "Prédiction de lien"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-05-21T13:19:39"^^xsd:dateTime ;
  skos:definition "A machine learning task basically used to forecast future possible links, or edges, in a network, or to predict possible missing links in an incomplete network or incomplete set of data. (Based on Oluigbo et al., Evaluating Network Embedding Models for Machine Learning Tasks, 2019)"@en, "Tâche d'apprentissage automatique qui consiste à anticiper l'existence d'une relation entre deux éléments d'un réseau ou jeu de données incomplet."@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CJQ73GWH-5> ;
  skos:prefLabel "link prediction"@en, "prédiction de lien"@fr .

