@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-JXPCMPCG-M>
  skos:prefLabel "consonne (phonologie)"@fr, "consonant (phonology)"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-QZB6CH3T-N> .

<http://data.loterre.fr/ark:/67375/8LP-QZB6CH3T-N>
  a skos:Concept ;
  skos:hiddenLabel "Consonne sonante"@fr, "Sonorant consonant"@en ;
  skos:example "We notice that /r/ /n/ and /m/ are all sonorant consonants. (Wu & Yarowsky, 2022)"@en, "One potential source of errors can be identified in the clusters of vowels and sonorant consonants especially approximants which are classified as consonants. (Belmonte, Gagliardi, Kokkinakis & Tamburini, 2024)"@en, "The hyphenation was forbidden after a sonorant consonant following an obstruent consonant. (Zinoviev, 2018)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "sonorant consonant"@en, "consonne sonante"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-JXPCMPCG-M> ;
  skos:altLabel "sonante"@fr, "sonorant"@en ;
  dc:modified "2024-05-30T09:11:23"^^xsd:dateTime .

