@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP-LDX78W6T-X>
  skos:prefLabel "linguistic unit"@en, "unité linguistique"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-CFWVKLL4-3> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-CFWVKLL4-3>
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-LDX78W6T-X> ;
  skos:example "From all arti- cles in the data collection (near 3000 articles totally about 1.8 million words) the longest words containing only alphanumerical characters were selected (306 word types). (Hjelm & Schwarz, 2006)"@en, "As for numerical characters alphanumerical characters are easier to read than kanji numerals. (Ihori, Takashima & Masumura, 2020)"@en, "The implemented logic allows a user to define several sets of alphanumerical characters and graphical symbols in terms of three levels of tables f o r creating and retrieving the needed line segment strokes. (Auteur inconnu, 1976)"@en, "System accuracy is measured similarly to the original paper on all words which have at least one alphanumerical character. (Náplava, Straka, Straňák & Hajič, 2018)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-06-14T11:54:52"^^xsd:dateTime ;
  skos:hiddenLabel "Alphanumerical character"@en, "Caractère alphanumérique"@fr ;
  a skos:Concept ;
  skos:prefLabel "caractère alphanumérique"@fr, "alphanumerical character"@en .

