@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#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-G006D599-R>
  skos:prefLabel "measure"@en, "mesure"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-LQ48X9B4-D> .

<http://data.loterre.fr/ark:/67375/8LP-LQ48X9B4-D>
  skos:example "L'évaluation utilise la distance de Jaccard et la mesure BLEU. (Neef, Debeurme & Park, 2007)"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G006D599-R> ;
  skos:altLabel "coefficient de Jaccard"@fr, "Jaccard similarity coefficient"@en, "distance de Jaccard"@fr, "coefficient de similarité de Jaccard"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "indice de Jaccard"@fr, "Jaccard's index"@en ;
  dc:modified "2025-02-12T13:48:55"^^xsd:dateTime ;
  skos:exactMatch ltk:-B69B804K-R ;
  skos:definition "A statistic used for gauging the similarity and diversity of sample sets. (Wikipedia)"@en, "Métrique utilisée en statistiques pour comparer la similarité entre des échantillons. (Wikipédia)"@fr ;
  skos:hiddenLabel "Indice de Jaccard"@fr ;
  a skos:Concept .

