@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-CV4F08QR-3>
  skos:prefLabel "relation lexicale"@fr, "lexical relation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-KMCWLVHH-7> .

<http://data.loterre.fr/ark:/67375/8LP-KMCWLVHH-7>
  skos:hiddenLabel "Polysémie"@fr, "Polysemy"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CV4F08QR-3> ;
  a skos:Concept ;
  skos:example "To reduce the problem of polysemy we required that the predominant sense of each verb corresponds to the Levin class in question. (Korhonen, 2000)"@en, "Because of polysemy distant labeling for information extraction leads to noisy training data. (Bing, Chaudhari, Wang & Cohen, 2015)"@en ;
  skos:prefLabel "polysemy"@en, "polysémie"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-06-12T08:05:09"^^xsd:dateTime .

