@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<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-FZMFPTCN-D> .

<http://data.loterre.fr/ark:/67375/8LP-FZMFPTCN-D>
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "collocation"@fr, "collocation"@en ;
  skos:altLabel "locution figée"@fr, "expression figée"@fr ;
  skos:example "Sometimes two words get fused to form a complete word and handling such collocations is difficult. (Patra, Debbarma, Das & Bandyopadhyay, 2012)"@en, "Consider a collocation such as an English transitive phrasal verb e.g. make up. (Poznanski, Whitelock, IJdens & Corley, 1998)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CV4F08QR-3> ;
  skos:hiddenLabel "Collocation"@fr, "Collocation"@en .

