@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-ZCWBWTP5-G>
  skos:prefLabel "anomaly detection"@en, "détection d'anomalies"@fr ;
  skos:altLabel "outlier detection"@en, "détection des anomalies"@fr ;
  skos:hiddenLabel "Anomaly detection"@en, "Détection d'anomalies"@fr ;
  skos:definition "Méthode de détection et de classification utilisée pour identifier les observations qui s’écartent significativement des autres observations. (Data Franca)"@fr, "The process of finding the data objects that stand out amongst other objects in a given dataset and do not conform to the normal behavior in a dataset by combining multiple data science tasks like classification, regression, and clustering. (Adapted from Kotu & Deshpande, Anomaly Detection, in Data Science, 2019)"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q3560506> ;
  dc:modified "2024-05-02T14:14:57"^^xsd:dateTime ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-W1V6LT8V-5> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:example "Actuellement, la détection des anomalies est essentiellement réalisée manuellement par des joueurs / contributeurs via leur activité d'enrichissement du réseau à travers l'interface Diko (le dictionnaire contributif d'associations lexicales du projet JDM). (Lafourcade, Joubert & Brun, 2017)"@fr .

<http://data.loterre.fr/ark:/67375/8LP-W1V6LT8V-5>
  skos:prefLabel "classification"@fr, "classification"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-ZCWBWTP5-G> .

